[svn-commits] mjordan: branch 12 r414347 - in /branches/12: ./ UPGRADE.txt
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu May 22 09:01:08 CDT 2014
Author: mjordan
Date: Thu May 22 09:01:05 2014
New Revision: 414347
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=414347
Log:
UPGRADE: Add note for REF_DEBUG flag
........
Merged revisions 414345 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
Merged revisions 414346 from http://svn.asterisk.org/svn/asterisk/branches/11
Modified:
branches/12/ (props changed)
branches/12/UPGRADE.txt
Propchange: branches/12/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.
Modified: branches/12/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/branches/12/UPGRADE.txt?view=diff&rev=414347&r1=414346&r2=414347
==============================================================================
--- branches/12/UPGRADE.txt (original)
+++ branches/12/UPGRADE.txt Thu May 22 09:01:05 2014
@@ -25,9 +25,17 @@
- The asterisk command line -I option and the asterisk.conf internal_timing
option are removed and always enabled if any timing module is loaded.
+Build Options:
+ - Added a new Compiler Flag, REF_DEBUG. When enabled, reference counted
+ objects will emit additional debug information to the refs log file located
+ in the standard Asterisk log file directory. This log file is useful in
+ tracking down object leaks and other reference counting issues. Prior to
+ this version, this option was only available by modifying the source code
+ directly. This change also includes a new script, refcounter.py, in the
+ contrib folder that will process the refs log file.
+
chan_sip:
- Made set SIPREFERREDBYHDR as inheritable for better chan_pjsip
- interoperability.
From 12.1.0 to 12.2.0:
More information about the svn-commits
mailing list