[svn-commits] bebuild: tag 1.8.8.0-rc3 r344327 - in /tags/1.8.8.0-rc3: .version ChangeLog

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Nov 9 16:41:49 CST 2011


Author: bebuild
Date: Wed Nov  9 16:41:45 2011
New Revision: 344327

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=344327
Log:
Update .version and ChangeLog

Modified:
    tags/1.8.8.0-rc3/.version
    tags/1.8.8.0-rc3/ChangeLog

Modified: tags/1.8.8.0-rc3/.version
URL: http://svnview.digium.com/svn/asterisk/tags/1.8.8.0-rc3/.version?view=diff&rev=344327&r1=344326&r2=344327
==============================================================================
--- tags/1.8.8.0-rc3/.version (original)
+++ tags/1.8.8.0-rc3/.version Wed Nov  9 16:41:45 2011
@@ -1,1 +1,1 @@
-1.8.8.0-rc2
+1.8.8.0-rc3

Modified: tags/1.8.8.0-rc3/ChangeLog
URL: http://svnview.digium.com/svn/asterisk/tags/1.8.8.0-rc3/ChangeLog?view=diff&rev=344327&r1=344326&r2=344327
==============================================================================
--- tags/1.8.8.0-rc3/ChangeLog (original)
+++ tags/1.8.8.0-rc3/ChangeLog Wed Nov  9 16:41:45 2011
@@ -1,3 +1,44 @@
+2011-11-09  Asterisk Development Team <asteriskteam at digium.com>
+
+	* Asterisk 1.8.8.0-rc3 Released.
+
+	* Prevent BLF subscriptions from causing deadlocks
+
+	  Fix a locking inversion in sip_send_mwi_to_peer that was causing
+	  deadlocks.
+	  This function now requires that both the peer and associated pvt be
+	  unlocked
+	  before it is called for cases where peer and peer->mwipvt form a
+	  circular
+	  reference.
+
+	  (closes issue ASTERISK-18663)
+	  Review: https://reviewboard.asterisk.org/r/1563/
+
+	* Fix deadlock if peer is destroyed while sending MWI notice.
+
+	  A dialog cannot be destroyed by the ao2_callback dialog_needdestroy
+	  because of a deadlock between the dialogs container lock and the
+	  RWLOCK of the events subscription list.
+
+	  * Create dialogs_to_destroy container to hold dialogs that will be
+	  destroyed.
+
+	  * Ensure that the event subscription callback will never happen with
+	  an invalid peer pointer by making the event callback removal the first
+	  thing in the peer destructor callback.
+
+	  (closes issue ASTERISK-18747)
+	  Reported by: Gregory Hinton Nietsky
+
+	  Review: https://reviewboard.asterisk.org/r/1564/
+
+	* Fix issue with setting defaultenabled on categories that are already
+	  enabled by default.
+
+	  (closes issue ASTERISK-18738)
+	  Reported by: Paul Belanger
+
 2011-10-18  Asterisk Development Team <asteriskteam at digium.com>
 
 	* Asterisk 1.8.8.0-rc2 Released.




More information about the svn-commits mailing list