summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-11-09 02:04:27 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-11-09 02:04:27 +0000
commit0aa9429c9603ca33fde53c9252f9875705e3f516 (patch)
treed8c124410e5157c81074fc9fcabc042d7aca99b8 /ChangeLog
parenta87d3f5c192381da7d2611b1d6ee051ed8661015 (diff)
issue #5658, different fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7041 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 efd8ae742..1270207c7 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-11-08 Kevin P. Fleming <kpfleming@digium.com>
+ * include/asterisk/file.h: add test to ensure that stdio.h is included before this file (issue #5658)
+
* res/res_odbc.c (odbc_prepare_and_execute): add new API call for use to properly handle prepared statements across server disconnects (issue #5563)
* pbx.c (pbx_substitute_variables_helper_full): use already-substituted buffer for parsing variable name (issue #5664)