aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-06 19:44:39 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-06 19:44:39 +0000
commit6ff992925a6efc38cd42bc2a61d63f0ef30d49b9 (patch)
treec298449e260dde9595e327b5ef13a287e88ce346 /ChangeLog
parent4eff003f9d9b1111a2109e213aed3fa613d8d428 (diff)
issue #5627, with mods
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6986 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog7
1 files changed, 1 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b50a1aad..061d07e79 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,12 +5,7 @@
* sounds.txt: Add missing words from the description of the vm-opts prompt
* 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_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
- * apps/app_hasnewvoicemail.c: Add an exit status variable, make priority jumping optional, and use new args parsing macros
+ * many files: Update applications to add an exit status variable, make priority jumping optional, and use new args parsing macros
2005-11-05 Kevin P. Fleming <kpfleming@digium.com>