From: Asterisk Development Team Date: Tue, 9 Jun 2020 08:59:43 +0000 (-0500) Subject: Update for 13.34.0-rc3 X-Git-Tag: 13.34.0-rc3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23f9f9154e50736ceab1453720a1ca2c6401d8a5;p=thirdparty%2Fasterisk.git Update for 13.34.0-rc3 --- diff --git a/.version b/.version index e3084c303a..b35db8e031 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -13.34.0-rc2 \ No newline at end of file +13.34.0-rc3 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index a7d18204d7..e4420d7369 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2020-06-09 08:59 +0000 Asterisk Development Team + + * asterisk 13.34.0-rc3 Released. + +2020-06-04 01:50 +0000 [5337667d38] 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:55 +0000 Asterisk Development Team * asterisk 13.34.0-rc2 Released. diff --git a/asterisk-13.34.0-rc2-summary.html b/asterisk-13.34.0-rc3-summary.html similarity index 82% rename from asterisk-13.34.0-rc2-summary.html rename to asterisk-13.34.0-rc3-summary.html index c6f23c5e0c..58427fa288 100644 --- a/asterisk-13.34.0-rc2-summary.html +++ b/asterisk-13.34.0-rc3-summary.html @@ -1,11 +1,11 @@ -Release Summary - asterisk-13.34.0-rc2

Release Summary

asterisk-13.34.0-rc2

Date: 2020-06-02

<asteriskteam@digium.com>


Table of Contents

    +Release Summary - asterisk-13.34.0-rc3

    Release Summary

    asterisk-13.34.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-13.34.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.34.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
      -
    • [4075ae5957] 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
        +
      • [5337667d38] 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-13.34.0-rc2-summary.txt b/asterisk-13.34.0-rc3-summary.txt similarity index 88% rename from asterisk-13.34.0-rc2-summary.txt rename to asterisk-13.34.0-rc3-summary.txt index e41d0ec5c2..e3b2ceb130 100644 --- a/asterisk-13.34.0-rc2-summary.txt +++ b/asterisk-13.34.0-rc3-summary.txt @@ -1,8 +1,8 @@ Release Summary - asterisk-13.34.0-rc2 + asterisk-13.34.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-13.34.0-rc1. + previous release, asterisk-13.34.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 - * [4075ae5957] Pirmin Walthert -- res_pjsip_logger.c: correct the return - value checks when writing to pcap + * [5337667d38] Pirmin Walthert -- res_pjsip_logger: use the correct + pointer when logging tx_messages to pcap ----------------------------------------------------------------------