From 58bf0674e86b9c798d8cf5e964900175a3abbf41 Mon Sep 17 00:00:00 2001 From: Asterisk Development Team Date: Thu, 28 Feb 2019 13:41:32 -0500 Subject: [PATCH] Update for 16.2.1 --- .version | 2 +- ChangeLog | 39 +++++++++++ asterisk-16.2.0-rc2-summary.html | 11 ---- asterisk-16.2.0-rc2-summary.txt | 81 ----------------------- asterisk-16.2.1-summary.html | 23 +++++++ asterisk-16.2.1-summary.txt | 107 +++++++++++++++++++++++++++++++ 6 files changed, 170 insertions(+), 93 deletions(-) delete mode 100644 asterisk-16.2.0-rc2-summary.html delete mode 100644 asterisk-16.2.0-rc2-summary.txt create mode 100644 asterisk-16.2.1-summary.html create mode 100644 asterisk-16.2.1-summary.txt diff --git a/.version b/.version index 20b2ef6d96..e9c8486a0f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -16.2.0-rc2 \ No newline at end of file +16.2.1 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index 0ff7bc22e9..b599915ba3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2019-02-28 18:41 +0000 Asterisk Development Team + + * asterisk 16.2.1 Released. + +2019-01-30 13:25 +0000 [85f40b663a] George Joseph + + * res_pjsip_sdp_rtp: Fix return code from apply_negotiated_sdp_stream + + apply_negotiated_sdp_stream was returning a "1" when no joint + capabilities were found on an outgoing call instead of a "-1". + This indicated to res_pjsip_session that the handler DID handle + the sdp when in fact it didn't. Without the appropriate setup, + a subsequent media frame coming in would have an invalid stream_num + and cause a seg fault when the stream was attempted to be retrieved. + + apply_negotiated_sdp_stream now returns the correct "-1" and any + media is now discarded before it reaches the core stream processing. + + ASTERISK-28260 + Reported by: Sotiris Ganouris + + Change-Id: Ia095cb16b4862f2f6ad6d2d2a77453fa2542371f + +2019-02-27 10:37 +0000 [8b735172d1] George Joseph + + * CI: Update jenkinsfiles with new Gerrit URLs + + The recent upgrade of Gerrit to 2.16 elimiated referencing a + repository in a way the jenkinsfiles were relying on so + the URL references were changed to a more consistent and supported + format. + + Change-Id: I2e8e3f213b9a96bb1b27665eca4a9a24bc49820e + (cherry picked from commit 5ce084579f897096163b4e0c2ed4e8e1a8558cca) + +2019-02-15 16:31 +0000 Asterisk Development Team + + * asterisk 16.2.0 Released. + 2019-02-11 11:11 +0000 Asterisk Development Team * asterisk 16.2.0-rc2 Released. diff --git a/asterisk-16.2.0-rc2-summary.html b/asterisk-16.2.0-rc2-summary.html deleted file mode 100644 index 0984b79e88..0000000000 --- a/asterisk-16.2.0-rc2-summary.html +++ /dev/null @@ -1,11 +0,0 @@ -Release Summary - asterisk-16.2.0-rc2

Release Summary

asterisk-16.2.0-rc2

Date: 2019-02-11

<asteriskteam@digium.com>


Table of Contents

    -
  1. Summary
  2. -
  3. Contributors
  4. -
  5. Closed Issues
  6. -
  7. Diffstat
  8. -

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-16.2.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
1 Kevin Harwell
1 Ross Beer

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_pjsip

ASTERISK-28213: res_pjsip: Threads pile up needlessly when AOR is blocked
Reported by: Ross Beer
    -
  • [28edd2a5cb] Kevin Harwell -- res_pjsip_registrar: lock transport monitor when setting 'removing' flag
  • -


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.

0 files changed

\ No newline at end of file diff --git a/asterisk-16.2.0-rc2-summary.txt b/asterisk-16.2.0-rc2-summary.txt deleted file mode 100644 index c98f9b0bef..0000000000 --- a/asterisk-16.2.0-rc2-summary.txt +++ /dev/null @@ -1,81 +0,0 @@ - Release Summary - - asterisk-16.2.0-rc2 - - Date: 2019-02-11 - - - - ---------------------------------------------------------------------- - - Table of Contents - - 1. Summary - 2. Contributors - 3. Closed Issues - 4. 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-16.2.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 - 1 Kevin Harwell 1 Ross Beer - - ---------------------------------------------------------------------- - - 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_pjsip - - ASTERISK-28213: res_pjsip: Threads pile up needlessly when AOR is blocked - Reported by: Ross Beer - * [28edd2a5cb] Kevin Harwell -- res_pjsip_registrar: lock transport - monitor when setting 'removing' flag - - ---------------------------------------------------------------------- - - 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. - - 0 files changed diff --git a/asterisk-16.2.1-summary.html b/asterisk-16.2.1-summary.html new file mode 100644 index 0000000000..882d31152c --- /dev/null +++ b/asterisk-16.2.1-summary.html @@ -0,0 +1,23 @@ +Release Summary - asterisk-16.2.1

Release Summary

asterisk-16.2.1

Date: 2019-02-28

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

+ + +
CodersTestersReporters
2 George Joseph
1 Sotiris Ganouris
1 Sotiris Ganouris

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.

Security

Category: Channels/chan_pjsip

ASTERISK-28260: Asterisk segfault when rtp negotiation is wrong or fails
Reported by: Sotiris Ganouris
    +
  • [85f40b663a] George Joseph -- res_pjsip_sdp_rtp: Fix return code from apply_negotiated_sdp_stream
  • +


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
8b735172d1George JosephCI: Update jenkinsfiles with new Gerrit URLs

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-16.2.0-summary.html       |  202 --------------
+asterisk-16.2.0-summary.txt        |  512 -------------------------------------
+b/.version                         |    2
+b/ChangeLog                        |    4
+b/asterisk-16.2.0-rc2-summary.html |   11
+b/asterisk-16.2.0-rc2-summary.txt  |   81 +++++
+6 files changed, 93 insertions(+), 719 deletions(-)

\ No newline at end of file diff --git a/asterisk-16.2.1-summary.txt b/asterisk-16.2.1-summary.txt new file mode 100644 index 0000000000..92a458d58c --- /dev/null +++ b/asterisk-16.2.1-summary.txt @@ -0,0 +1,107 @@ + Release Summary + + asterisk-16.2.1 + + Date: 2019-02-28 + + + + ---------------------------------------------------------------------- + + 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-2019-001 + + The data in this summary reflects changes that have been made since the + previous release, asterisk-16.2.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 affected by commits that went into + this release. + + Coders Testers Reporters + 2 George Joseph 1 Sotiris Ganouris + 1 Sotiris Ganouris + + ---------------------------------------------------------------------- + + 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. + + Security + + Category: Channels/chan_pjsip + + ASTERISK-28260: Asterisk segfault when rtp negotiation is wrong or fails + Reported by: Sotiris Ganouris + * [85f40b663a] George Joseph -- res_pjsip_sdp_rtp: Fix return code from + apply_negotiated_sdp_stream + + ---------------------------------------------------------------------- + + 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 | + |------------+---------------+-------------------------------------------| + | 8b735172d1 | George Joseph | CI: Update jenkinsfiles with new Gerrit | + | | | URLs | + +------------------------------------------------------------------------+ + + ---------------------------------------------------------------------- + + 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-16.2.0-summary.html | 202 -------------- + asterisk-16.2.0-summary.txt | 512 ------------------------------------- + b/.version | 2 + b/ChangeLog | 4 + b/asterisk-16.2.0-rc2-summary.html | 11 + b/asterisk-16.2.0-rc2-summary.txt | 81 +++++ + 6 files changed, 93 insertions(+), 719 deletions(-) -- 2.47.2