summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-11-21 01:53:44 +0000
committerRussell Bryant <russell@russellbryant.com>2005-11-21 01:53:44 +0000
commitedef0bbf2f02e23fabfb51908950a26dcedadcec (patch)
treef308720be3a62e6155ffd72be5f7308d811eafa1 /ChangeLog
parent070f6c95101ee6f4e7d7657124d1e0d59f219a84 (diff)
create the monitor spool dir
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7161 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b94f5a1f9..2b06bb80d 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-11-20 Russell Bryant <russell@digium.com>
+ * Makefile: Create the monitor spool directory when the other spool directories are created.
+
* pbx.c.c: Remove some useless checks and unnecessary calls to ast_strlen_zero(). (issue #5805)
* cli.c: Remove some unnecessary calls to ast_strlen_zero(). (issue #5804)