summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-11-11 01:30:34 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-11-11 01:30:34 +0000
commit7e939cb273a8ba2b11c89a7882d80377a2712ea5 (patch)
treea7f716f1fbc9142f5fefd95243101f3e33b29365 /ChangeLog
parent9e4c207dd30489be44ee77c41f0f97d0290b53c5 (diff)
issue #5669
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7067 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 bd2c87914..66a2dfedc 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-11-10 Kevin P. Fleming <kpfleming@digium.com>
+ * include/asterisk/linkedlists.h (AST_LIST_HEAD_SET_NOLOCK): properly initialize tail pointer when list head is directly set (issue #5669)
+
* app.c (ast_app_parse_options): ok, so we aren't all perfect... let's make the while loop actually work properly here (issue #5684)
* apps/app_disa.c (disa_exec): correct password file parsing (issue #5676)