[asterisk-commits] r382685 - svn:log
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Mar 8 10:42:47 CST 2013
Author: dlee
Revision: 382685
Modified property: svn:log
Modified: svn:log at Fri Mar 8 10:42:47 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Mar 8 10:42:47 2013
@@ -13,10 +13,12 @@
operations.
- Consistent memory management; all message bus objects are AO2
managed objects, using ao2_ref() and ao2_cleanup() to manage the
- reference counting.
+ reference counting. (Although due to cyclic references,
+ subscriptions have to be manually unsubscribed as well).
In addition to basic publish/subscribe, the patch also provides
mechanisms for message forwarding, and for message caching.
+(issue ASTERISK-20887)
(closes issue ASTERISK-20959)
Review: https://reviewboard.asterisk.org/r/2339/
More information about the asterisk-commits
mailing list