From: Asterisk Development Team Date: Tue, 9 Jun 2020 09:02:08 +0000 (-0500) Subject: Update for 17.5.0-rc3 X-Git-Tag: 17.5.0-rc3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c7675ac0e394b1234135c27decf714c982d9b66;p=thirdparty%2Fasterisk.git Update for 17.5.0-rc3 --- diff --git a/.version b/.version index 76ac751278..b7f504a296 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -17.5.0-rc2 \ No newline at end of file +17.5.0-rc3 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index 3118f71db2..7c4e439168 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2020-06-09 09:02 +0000 Asterisk Development Team + + * asterisk 17.5.0-rc3 Released. + +2020-06-04 01:50 +0000 [dd5fb6dad1] Pirmin Walthert + + * res_pjsip_logger: use the correct pointer when logging tx_messages to pcap + + When writing tx messages to pcap files, Asterisk is using the wrong + pointer resulting in lots of wasted space. This patch fixes it to use + the correct pointer. + + ASTERISK-28932 #close + + Change-Id: I5b8253dd59a083a2ca2c81f232f1d14d33c6fd23 + 2020-06-02 08:58 +0000 Asterisk Development Team * asterisk 17.5.0-rc2 Released. diff --git a/asterisk-17.5.0-rc2-summary.html b/asterisk-17.5.0-rc3-summary.html similarity index 82% rename from asterisk-17.5.0-rc2-summary.html rename to asterisk-17.5.0-rc3-summary.html index 79832ff8fd..d8b7ee510b 100644 --- a/asterisk-17.5.0-rc2-summary.html +++ b/asterisk-17.5.0-rc3-summary.html @@ -1,11 +1,11 @@ -Release Summary - asterisk-17.5.0-rc2

Release Summary

asterisk-17.5.0-rc2

Date: 2020-06-02

<asteriskteam@digium.com>


Table of Contents

    +Release Summary - asterisk-17.5.0-rc3

    Release Summary

    asterisk-17.5.0-rc3

    Date: 2020-06-09

    <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-17.5.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-17.5.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 Pirmin Walthert
    1 nappsoft

    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_pjsip_logger

    ASTERISK-28921: Wrong return value check for fwrite when writing to pcap file
    Reported by: nappsoft
      -
    • [cb6b700ae3] Pirmin Walthert -- res_pjsip_logger.c: correct the return value checks when writing to pcap
    • +

      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_pjsip_logger

      ASTERISK-28932: res_pjsip_logger writing too big packets
      Reported by: nappsoft
        +
      • [dd5fb6dad1] Pirmin Walthert -- res_pjsip_logger: use the correct pointer when logging tx_messages to pcap


      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-17.5.0-rc2-summary.txt b/asterisk-17.5.0-rc3-summary.txt similarity index 88% rename from asterisk-17.5.0-rc2-summary.txt rename to asterisk-17.5.0-rc3-summary.txt index b8ba4db44a..198d262a4c 100644 --- a/asterisk-17.5.0-rc2-summary.txt +++ b/asterisk-17.5.0-rc3-summary.txt @@ -1,8 +1,8 @@ Release Summary - asterisk-17.5.0-rc2 + asterisk-17.5.0-rc3 - Date: 2020-06-02 + Date: 2020-06-09 @@ -31,7 +31,7 @@ to this release series. The data in this summary reflects changes that have been made since the - previous release, asterisk-17.5.0-rc1. + previous release, asterisk-17.5.0-rc2. ---------------------------------------------------------------------- @@ -64,11 +64,10 @@ Category: Resources/res_pjsip_logger - ASTERISK-28921: Wrong return value check for fwrite when writing to pcap - file + ASTERISK-28932: res_pjsip_logger writing too big packets Reported by: nappsoft - * [cb6b700ae3] Pirmin Walthert -- res_pjsip_logger.c: correct the return - value checks when writing to pcap + * [dd5fb6dad1] Pirmin Walthert -- res_pjsip_logger: use the correct + pointer when logging tx_messages to pcap ----------------------------------------------------------------------