From ceb4fdd341abc0e7e06a7d58767cc082dadbd32c Mon Sep 17 00:00:00 2001 From: Asterisk Autobuilder Date: Thu, 20 Nov 2014 17:43:20 +0000 Subject: [PATCH] Importing release summary for 11.14.1 release. git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/11.14.1@428502 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- asterisk-11.14.1-summary.html | 68 ++++++++++++++++++++++ asterisk-11.14.1-summary.txt | 106 ++++++++++++++++++++++++++++++++++ 2 files changed, 174 insertions(+) create mode 100644 asterisk-11.14.1-summary.html create mode 100644 asterisk-11.14.1-summary.txt diff --git a/asterisk-11.14.1-summary.html b/asterisk-11.14.1-summary.html new file mode 100644 index 0000000000..d95b2a415d --- /dev/null +++ b/asterisk-11.14.1-summary.html @@ -0,0 +1,68 @@ + + +Release Summary - asterisk-11.14.1 + +

Release Summary

+

asterisk-11.14.1

+

Date: 2014-11-20

+

<asteriskteam@digium.com>

+
+

Table of Contents

+
    +
  1. Summary
  2. +
  3. Contributors
  4. +
  5. Other Changes
  6. +
  7. Diffstat
  8. +
+
+

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-2014-012, AST-2014-014, AST-2014-017, AST-2014-018

+

The data in this summary reflects changes that have been made since the previous release, asterisk-11.14.0.

+
+

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 closed by commits that went into this release.

+ + + + + + + + + + + +

Coders

Testers

Reporters

+6 bebuild
+
+ +
+
+

Commits Not Associated with an Issue

+
[Back to Top]

This is a list of all changes that went into this release that did not directly close an issue from the issue tracker. The commits may have been marked as being related to an issue. If that is the case, the issue numbers are listed here, as well.

+ + + + + + + +
RevisionAuthorSummaryIssues Referenced
428336bebuildCreate 11.14.1
428372bebuildUpdate .version, remove summaries
428427bebuildMerge r428417 for AST-2014-012
428433bebuildMerge r428363 for AST-2014-018
428440bebuildMerge r428299 for AST-2014-014
428446bebuildMerge r428332 for AST-2014-017
+
+

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.

+
+.version                      |    2
+ChangeLog                     |   61 +++++
+apps/app_confbridge.c         |    4
+asterisk-11.14.0-summary.html |  414 ----------------------------------
+asterisk-11.14.0-summary.txt  |  503 ------------------------------------------
+funcs/func_db.c               |    2
+main/acl.c                    |    2
+main/bridging.c               |   26 +-
+8 files changed, 87 insertions(+), 927 deletions(-)
+

+
+ + diff --git a/asterisk-11.14.1-summary.txt b/asterisk-11.14.1-summary.txt new file mode 100644 index 0000000000..1ef2b35566 --- /dev/null +++ b/asterisk-11.14.1-summary.txt @@ -0,0 +1,106 @@ + Release Summary + + asterisk-11.14.1 + + Date: 2014-11-20 + + + + ---------------------------------------------------------------------- + + Table of Contents + + 1. Summary + 2. Contributors + 3. Other Changes + 4. 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-2014-012, AST-2014-014, AST-2014-017, + AST-2014-018 + + The data in this summary reflects changes that have been made since the + previous release, asterisk-11.14.0. + + ---------------------------------------------------------------------- + + 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 closed by commits that went into this + release. + + Coders Testers Reporters + 6 bebuild + + ---------------------------------------------------------------------- + + Commits Not Associated with an Issue + + [Back to Top] + + This is a list of all changes that went into this release that did not + directly close an issue from the issue tracker. The commits may have been + marked as being related to an issue. If that is the case, the issue + numbers are listed here, as well. + + +------------------------------------------------------------------------+ + | Revision | Author | Summary | Issues Referenced | + |----------+---------+-------------------------------+-------------------| + | 428336 | bebuild | Create 11.14.1 | | + |----------+---------+-------------------------------+-------------------| + | 428372 | bebuild | Update .version, remove | | + | | | summaries | | + |----------+---------+-------------------------------+-------------------| + | 428427 | bebuild | Merge r428417 for | | + | | | AST-2014-012 | | + |----------+---------+-------------------------------+-------------------| + | 428433 | bebuild | Merge r428363 for | | + | | | AST-2014-018 | | + |----------+---------+-------------------------------+-------------------| + | 428440 | bebuild | Merge r428299 for | | + | | | AST-2014-014 | | + |----------+---------+-------------------------------+-------------------| + | 428446 | bebuild | Merge r428332 for | | + | | | AST-2014-017 | | + +------------------------------------------------------------------------+ + + ---------------------------------------------------------------------- + + 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. + + .version | 2 + ChangeLog | 61 +++++ + apps/app_confbridge.c | 4 + asterisk-11.14.0-summary.html | 414 ---------------------------------- + asterisk-11.14.0-summary.txt | 503 ------------------------------------------ + funcs/func_db.c | 2 + main/acl.c | 2 + main/bridging.c | 26 +- + 8 files changed, 87 insertions(+), 927 deletions(-) + + ----------------------------------------------------------------------