[asterisk-commits] may: branch may/ooh323_qsig r368562 - in /team/may/ooh323_qsig: ./ CHANGES

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jun 5 19:04:18 CDT 2012


Author: may
Date: Tue Jun  5 19:04:14 2012
New Revision: 368562

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=368562
Log:
Multiple revisions 368537,368550

........
  r368537 | kmoore | 2012-06-05 19:28:28 +0400 (Tue, 05 Jun 2012) | 11 lines
  
  Recorded merge of revisions 368536 from http://svn.asterisk.org/svn/asterisk/branches/10
  
  ........
  Resolve some build warnings
  
  My newly upgraded compiler caught these usages of uninitialized values.
  They weren't actually used.
  ........
  
  Merged revisions 368533 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
  r368550 | jrose | 2012-06-05 20:25:14 +0400 (Tue, 05 Jun 2012) | 3 lines
  
  Merge 'core' and 'core changes' sections in CHANGES file.
........

Merged revisions 368537,368550 from http://svn.asterisk.org/svn/asterisk/trunk

Modified:
    team/may/ooh323_qsig/   (props changed)
    team/may/ooh323_qsig/CHANGES

Propchange: team/may/ooh323_qsig/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.

Propchange: team/may/ooh323_qsig/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Jun  5 19:04:14 2012
@@ -1,2 +1,2 @@
 /team/mmichelson/private/phones-trunk:358764-361321
-/trunk:357542,368421,368435-368529
+/trunk:357542,368421,368435-368529,368537-368550

Propchange: team/may/ooh323_qsig/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Tue Jun  5 19:04:14 2012
@@ -1,1 +1,1 @@
-/trunk:1-368372,368421,368435-368472,368500-368529
+/trunk:1-368561

Modified: team/may/ooh323_qsig/CHANGES
URL: http://svnview.digium.com/svn/asterisk/team/may/ooh323_qsig/CHANGES?view=diff&rev=368562&r1=368561&r2=368562
==============================================================================
--- team/may/ooh323_qsig/CHANGES (original)
+++ team/may/ooh323_qsig/CHANGES Tue Jun  5 19:04:14 2012
@@ -31,6 +31,13 @@
  * The minimum DTMF duration can now be configured in asterisk.conf
    as "mindtmfduration". The default value is (as before) set to 80 ms.
    (previously it was only available in source code)
+ * Each logging destination and console now have an independent notion of the
+   current verbosity level.  Logger.conf now allows an optional argument to
+   the 'verbose' specifier, indicating the level of verbosity sent to that
+   particular logging destination.  Additionally, remote consoles now each
+   have their own verbosity level.  The command 'core set verbose' will now set
+   a separate level for each remote console without affecting any other
+   console.
 
 CLI Changes
 -------------------
@@ -202,16 +209,6 @@
 -------------
  * Allow the built in variables ${NUMBER}, ${IPADDR} and ${SECRET} to be
    used within the dynamic weight attribute when specifying a mapping.
-
-Core changes
-------------
- * Each logging destination and console now have an independent notion of the
-   current verbosity level.  Logger.conf now allows an optional argument to
-   the 'verbose' specifier, indicating the level of verbosity sent to that
-   particular logging destination.  Additionally, remote consoles now each
-   have their own verbosity level.  The command 'core set verbose' will now set
-   a separate level for each remote console without affecting any other
-   console.
 
 Dialplan functions
 ------------------




More information about the asterisk-commits mailing list