]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update for certified/11.6-cert16 certified/11.6-cert16
authorKevin Harwell <kharwell@digium.com>
Thu, 8 Dec 2016 20:29:23 +0000 (15:29 -0500)
committerKevin Harwell <kharwell@digium.com>
Thu, 8 Dec 2016 20:29:23 +0000 (15:29 -0500)
ChangeLog
asterisk-certified-11.6-cert16-summary.html
asterisk-certified-11.6-cert16-summary.txt

index 3cbba6662368f23f51bf5133887c605df5cb3fc2..73704a73ea06f4fcc2224ec44f24156a91b9b418 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
-2016-12-08 20:28 +0000  Asterisk Development Team <asteriskteam@digium.com>
+2016-12-08 20:29 +0000  Asterisk Development Team <asteriskteam@digium.com>
 
        * asterisk certified/11.6-cert16 Released.
 
+2016-12-08 14:28 +0000 [c54d57a9f6]  Kevin Harwell <kharwell@digium.com>
+
+       * Update for certified/11.6-cert16
+
 2016-11-30 09:31 +0000 [93dfe39642]  Walter Doekes <walter+asterisk@wjd.nu>
 
        * chan_sip: Do not allow non-SP/HTAB between header key and colon.
index 7e8b4e3ef8b9d517d97ef22fcf3e4a51a9492b45..c0c06549627c5ebd9865bbff6de65480ea1f9860 100644 (file)
@@ -2,12 +2,22 @@
 <li><a href="#summary">Summary</a></li>
 <li><a href="#contributors">Contributors</a></li>
 <li><a href="#closed_issues">Closed Issues</a></li>
+<li><a href="#commits">Other Changes</a></li>
 <li><a href="#diffstat">Diffstat</a></li>
 </ol><hr><a name="summary"><h2 align="center">Summary</h2></a><center><a href="#top">[Back to Top]</a></center><p>This release has been made to address one or more security vulnerabilities that have been identified. A security advisory document has been published for each vulnerability that includes additional information. Users of versions of Asterisk that are affected are strongly encouraged to review the advisories and determine what action they should take to protect their systems from these issues.</p><p>Security Advisories:</p><ul>
 <li><a href="http://downloads.asterisk.org/pub/security/AST-2016-009.html">AST-2016-009</a></li>
 </ul><p>The data in this summary reflects changes that have been made since the previous release, asterisk-certified/11.6-cert15.</p><hr><a name="contributors"><h2 align="center">Contributors</h2></a><center><a href="#top">[Back to Top]</a></center><p>This table lists the people who have submitted code, those that have tested patches, as well as those that reported issues on the issue tracker that were resolved in this release. For coders, the number is how many of their patches (of any size) were committed into this release. For testers, the number is the number of times their name was listed as assisting with testing a patch. Finally, for reporters, the number is the number of issues that they reported that were affected by commits that went into this release.</p><table width="100%" border="0">
 <tr><th width="33%">Coders</th><th width="33%">Testers</th><th width="33%">Reporters</th></tr>
-<tr valign="top"><td width="33%">1 Walter Doekes <walter+asterisk@wjd.nu><br/></td><td width="33%"><td width="33%">1 Walter Doekes <walter+asterisk@wjd.nu><br/></td></tr>
+<tr valign="top"><td width="33%">1 Kevin Harwell <kharwell@digium.com><br/>1 Walter Doekes <walter+asterisk@wjd.nu><br/></td><td width="33%"><td width="33%">1 Walter Doekes <walter+asterisk@wjd.nu><br/></td></tr>
 </table><hr><a name="closed_issues"><h2 align="center">Closed Issues</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all issues from the issue tracker that were closed by changes that went into this release.</p><h3>Bug</h3><h4>Category: Channels/chan_sip/Interoperability</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-26433">ASTERISK-26433</a>: chan_sip: Allows To-tag checks to be bypassed, setting up new calls<br/>Reported by: Walter Doekes<ul>
 <li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=93dfe3964212deb8abbee7ab7f0153c64d660726">[93dfe39642]</a> Walter Doekes -- chan_sip: Do not allow non-SP/HTAB between header key and colon.</li>
-</ul><br><hr><a name="diffstat"><h2 align="center">Diffstat Results</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.</p><pre>0 files changed</pre><br></html>
\ No newline at end of file
+</ul><br><hr><a name="commits"><h2 align="center">Commits Not Associated with an Issue</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all changes that went into this release that did not reference a JIRA issue.</p><table width="100%" border="1">
+<tr><th>Revision</th><th>Author</th><th>Summary</th></tr>
+<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=c54d57a9f63171a10f2f477bb434f2b2bdcbb5a4">c54d57a9f6</a></td><td>Kevin Harwell</td><td>Update for certified/11.6-cert16</td></tr>
+</table><hr><a name="diffstat"><h2 align="center">Diffstat Results</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.</p><pre>asterisk-certified-11.6-cert15-summary.html   |   23 -----
+asterisk-certified-11.6-cert15-summary.txt    |  108 --------------------------
+b/.version                                    |    2
+b/ChangeLog                                   |   39 +++++++++
+b/asterisk-certified-11.6-cert16-summary.html |   13 +++
+b/asterisk-certified-11.6-cert16-summary.txt  |   29 ++++++
+6 files changed, 82 insertions(+), 132 deletions(-)</pre><br></html>
\ No newline at end of file
index b49a321429ff5105f61b702c036a63781892cef2..7269b2c58df7f65b33a7936400b8b7b9d1d0992a 100644 (file)
@@ -13,7 +13,8 @@
     1. Summary
     2. Contributors
     3. Closed Issues
-    4. Diffstat
+    4. Other Changes
+    5. Diffstat
 
      ----------------------------------------------------------------------
 
@@ -51,7 +52,8 @@
    this release.
 
    Coders                   Testers                  Reporters                
-   1 Walter Doekes                                   1 Walter Doekes          
+   1 Kevin Harwell                                   1 Walter Doekes          
+   1 Walter Doekes          
 
      ----------------------------------------------------------------------
 
      * [93dfe39642] Walter Doekes -- chan_sip: Do not allow non-SP/HTAB
        between header key and colon.
 
+     ----------------------------------------------------------------------
+
+                      Commits Not Associated with an Issue
+
+                                 [Back to Top]
+
+   This is a list of all changes that went into this release that did not
+   reference a JIRA issue.
+
+   +------------------------------------------------------------------------+
+   | Revision      | Author           | Summary                             |
+   |---------------+------------------+-------------------------------------|
+   | c54d57a9f6    | Kevin Harwell    | Update for certified/11.6-cert16    |
+   +------------------------------------------------------------------------+
+
      ----------------------------------------------------------------------
 
                                 Diffstat Results
    This is a summary of the changes to the source code that went into this
    release that was generated using the diffstat utility.
 
- 0 files changed
+ asterisk-certified-11.6-cert15-summary.html   |   23 -----
+ asterisk-certified-11.6-cert15-summary.txt    |  108 --------------------------
+ b/.version                                    |    2
+ b/ChangeLog                                   |   39 +++++++++
+ b/asterisk-certified-11.6-cert16-summary.html |   13 +++
+ b/asterisk-certified-11.6-cert16-summary.txt  |   29 ++++++
+ 6 files changed, 82 insertions(+), 132 deletions(-)