[svn-commits] mjordan: branch 11 r414346 - in /branches/11: ./ UPGRADE.txt

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu May 22 08:59:36 CDT 2014


Author: mjordan
Date: Thu May 22 08:59:32 2014
New Revision: 414346

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=414346
Log:
UPGRADE: Add note for REF_DEBUG flag
........

Merged revisions 414345 from http://svn.asterisk.org/svn/asterisk/branches/1.8

Modified:
    branches/11/   (props changed)
    branches/11/UPGRADE.txt

Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: branches/11/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/branches/11/UPGRADE.txt?view=diff&rev=414346&r1=414345&r2=414346
==============================================================================
--- branches/11/UPGRADE.txt (original)
+++ branches/11/UPGRADE.txt Thu May 22 08:59:32 2014
@@ -23,6 +23,14 @@
 from 11.9 to 11.10
  - The asterisk command line -I option and the asterisk.conf internal_timing
    option are removed and always enabled if any timing module is loaded.
+
+ - 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.
 
 from 11.8 to 11.9
 - res_fax now returns the correct rates for V.27ter (4800 or 9600 bit/s).




More information about the svn-commits mailing list