From: Asterisk Development Team Date: Wed, 13 Feb 2019 17:47:03 +0000 (-0500) Subject: Update for 13.25.0-rc3 X-Git-Tag: 13.25.0-rc3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9d039ba4f3a813f222ad03e594c11932977d5ae;p=thirdparty%2Fasterisk.git Update for 13.25.0-rc3 --- diff --git a/.version b/.version index d3cbcc0dc6..45443f308a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -13.25.0-rc2 \ No newline at end of file +13.25.0-rc3 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index c9ba7df294..9247321d51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2019-02-13 17:47 +0000 Asterisk Development Team + + * asterisk 13.25.0-rc3 Released. + +2019-02-13 07:36 +0000 [13b58ce3ea] Paulo Vicentini + + * res/res_pjsip: Resources (udptl fd) are leaking for T.38 calls + + Fix unbalanced references for datastore t38_session_media + + ASTERISK-28288 + + Change-Id: Id6dceceb06651b03f611bf33deb3061022fe5d0c + 2019-02-11 11:10 +0000 Asterisk Development Team * asterisk 13.25.0-rc2 Released. diff --git a/asterisk-13.25.0-rc2-summary.html b/asterisk-13.25.0-rc3-summary.html similarity index 78% rename from asterisk-13.25.0-rc2-summary.html rename to asterisk-13.25.0-rc3-summary.html index d1d8d806bd..92d7e6b7ac 100644 --- a/asterisk-13.25.0-rc2-summary.html +++ b/asterisk-13.25.0-rc3-summary.html @@ -1,11 +1,11 @@ -Release Summary - asterisk-13.25.0-rc2

Release Summary

asterisk-13.25.0-rc2

Date: 2019-02-11

<asteriskteam@digium.com>


Table of Contents

    +Release Summary - asterisk-13.25.0-rc3

    Release Summary

    asterisk-13.25.0-rc3

    Date: 2019-02-13

    <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-13.25.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-13.25.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 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
      -
    • [933a7ac262] Kevin Harwell -- res_pjsip_registrar: lock transport monitor when setting 'removing' flag
    • +1 Paulo Vicentini
      1 Paulo Vicentini
      +

      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-28288: Resources (udptl fd) leaking for T.38 calls
      Reported by: Paulo Vicentini
        +
      • [13b58ce3ea] Paulo Vicentini -- res/res_pjsip: Resources (udptl fd) are leaking for T.38 calls


      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-13.25.0-rc2-summary.txt b/asterisk-13.25.0-rc3-summary.txt similarity index 85% rename from asterisk-13.25.0-rc2-summary.txt rename to asterisk-13.25.0-rc3-summary.txt index 89820c4c34..912c0efb43 100644 --- a/asterisk-13.25.0-rc2-summary.txt +++ b/asterisk-13.25.0-rc3-summary.txt @@ -1,8 +1,8 @@ Release Summary - asterisk-13.25.0-rc2 + asterisk-13.25.0-rc3 - Date: 2019-02-11 + Date: 2019-02-13 @@ -31,7 +31,7 @@ to this release series. The data in this summary reflects changes that have been made since the - previous release, asterisk-13.25.0-rc1. + previous release, asterisk-13.25.0-rc2. ---------------------------------------------------------------------- @@ -49,7 +49,7 @@ this release. Coders Testers Reporters - 1 Kevin Harwell 1 Ross Beer + 1 Paulo Vicentini 1 Paulo Vicentini ---------------------------------------------------------------------- @@ -64,10 +64,10 @@ Category: Channels/chan_pjsip - ASTERISK-28213: res_pjsip: Threads pile up needlessly when AOR is blocked - Reported by: Ross Beer - * [933a7ac262] Kevin Harwell -- res_pjsip_registrar: lock transport - monitor when setting 'removing' flag + ASTERISK-28288: Resources (udptl fd) leaking for T.38 calls + Reported by: Paulo Vicentini + * [13b58ce3ea] Paulo Vicentini -- res/res_pjsip: Resources (udptl fd) + are leaking for T.38 calls ----------------------------------------------------------------------