aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-11 13:34:38 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-11 13:34:38 +0000
commitd5e7b740ec39d822004cb5901e868c1a42a3034d (patch)
tree1c9f2eab32d3bd593c0c9254ea70fb5790a5c8fa /ChangeLog
parented70dd754ade76a5c91a97bcd61090c6cb0b253a (diff)
more cleanups to application descriptions
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7072 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e6b987ef..045906116 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-11 Russell Bryant <russell@digium.com>
+
+ * many files in apps/: Clean up application descriptions. Clarify some wording and make sure they wrap at 80 characters.
+
2005-11-10 Mark Spencer <markster@digium.com>
* rtp.c (ast_rtp_raw_write): use unsigned int for return value from calc_txstamp() (issue #5595)
@@ -44,12 +48,14 @@
* app.c (ast_app_parse_options): don't increment 's' until after checking for NULL (related to issue #5630)
- * apps/app_rpt.c: solve a memory leak (config structure was not freed) (issue #5706
+ * apps/app_rpt.c: solve a memory leak (config structure was not freed) (issue #5706)
2005-11-10 Russell Bryant <russell@digium.com>
* app.c (ast_app_separate_args): Don't consider the open parenthesis as part of the arguments to an option. (issue #5630)
+
* 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>