From: Asterisk Development Team Date: Mon, 6 Apr 2020 19:56:17 +0000 (-0500) Subject: Update for certified/16.8-cert1-rc5 X-Git-Tag: certified/16.8-cert1-rc5^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81d34554abc050305ffbbf046358deb70f64bd56;p=thirdparty%2Fasterisk.git Update for certified/16.8-cert1-rc5 --- diff --git a/.version b/.version index c76250d118..9d98e73f56 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -certified/16.8-cert1-rc4 \ No newline at end of file +certified/16.8-cert1-rc5 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index 8d5f5a5d9c..f389ad5dc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,61 @@ +2020-04-06 19:56 +0000 Asterisk Development Team + + * asterisk certified/16.8-cert1-rc5 Released. + +2020-04-01 04:00 +0000 [25e2274e48] Jaco Kroon + + * main/backtrace: binutils-2.34 fix. + + My tester missed this one previously, have confirmed a positive build + this time round. + + Change-Id: Id06853375954a200f03f9a1b9c97fe0b10d31fbf + +2020-03-16 05:11 +0000 [2af88e7ca2] Jaco Kroon + + * Update main/backtrace.c to deal with changes in binutils 2.34. + + binutils 2.34 merged this commit: + + https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;\ + h=fd3619828e94a24a92cddec42cbc0ab33352eeb4 + + Which effectively does things like: + + -#define bfd_section_size(bfd, ptr) ((ptr)->size) + -#define bfd_get_section_size(ptr) ((ptr)->size) + + +#define bfd_section_size(sec) ((sec)->size) + + So in order to remain backwards compatible we need to detect this API + change, and adjust accordingly. The simplest is to notice that the + bfd_get_section_size and bfd_get_section_vma MACROs are no longer + defined, and define then onto the new API. The alternative is to litter + the code with a number of #ifdef #else #endif splatters right through + the code. + + Change-Id: I3efe0f8e8f3e338d16fcbc2b26a505367b6e172f + (cherry picked from commit 33b2c7f79b33693be502e4707c936f8dba392b5f) + +2020-03-31 12:52 +0000 [3297df5a61] Kevin Harwell + + * channel: write to a stream on multi-frame writes + + If a frame handling routine returns a list of frames (vs. a single frame) + those frames are never passed to a tech's write_stream handler even if one is + available. For instance, if a codec translation occurred and that codec + returned multiple frames then those particular frames were always only sent + to the tech's "write" handler. If that tech (pjsip for example) was stream + capable then those frames were essentially ignored. Thus resulting in bad + audio. + + This patch makes it so the "write_stream" handler is appropriately called + for all cases, and for all frames if available. + + ASTERISK-28795 #close + + Change-Id: I868faea0b73a07ed5a32c2b05bb9cf4b586f739d + 2020-03-26 16:48 +0000 Asterisk Development Team * asterisk certified/16.8-cert1-rc4 Released. diff --git a/asterisk-certified-16.8-cert1-rc4-summary.html b/asterisk-certified-16.8-cert1-rc4-summary.html deleted file mode 100644 index 45f8292ab1..0000000000 --- a/asterisk-certified-16.8-cert1-rc4-summary.html +++ /dev/null @@ -1,29 +0,0 @@ -Release Summary - asterisk-certified/16.8-cert1-rc4

Release Summary

asterisk-certified/16.8-cert1-rc4

Date: 2020-03-26

<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 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-certified/16.8-cert1-rc3.


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
4 Joshua C. Colp
1 Asterisk Development Team
1 Kevin Harwell
1 George Joseph
2 Joshua C. Colp
1 Pascal Cadotte Michaud

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_confbridge

ASTERISK-28790: Crash during conference call using confbridge and video
Reported by: Pascal Cadotte Michaud
    -
  • [3d22ecb1e2] Joshua C. Colp -- res_rtp_asterisk: Ensure sufficient space for worst case NACK.
  • -

Category: Resources/res_pjsip

ASTERISK-28790: Crash during conference call using confbridge and video
Reported by: Pascal Cadotte Michaud
    -
  • [3d22ecb1e2] Joshua C. Colp -- res_rtp_asterisk: Ensure sufficient space for worst case NACK.
  • -

Category: Resources/res_pjsip_session

ASTERISK-28783: res_pjsip_session: Allow default non-audio streams to have reflected state
Reported by: Joshua C. Colp
    -
  • [aa04c3f49b] Joshua C. Colp -- res_pjsip_session: Don't restrict non-audio default streams to sendrecv.
  • -

Improvement

Category: Resources/res_pjsip_session

ASTERISK-28787: res_pjsip_session: Decide more intelligently when to add video
Reported by: Joshua C. Colp
    -
  • [bdf4d159fd] Joshua C. Colp -- res_pjsip_session: Apply intention behind requested formats.
  • -


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
096db19662Asterisk Development TeamUpdate CHANGES and UPGRADE.txt for certified/16.8-cert1-rc4
c9cd681261Joshua C. ColpCHANGES: Change md file extension to txt.
904f6b7c2fKevin Harwellast_coredumper: add Asterisk information dump
7ecbcdf22fGeorge JosephCI: Create generic jenkinsfile

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.

CHANGES                                           |   13
-contrib/scripts/ast_coredumper                    |  417 +++++++++++++++++++++-
-res/res_pjsip_session.c                           |   44 +-
-res/res_rtp_asterisk.c                            |    5
-tests/CI/universal-asterisk-nongerrit.jenkinsfile |  394 ++++++++++++++++++++
-5 files changed, 844 insertions(+), 29 deletions(-)

\ No newline at end of file diff --git a/asterisk-certified-16.8-cert1-rc5-summary.html b/asterisk-certified-16.8-cert1-rc5-summary.html new file mode 100644 index 0000000000..b7d58ae8e0 --- /dev/null +++ b/asterisk-certified-16.8-cert1-rc5-summary.html @@ -0,0 +1,16 @@ +Release Summary - asterisk-certified/16.8-cert1-rc5

Release Summary

asterisk-certified/16.8-cert1-rc5

Date: 2020-04-06

<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 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-certified/16.8-cert1-rc4.


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 Jaco Kroon
1 Kevin Harwell
1 Kevin Harwell

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: Core/Channels

ASTERISK-28795: channel: write to a stream on multi-frame writes
Reported by: Kevin Harwell
    +
  • [3297df5a61] Kevin Harwell -- channel: write to a stream on multi-frame writes
  • +


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
25e2274e48Jaco Kroonmain/backtrace: binutils-2.34 fix.
2af88e7ca2Jaco KroonUpdate main/backtrace.c to deal with changes in binutils 2.34.

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-certified-16.8-cert1-rc4-summary.txt b/asterisk-certified-16.8-cert1-rc5-summary.txt similarity index 51% rename from asterisk-certified-16.8-cert1-rc4-summary.txt rename to asterisk-certified-16.8-cert1-rc5-summary.txt index 10fb7633f3..d18dba600b 100644 --- a/asterisk-certified-16.8-cert1-rc4-summary.txt +++ b/asterisk-certified-16.8-cert1-rc5-summary.txt @@ -1,8 +1,8 @@ Release Summary - asterisk-certified/16.8-cert1-rc4 + asterisk-certified/16.8-cert1-rc5 - Date: 2020-03-26 + Date: 2020-04-06 @@ -32,7 +32,7 @@ to this release series. The data in this summary reflects changes that have been made since the - previous release, asterisk-certified/16.8-cert1-rc3. + previous release, asterisk-certified/16.8-cert1-rc4. ---------------------------------------------------------------------- @@ -49,11 +49,9 @@ issues that they reported that were affected by commits that went into this release. - Coders Testers Reporters - 4 Joshua C. Colp 2 Joshua C. Colp - 1 Asterisk Development Team 1 Pascal Cadotte Michaud - 1 Kevin Harwell - 1 George Joseph + Coders Testers Reporters + 2 Jaco Kroon 1 Kevin Harwell + 1 Kevin Harwell ---------------------------------------------------------------------- @@ -66,37 +64,12 @@ Bug - Category: Applications/app_confbridge + Category: Core/Channels - ASTERISK-28790: Crash during conference call using confbridge and video - Reported by: Pascal Cadotte Michaud - * [3d22ecb1e2] Joshua C. Colp -- res_rtp_asterisk: Ensure sufficient - space for worst case NACK. - - Category: Resources/res_pjsip - - ASTERISK-28790: Crash during conference call using confbridge and video - Reported by: Pascal Cadotte Michaud - * [3d22ecb1e2] Joshua C. Colp -- res_rtp_asterisk: Ensure sufficient - space for worst case NACK. - - Category: Resources/res_pjsip_session - - ASTERISK-28783: res_pjsip_session: Allow default non-audio streams to have - reflected state - Reported by: Joshua C. Colp - * [aa04c3f49b] Joshua C. Colp -- res_pjsip_session: Don't restrict - non-audio default streams to sendrecv. - - Improvement - - Category: Resources/res_pjsip_session - - ASTERISK-28787: res_pjsip_session: Decide more intelligently when to add - video - Reported by: Joshua C. Colp - * [bdf4d159fd] Joshua C. Colp -- res_pjsip_session: Apply intention - behind requested formats. + ASTERISK-28795: channel: write to a stream on multi-frame writes + Reported by: Kevin Harwell + * [3297df5a61] Kevin Harwell -- channel: write to a stream on + multi-frame writes ---------------------------------------------------------------------- @@ -108,18 +81,12 @@ reference a JIRA issue. +------------------------------------------------------------------------+ - | Revision | Author | Summary | - |------------+------------------+----------------------------------------| - | 096db19662 | Asterisk | Update CHANGES and UPGRADE.txt for | - | | Development Team | certified/16.8-cert1-rc4 | - |------------+------------------+----------------------------------------| - | c9cd681261 | Joshua C. Colp | CHANGES: Change md file extension to | - | | | txt. | - |------------+------------------+----------------------------------------| - | 904f6b7c2f | Kevin Harwell | ast_coredumper: add Asterisk | - | | | information dump | - |------------+------------------+----------------------------------------| - | 7ecbcdf22f | George Joseph | CI: Create generic jenkinsfile | + | Revision | Author | Summary | + |------------+------------+----------------------------------------------| + | 25e2274e48 | Jaco Kroon | main/backtrace: binutils-2.34 fix. | + |------------+------------+----------------------------------------------| + | 2af88e7ca2 | Jaco Kroon | Update main/backtrace.c to deal with changes | + | | | in binutils 2.34. | +------------------------------------------------------------------------+ ---------------------------------------------------------------------- @@ -131,9 +98,4 @@ This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility. - CHANGES | 13 - contrib/scripts/ast_coredumper | 417 +++++++++++++++++++++- - res/res_pjsip_session.c | 44 +- - res/res_rtp_asterisk.c | 5 - tests/CI/universal-asterisk-nongerrit.jenkinsfile | 394 ++++++++++++++++++++ - 5 files changed, 844 insertions(+), 29 deletions(-) + 0 files changed