]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
UPGRADE: Add note for REF_DEBUG flag
authorMatthew Jordan <mjordan@digium.com>
Thu, 22 May 2014 14:01:05 +0000 (14:01 +0000)
committerMatthew Jordan <mjordan@digium.com>
Thu, 22 May 2014 14:01:05 +0000 (14:01 +0000)
........

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@414347 65c4cc65-6c06-0410-ace0-fbb531ad65f3

UPGRADE.txt

index 96ef00902ba2ae396a526b09b5c611db1f099749..eb4153cf082c20b88c7abe7b01d33960785e19e2 100644 (file)
@@ -25,9 +25,17 @@ From 12.2.0 to 12.3.0:
  - 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: