aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-10 23:08:00 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-10 23:08:00 +0000
commita83209ea26dad012732dd7790f546a58e9354d6e (patch)
tree4be95f3e22f296be7f834d69ddc5a1be18aff416 /ChangeLog
parent1068c04ce71a9a9f5a9cd417327e8fde21977cf0 (diff)
issue #5709
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7050 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 e304d0345..13765fc74 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
2005-11-10 Russell Bryant <russell@digium.com>
+ * many files: Change all references to ast_separate_app_args to ast_app_separate_args
* many files in apps/: Clean up some application descriptions. Make sure all descriptions in changed files are wrapped at 80 characters.
2005-11-09 Russell Bryant <russell@digium.com>
@@ -185,7 +186,7 @@
* include/asterisk/channel.h: add parent_channel field
* channel.c (__ast_request_and_dial): use parent_channel field to inherit variables into new channel
- * apps/app_cut.c (cut_internal): use ast_separate_app_args() instead of open code (issue #5560)
+ * apps/app_cut.c (cut_internal): use ast_app_separate_args() instead of open code (issue #5560)
* apps/app_mixmonitor.c (launch_monitor_thread): ast_strlen_zero can handle NULL input (issue #5561)
(mixmonitor_exec): same