From: Asterisk Development Team Date: Thu, 30 Sep 2021 17:07:26 +0000 (-0500) Subject: Update for 18.7.0-rc3 X-Git-Tag: 18.7.0-rc3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be50d777da6cdb91ceb452c5e4e56487068d150b;p=thirdparty%2Fasterisk.git Update for 18.7.0-rc3 --- diff --git a/.version b/.version index 020c7e622b..3215cb777a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -18.7.0-rc2 \ No newline at end of file +18.7.0-rc3 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index 69928850b3..eaa84c6674 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2021-09-30 17:07 +0000 Asterisk Development Team + + * asterisk 18.7.0-rc3 Released. + +2021-09-29 12:58 +0000 [e9f72a74ce] Naveen Albert + + * app_read: Fix null pointer crash + + If the terminator character is not explicitly specified + and an indications tone is used for reading a digit, + there is no null pointer check so Asterisk crashes. + This prevents null usage from occuring. + + ASTERISK-29673 #close + + Change-Id: Ie941833e123c3dbfb88371b5de5edbbe065514ac + 2021-09-23 12:52 +0000 Asterisk Development Team * asterisk 18.7.0-rc2 Released. diff --git a/asterisk-18.7.0-rc2-summary.html b/asterisk-18.7.0-rc3-summary.html similarity index 76% rename from asterisk-18.7.0-rc2-summary.html rename to asterisk-18.7.0-rc3-summary.html index fe48cc8165..208c7aa988 100644 --- a/asterisk-18.7.0-rc2-summary.html +++ b/asterisk-18.7.0-rc3-summary.html @@ -1,11 +1,11 @@ -Release Summary - asterisk-18.7.0-rc2

Release Summary

asterisk-18.7.0-rc2

Date: 2021-09-23

<asteriskteam@digium.com>


Table of Contents

    +Release Summary - asterisk-18.7.0-rc3

    Release Summary

    asterisk-18.7.0-rc3

    Date: 2021-09-30

    <asteriskteam@digium.com>


    Table of Contents

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

    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-18.7.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.

    +

    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-18.7.0-rc2.


    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 Guido Falsi
    1 Guido Falsi

    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_rtp_asterisk

    ASTERISK-29660: Build failure when disabling PJSIP support
    Reported by: Guido Falsi
      -
    • [0932128a0f] Guido Falsi -- res_rtp_asterisk.c: Fix build failure when not building with pjproject.
    • +1 Naveen Albert
      1 N A
      +

      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_read

      ASTERISK-29673: app_read: Fix null pointer crash regression
      Reported by: N A
        +
      • [e9f72a74ce] Naveen Albert -- app_read: Fix null pointer crash


      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-18.7.0-rc2-summary.txt b/asterisk-18.7.0-rc3-summary.txt similarity index 84% rename from asterisk-18.7.0-rc2-summary.txt rename to asterisk-18.7.0-rc3-summary.txt index 5a34e45707..6575d82e22 100644 --- a/asterisk-18.7.0-rc2-summary.txt +++ b/asterisk-18.7.0-rc3-summary.txt @@ -1,8 +1,8 @@ Release Summary - asterisk-18.7.0-rc2 + asterisk-18.7.0-rc3 - Date: 2021-09-23 + Date: 2021-09-30 @@ -31,7 +31,7 @@ to this release series. The data in this summary reflects changes that have been made since the - previous release, asterisk-18.7.0-rc1. + previous release, asterisk-18.7.0-rc2. ---------------------------------------------------------------------- @@ -49,7 +49,7 @@ this release. Coders Testers Reporters - 1 Guido Falsi 1 Guido Falsi + 1 Naveen Albert 1 N A ---------------------------------------------------------------------- @@ -62,12 +62,11 @@ Bug - Category: Resources/res_rtp_asterisk + Category: Applications/app_read - ASTERISK-29660: Build failure when disabling PJSIP support - Reported by: Guido Falsi - * [0932128a0f] Guido Falsi -- res_rtp_asterisk.c: Fix build failure when - not building with pjproject. + ASTERISK-29673: app_read: Fix null pointer crash regression + Reported by: N A + * [e9f72a74ce] Naveen Albert -- app_read: Fix null pointer crash ----------------------------------------------------------------------