[asterisk-commits] lmadsen: tag 1.6.0.9 r186652 - /tags/1.6.0.9/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Apr 6 12:02:18 CDT 2009


Author: lmadsen
Date: Mon Apr  6 12:02:14 2009
New Revision: 186652

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=186652
Log:
Update 1.6.0.9 tag with changes from Mark.
Also remove the old release summary files, and update .version and ChangeLog.

Removed:
    tags/1.6.0.9/asterisk-1.6.0.7-summary.html
    tags/1.6.0.9/asterisk-1.6.0.7-summary.txt
    tags/1.6.0.9/asterisk-1.6.0.8-summary.html
    tags/1.6.0.9/asterisk-1.6.0.8-summary.txt
Modified:
    tags/1.6.0.9/.version
    tags/1.6.0.9/ChangeLog

Modified: tags/1.6.0.9/.version
URL: http://svn.digium.com/svn-view/asterisk/tags/1.6.0.9/.version?view=diff&rev=186652&r1=186651&r2=186652
==============================================================================
--- tags/1.6.0.9/.version (original)
+++ tags/1.6.0.9/.version Mon Apr  6 12:02:14 2009
@@ -1,1 +1,1 @@
-1.6.0.8
+1.6.0.9

Modified: tags/1.6.0.9/ChangeLog
URL: http://svn.digium.com/svn-view/asterisk/tags/1.6.0.9/ChangeLog?view=diff&rev=186652&r1=186651&r2=186652
==============================================================================
--- tags/1.6.0.9/ChangeLog (original)
+++ tags/1.6.0.9/ChangeLog Mon Apr  6 12:02:14 2009
@@ -1,3 +1,19 @@
+2009-04-06  Leif Madsen <lmadsen at digium.com>
+
+	* Release Asterisk 1.6.0.9
+
+2009-04-03 16:27 -0500 [r186517]  Mark Michelson <mmichelson at 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 at digium.com>
 
 	* Release Asterisk 1.6.0.8




More information about the asterisk-commits mailing list