diff --git a/asterisk-13.11.0-rc2-summary.html b/asterisk-13.11.0-rc2-summary.html deleted file mode 100644 index 3fe9db4cd2..0000000000 --- a/asterisk-13.11.0-rc2-summary.html +++ /dev/null @@ -1,33 +0,0 @@ -Release Summary - asterisk-13.11.0-rc2

Release Summary

asterisk-13.11.0-rc2

Date: 2016-08-30

<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 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.11.0-rc1.


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
4 Kevin Harwell
2 Mark Michelson
1 gtjoseph
1 Joshua Colp
1 Etienne Lessard
1 nappsoft
1 Hans van Eijsden

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: Applications/app_queue

ASTERISK-26299: app_queue: Queue application sometimes stops calling members with Local interface
Reported by: Etienne Lessard

Category: Resources/res_pjsip

ASTERISK-26269: res_pjsip: Wrong state for aors without registered contacts after startup
Reported by: nappsoft

Category: Resources/res_pjsip/Bundling

ASTERISK-26148: pjsip: Cannot compile 13.10.0-rc1: "libasteriskpj.so: undefined reference to..."
Reported by: Hans van Eijsden

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
c29eb6cad1Kevin HarwellRelease summaries: Remove previous versions
53ab4718acKevin Harwell.version: Update for 13.11.0-rc2
98b7b9e101Kevin Harwell.lastclean: Update for 13.11.0-rc2
9de68f3d44Kevin Harwellrealtime: Add database scripts for 13.11.0-rc2
e6c2a29ad2Mark MichelsonRemove SILK payload mappings from Asterisk core.

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.11.0-rc1-summary.html                                                               |  241 ---
-asterisk-13.11.0-rc1-summary.txt                                                                |  655 ----------
-b/.version                                                                                      |    2
-b/apps/app_queue.c                                                                              |   11
-b/main/rtp_engine.c                                                                             |   10
-b/res/res_pjsip/pjsip_configuration.c                                                           |    2
-b/third-party/pjproject/Makefile.rules                                                          |   31
-b/third-party/pjproject/patches/0002-Fix-1946-Avoid-deinitialization-of-uninitialized-cli.patch |   56
-third-party/pjproject/patches/0001-evsub-Add-APIs-to-add-decrement-an-event-subscriptio.patch   |   73 -
-third-party/pjproject/patches/0001-sip_transport_tcp-tls-Set-factory-on-transports-crea.patch   |   48
-10 files changed, 97 insertions(+), 1032 deletions(-)

\ No newline at end of file diff --git a/asterisk-13.11.0-rc2-summary.txt b/asterisk-13.11.0-rc2-summary.txt deleted file mode 100644 index 453098503b..0000000000 --- a/asterisk-13.11.0-rc2-summary.txt +++ /dev/null @@ -1,137 +0,0 @@ - Release Summary - - asterisk-13.11.0-rc2 - - Date: 2016-08-30 - - - - ---------------------------------------------------------------------- - - 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.11.0-rc1. - - ---------------------------------------------------------------------- - - 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 - 4 Kevin Harwell 1 Etienne Lessard - 2 Mark Michelson 1 nappsoft - 1 gtjoseph 1 Hans van Eijsden - 1 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: Applications/app_queue - - ASTERISK-26299: app_queue: Queue application sometimes stops calling - members with Local interface - Reported by: Etienne Lessard - * [884db40142] Joshua Colp -- app_queue: Ensure member is removed from - pending when hanging up. - - Category: Resources/res_pjsip - - ASTERISK-26269: res_pjsip: Wrong state for aors without registered - contacts after startup - Reported by: nappsoft - * [6da8511a6a] Mark Michelson -- res_pjsip: Default endpoints to the - "offline" status. - - Category: Resources/res_pjsip/Bundling - - ASTERISK-26148: pjsip: Cannot compile 13.10.0-rc1: "libasteriskpj.so: - undefined reference to..." - Reported by: Hans van Eijsden - * [ba7582ba75] gtjoseph -- pjproject_bundled: Update for pjproject 2.5.5 - - ---------------------------------------------------------------------- - - 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 | - |------------+----------------+------------------------------------------| - | c29eb6cad1 | Kevin Harwell | Release summaries: Remove previous | - | | | versions | - |------------+----------------+------------------------------------------| - | 53ab4718ac | Kevin Harwell | .version: Update for 13.11.0-rc2 | - |------------+----------------+------------------------------------------| - | 98b7b9e101 | Kevin Harwell | .lastclean: Update for 13.11.0-rc2 | - |------------+----------------+------------------------------------------| - | 9de68f3d44 | Kevin Harwell | realtime: Add database scripts for | - | | | 13.11.0-rc2 | - |------------+----------------+------------------------------------------| - | e6c2a29ad2 | Mark Michelson | Remove SILK payload mappings from | - | | | Asterisk core. | - +------------------------------------------------------------------------+ - - ---------------------------------------------------------------------- - - 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.11.0-rc1-summary.html | 241 --- - asterisk-13.11.0-rc1-summary.txt | 655 ---------- - b/.version | 2 - b/apps/app_queue.c | 11 - b/main/rtp_engine.c | 10 - b/res/res_pjsip/pjsip_configuration.c | 2 - b/third-party/pjproject/Makefile.rules | 31 - b/third-party/pjproject/patches/0002-Fix-1946-Avoid-deinitialization-of-uninitialized-cli.patch | 56 - third-party/pjproject/patches/0001-evsub-Add-APIs-to-add-decrement-an-event-subscriptio.patch | 73 - - third-party/pjproject/patches/0001-sip_transport_tcp-tls-Set-factory-on-transports-crea.patch | 48 - 10 files changed, 97 insertions(+), 1032 deletions(-)