From: George Joseph Date: Thu, 8 Sep 2016 16:38:05 +0000 (-0500) Subject: Release summaries: Add summaries for certified/11.6-cert15 X-Git-Tag: certified/11.6-cert15~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b62f55d11b5ac044f2b8c98f2f1ba8df0ba3e40;p=thirdparty%2Fasterisk.git Release summaries: Add summaries for certified/11.6-cert15 --- diff --git a/asterisk-certified-11.6-cert15-summary.html b/asterisk-certified-11.6-cert15-summary.html new file mode 100644 index 0000000000..085e3e9283 --- /dev/null +++ b/asterisk-certified-11.6-cert15-summary.html @@ -0,0 +1,23 @@ +Release Summary - asterisk-certified/11.6-cert15

Release Summary

asterisk-certified/11.6-cert15

Date: 2016-09-08

<asteriskteam@digium.com>


Table of Contents

    +
  1. Summary
  2. +
  3. Contributors
  4. +
  5. Closed Issues
  6. +
  7. Other Changes
  8. +
  9. Diffstat
  10. +

Summary

[Back to Top]

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.

Security Advisories:

The data in this summary reflects changes that have been made since the previous release, asterisk-certified/11.6-cert14.


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.

+ + +
CodersTestersReporters
3 George Joseph
1 Corey Farrell
1 Etienne Lessard

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: Channels/chan_sip/General

ASTERISK-26272: chan_sip: File descriptors leak (UDP sockets)
Reported by: Etienne Lessard

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.

+ + + + +
RevisionAuthorSummary
1fedc0585egtjosephRelease summaries: Remove previous versions
107b121ff8gtjoseph.version: Update for certified/11.6-cert15
4e3297d0b0gtjoseph.lastclean: Update for certified/11.6-cert15

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-certified-11.6-cert14-summary.html |   77 --------
+asterisk-certified-11.6-cert14-summary.txt  |  259 ----------------------------
+b/.version                                  |    2
+b/channels/chan_sip.c                       |   33 +++
+4 files changed, 34 insertions(+), 337 deletions(-)

\ No newline at end of file diff --git a/asterisk-certified-11.6-cert15-summary.txt b/asterisk-certified-11.6-cert15-summary.txt new file mode 100644 index 0000000000..80c9164c07 --- /dev/null +++ b/asterisk-certified-11.6-cert15-summary.txt @@ -0,0 +1,108 @@ + Release Summary + + asterisk-certified/11.6-cert15 + + Date: 2016-09-08 + + + + ---------------------------------------------------------------------- + + Table of Contents + + 1. Summary + 2. Contributors + 3. Closed Issues + 4. Other Changes + 5. Diffstat + + ---------------------------------------------------------------------- + + Summary + + [Back to Top] + + 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. + + Security Advisories: + + * AST-2016-007 + + The data in this summary reflects changes that have been made since the + previous release, asterisk-certified/11.6-cert14. + + ---------------------------------------------------------------------- + + 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 + 3 George Joseph 1 Etienne Lessard + 1 Corey Farrell + + ---------------------------------------------------------------------- + + 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: Channels/chan_sip/General + + ASTERISK-26272: chan_sip: File descriptors leak (UDP sockets) + Reported by: Etienne Lessard + * [c7cb8f7808] Corey Farrell -- chan_sip: Don't allocate new RTP + instances on top of old ones. + + ---------------------------------------------------------------------- + + 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 | + |-------------+-----------+----------------------------------------------| + | 1fedc0585e | gtjoseph | Release summaries: Remove previous versions | + |-------------+-----------+----------------------------------------------| + | 107b121ff8 | gtjoseph | .version: Update for certified/11.6-cert15 | + |-------------+-----------+----------------------------------------------| + | 4e3297d0b0 | gtjoseph | .lastclean: Update for certified/11.6-cert15 | + +------------------------------------------------------------------------+ + + ---------------------------------------------------------------------- + + 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-certified-11.6-cert14-summary.html | 77 -------- + asterisk-certified-11.6-cert14-summary.txt | 259 ---------------------------- + b/.version | 2 + b/channels/chan_sip.c | 33 +++ + 4 files changed, 34 insertions(+), 337 deletions(-)