aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-06 19:19:59 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-06 19:19:59 +0000
commit640fdebb47d44ef7baa4a2457cdbc2dee4781783 (patch)
tree2b5d75d3f0ac0e550dfa3af6037f29f6f8ecbb17 /ChangeLog
parent34ddd2633bcda4d3fc57ebf7028c34a37ec2f29f (diff)
issue #5626
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6984 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dac60cc9e..0926ed7a3 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,9 +6,10 @@
* apps/app_externalivr.c: Add a space that fixes building on older versions of gcc
* many files: Add doxygen updates to categorize modules into groups. Convert a lot of comments over to doxygen style. Add some text giving a basic overview of channels.
* apps/app_chanisavail.c: Make priority jumping optional
- * apps/app_db.c: Add an exit status variable and make priority jumping optional
+ * apps/app_db.c: Add an exit status variable, and make priority jumping optional
* apps/app_enumlookup.c: Make priority jumping optional
* apps/app_groupcount.c: Add an exit status variable, make priority jumping optional, and use new args parsing macros
+ * apps/app_image.c: Add an exit status variable, make priority jumping optional, and use new args parsing macros
2005-11-05 Kevin P. Fleming <kpfleming@digium.com>