summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-11-06 14:30:53 +0000
committerRussell Bryant <russell@russellbryant.com>2005-11-06 14:30:53 +0000
commit75c812f26d35195bae0e0301ae5fd6b1516775cd (patch)
treee2508c47c40093e022d1832871eb46b52962e610 /ChangeLog
parent314bdba7090a02ebd71d83a68024e399b9ea1a05 (diff)
issue #5622
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6978 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51be21acd..b46e589eb 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* many files: alphabetize options in applicaiton descriptions
* channels/chan_iax2.c: Use an enum to define iax peer/user flags as well as the pvt structure state. Use the ast_flags macros for checking or setting the state.
* 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
2005-11-05 Kevin P. Fleming <kpfleming@digium.com>