Release summaries: Add summaries for 13.8.2

This commit is contained in:
Joshua Colp
2016-04-20 05:46:16 -05:00
parent 26d67ce885
commit 962efa40f7
2 changed files with 147 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><title>Release Summary - asterisk-13.8.2</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-13.8.2</h3><h3 align="center">Date: 2016-04-20</h3><h3 align="center">&lt;asteriskteam@digium.com&gt;</h3><hr><h2 align="center">Table of Contents</h2><ol>
<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 is a point release of an existing major version. The changes included were made to address problems that have been identified in this release series, or are minor, backwards compatible new features or improvements. Users should be able to safely upgrade to this version if this release series is already in use. Users considering upgrading from a previous version are strongly encouraged to review the UPGRADE.txt document as well as the CHANGES document for information about upgrading to this release series.</p><p>The data in this summary reflects changes that have been made since the previous release, asterisk-13.8.1.</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%">5 Joshua Colp <jcolp@digium.com><br/>2 Mark Michelson <mmichelson@digium.com><br/></td><td width="33%"><td width="33%">2 Joshua Colp <jcolp@digium.com><br/>2 Joshua Colp<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: Resources/res_pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-25928">ASTERISK-25928</a>: res_pjsip: URI validation done outside of PJSIP thread<br/>Reported by: Joshua Colp<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=856931edc2bff4e6b25f2adf1a9b8ab2ee1a3adc">[856931edc2]</a> Mark Michelson -- PJSIP: Remove PJSIP parsing functions from uri length validation.</li>
</ul><br><h4>Category: Resources/res_pjsip_registrar</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-25929">ASTERISK-25929</a>: res_pjsip_registrar: AOR_CONTACT_ADDED events not raised<br/>Reported by: Joshua Colp<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=91a3e1184f6d00c8274f9e707a01e2f9d997dada">[91a3e1184f]</a> Mark Michelson -- res_pjsip_registrar: Fix bad memory-ness with user_agent.</li>
</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=26d67ce88513040c2a6275b986830426c21429c3">26d67ce885</a></td><td>Joshua Colp</td><td>Release summaries: Remove previous versions</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=d9909232ed734dfff19b62d2b0ec44b484184e53">d9909232ed</a></td><td>Joshua Colp</td><td>.version: Update for 13.8.2</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=fc57bb9b15f242bb62686375905de3f7aefc9193">fc57bb9b15</a></td><td>Joshua Colp</td><td>.lastclean: Update for 13.8.2</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=ac04474f383120f8b9b8bfe4ef42df835c7521d3">ac04474f38</a></td><td>Joshua Colp</td><td>realtime: Add database scripts for 13.8.2</td></tr>
<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=70e25ced60c7fa2b3ad5fe7b2d27cbf5ac1af12b">70e25ced60</a></td><td>Joshua Colp</td><td>res_pjsip_transport_management: Allow unload to occur.</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-13.8.1-summary.html | 33 --------
asterisk-13.8.1-summary.txt | 128 ---------------------------------
b/.version | 2
b/res/res_pjsip/location.c | 56 ++++++++++----
b/res/res_pjsip_registrar.c | 3
b/res/res_pjsip_transport_management.c | 17 +++-
6 files changed, 58 insertions(+), 181 deletions(-)</pre><br></html>

120
asterisk-13.8.2-summary.txt Normal file
View File

@@ -0,0 +1,120 @@
Release Summary
asterisk-13.8.2
Date: 2016-04-20
<asteriskteam@digium.com>
----------------------------------------------------------------------
Table of Contents
1. Summary
2. Contributors
3. Closed Issues
4. Other Changes
5. Diffstat
----------------------------------------------------------------------
Summary
[Back to Top]
This release is a point release of an existing major version. The changes
included were made to address problems that have been identified in this
release series, or are minor, backwards compatible new features or
improvements. Users should be able to safely upgrade to this version if
this release series is already in use. Users considering upgrading from a
previous version are strongly encouraged to review the UPGRADE.txt
document as well as the CHANGES document for information about upgrading
to this release series.
The data in this summary reflects changes that have been made since the
previous release, asterisk-13.8.1.
----------------------------------------------------------------------
Contributors
[Back to Top]
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.
Coders Testers Reporters
5 Joshua Colp 2 Joshua Colp
2 Mark Michelson 2 Joshua Colp
----------------------------------------------------------------------
Closed Issues
[Back to Top]
This is a list of all issues from the issue tracker that were closed by
changes that went into this release.
Bug
Category: Resources/res_pjsip
ASTERISK-25928: res_pjsip: URI validation done outside of PJSIP thread
Reported by: Joshua Colp
* [856931edc2] Mark Michelson -- PJSIP: Remove PJSIP parsing functions
from uri length validation.
Category: Resources/res_pjsip_registrar
ASTERISK-25929: res_pjsip_registrar: AOR_CONTACT_ADDED events not raised
Reported by: Joshua Colp
* [91a3e1184f] Mark Michelson -- res_pjsip_registrar: Fix bad
memory-ness with user_agent.
----------------------------------------------------------------------
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 |
|------------+-------------+---------------------------------------------|
| 26d67ce885 | Joshua Colp | Release summaries: Remove previous versions |
|------------+-------------+---------------------------------------------|
| d9909232ed | Joshua Colp | .version: Update for 13.8.2 |
|------------+-------------+---------------------------------------------|
| fc57bb9b15 | Joshua Colp | .lastclean: Update for 13.8.2 |
|------------+-------------+---------------------------------------------|
| ac04474f38 | Joshua Colp | realtime: Add database scripts for 13.8.2 |
|------------+-------------+---------------------------------------------|
| 70e25ced60 | Joshua Colp | res_pjsip_transport_management: Allow |
| | | unload to occur. |
+------------------------------------------------------------------------+
----------------------------------------------------------------------
Diffstat Results
[Back to Top]
This is a summary of the changes to the source code that went into this
release that was generated using the diffstat utility.
asterisk-13.8.1-summary.html | 33 --------
asterisk-13.8.1-summary.txt | 128 ---------------------------------
b/.version | 2
b/res/res_pjsip/location.c | 56 ++++++++++----
b/res/res_pjsip_registrar.c | 3
b/res/res_pjsip_transport_management.c | 17 +++-
6 files changed, 58 insertions(+), 181 deletions(-)