aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-06 17:02:14 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-06 17:02:14 +0000
commit8a19adc8a883b62a796ac73cd019b3066597358b (patch)
treeb594d42c1203d9d5b96bd514ce8fbd3f9d0a6591 /ChangeLog
parent9dfcd238607299c67796605436bd49951455e385 (diff)
Update 1.6.0.9 tag with changes from Mark.
Also remove the old release summary files, and update .version and ChangeLog. git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.6.0.9@186652 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 547faafa6..e4592ffa1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2009-04-06 Leif Madsen <lmadsen@digium.com>
+
+ * Release Asterisk 1.6.0.9
+
+2009-04-03 16:27 -0500 [r186517] Mark Michelson <mmichelson@digium.com>
+
+ * Remove an invalid call to free memory.
+
+ A bad merge from trunk to 1.6.0 meant freeing memory that
+ should not be freed. In trunk, pkt->data is an ast_str, but
+ in 1.6.0, it is allocated in the same chunk of memory as the
+ sip_pkt. This only affects 1.6.0.
+
+ (closes issue #14819)
+ Reported by: cwolff09
+
2009-04-02 Leif Madsen <lmadsen@digium.com>
* Release Asterisk 1.6.0.8