aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-21 02:03:23 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-21 02:03:23 +0000
commitf59208b3547f73e655d5d5b6262aaf099a79a54b (patch)
treebbb1faa372cacf2175059cac6609ee8521de9056 /ChangeLog
parentdf2a37ab18a6275f742260324b6c8dbc512be514 (diff)
issue #5787
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7163 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5c00725a..43ac0fedf 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-11-20 Russell Bryant <russell@digium.com>
+ * apps/app_record.c: Don't leak a frame if writing it to the file fails. (issue #5787)
+
+ * Makefile: Create the monitor spool directory when the other spool directories are created.
+
* channels/chan_sip.c channels/chan_iax2.c: Change warning messages about the number of scheduled events happening all at once to debug messages. (issue #5794)
* pbx/pbx_spool.c: Fix crash when a value is not specified with a variable on a Set: line in a call file. (issue #5806)