]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update for certified/16.8-cert1-rc5 certified/16.8-cert1-rc5
authorAsterisk Development Team <asteriskteam@digium.com>
Mon, 6 Apr 2020 19:56:17 +0000 (14:56 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Mon, 6 Apr 2020 19:56:17 +0000 (14:56 -0500)
.version
ChangeLog
asterisk-certified-16.8-cert1-rc4-summary.html [deleted file]
asterisk-certified-16.8-cert1-rc5-summary.html [new file with mode: 0644]
asterisk-certified-16.8-cert1-rc5-summary.txt [moved from asterisk-certified-16.8-cert1-rc4-summary.txt with 51% similarity]

index c76250d1183acce34961345e1c6b0f054fcafed4..9d98e73f567d9a8becdf0ec4fa1990d38e238f73 100644 (file)
--- 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
index 8d5f5a5d9c79cbfdb9d8818c978fbe4bbfad6884..f389ad5dc93aca4c02702ee27f1b32300dfb60df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,61 @@
+2020-04-06 19:56 +0000  Asterisk Development Team <asteriskteam@digium.com>
+
+       * asterisk certified/16.8-cert1-rc5 Released.
+
+2020-04-01 04:00 +0000 [25e2274e48]  Jaco Kroon <jaco@uls.co.za>
+
+       * 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 <jaco@uls.co.za>
+
+       * 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 <kharwell@digium.com>
+
+       * 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 <asteriskteam@digium.com>
 
        * 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 (file)
index 45f8292..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><title>Release Summary - asterisk-certified/16.8-cert1-rc4</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-certified/16.8-cert1-rc4</h3><h3 align="center">Date: 2020-03-26</h3><h3 align="center">&lt;asteriskteam@digium.com&gt;</h3><hr><h2 align="center">Table of Contents</h2><ol>
-<li><a href="#summary">Summary</a></li>
-<li><a href="#contributors">Contributors</a></li>
-<li><a href="#closed_issues">Closed Issues</a></li>
-<li><a href="#commits">Other Changes</a></li>
-<li><a href="#diffstat">Diffstat</a></li>
-</ol><hr><a name="summary"><h2 align="center">Summary</h2></a><center><a href="#top">[Back to Top]</a></center><p>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.</p><p>The data in this summary reflects changes that have been made since the previous release, asterisk-certified/16.8-cert1-rc3.</p><hr><a name="contributors"><h2 align="center">Contributors</h2></a><center><a href="#top">[Back to Top]</a></center><p>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.</p><table width="100%" border="0">
-<tr><th width="33%">Coders</th><th width="33%">Testers</th><th width="33%">Reporters</th></tr>
-<tr valign="top"><td width="33%">4 Joshua C. Colp <jcolp@sangoma.com><br/>1 Asterisk Development Team <asteriskteam@digium.com><br/>1 Kevin Harwell <kharwell@digium.com><br/>1 George Joseph <gjoseph@digium.com><br/></td><td width="33%"><td width="33%">2 Joshua C. Colp <jcolp@digium.com><br/>1 Pascal Cadotte Michaud <pascal.cadotte@gmail.com><br/></td></tr>
-</table><hr><a name="closed_issues"><h2 align="center">Closed Issues</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all issues from the issue tracker that were closed by changes that went into this release.</p><h3>Bug</h3><h4>Category: Applications/app_confbridge</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28790">ASTERISK-28790</a>: Crash during conference call using confbridge and video<br/>Reported by: Pascal Cadotte Michaud<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=3d22ecb1e2b02f812d5a6854e769b12727341d5e">[3d22ecb1e2]</a> Joshua C. Colp -- res_rtp_asterisk: Ensure sufficient space for worst case NACK.</li>
-</ul><br><h4>Category: Resources/res_pjsip</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28790">ASTERISK-28790</a>: Crash during conference call using confbridge and video<br/>Reported by: Pascal Cadotte Michaud<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=3d22ecb1e2b02f812d5a6854e769b12727341d5e">[3d22ecb1e2]</a> Joshua C. Colp -- res_rtp_asterisk: Ensure sufficient space for worst case NACK.</li>
-</ul><br><h4>Category: Resources/res_pjsip_session</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28783">ASTERISK-28783</a>: res_pjsip_session: Allow default non-audio streams to have reflected state<br/>Reported by: Joshua C. Colp<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=aa04c3f49b0bc0cab745c213f690a5718421ea22">[aa04c3f49b]</a> Joshua C. Colp -- res_pjsip_session: Don't restrict non-audio default streams to sendrecv.</li>
-</ul><br><h3>Improvement</h3><h4>Category: Resources/res_pjsip_session</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28787">ASTERISK-28787</a>: res_pjsip_session: Decide more intelligently when to add video<br/>Reported by: Joshua C. Colp<ul>
-<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=bdf4d159fdb609efb739ee25e87e4e4bd40faefb">[bdf4d159fd]</a> Joshua C. Colp -- res_pjsip_session: Apply intention behind requested formats.</li>
-</ul><br><hr><a name="commits"><h2 align="center">Commits Not Associated with an Issue</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all changes that went into this release that did not reference a JIRA issue.</p><table width="100%" border="1">
-<tr><th>Revision</th><th>Author</th><th>Summary</th></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=096db196620afe4df2857be61b59ad3d48e00ff1">096db19662</a></td><td>Asterisk Development Team</td><td>Update CHANGES and UPGRADE.txt for certified/16.8-cert1-rc4</td></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=c9cd68126152bae26d42f5b9ce8811ddf1eda4d8">c9cd681261</a></td><td>Joshua C. Colp</td><td>CHANGES: Change md file extension to txt.</td></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=904f6b7c2f0ad658dffb28cb55db4bff5e9310a2">904f6b7c2f</a></td><td>Kevin Harwell</td><td>ast_coredumper: add Asterisk information dump</td></tr>
-<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=7ecbcdf22f1aa02151a945698a1dce641ace777e">7ecbcdf22f</a></td><td>George Joseph</td><td>CI: Create generic jenkinsfile</td></tr>
-</table><hr><a name="diffstat"><h2 align="center">Diffstat Results</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.</p><pre>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(-)</pre><br></html>
\ 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 (file)
index 0000000..b7d58ae
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><title>Release Summary - asterisk-certified/16.8-cert1-rc5</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-certified/16.8-cert1-rc5</h3><h3 align="center">Date: 2020-04-06</h3><h3 align="center">&lt;asteriskteam@digium.com&gt;</h3><hr><h2 align="center">Table of Contents</h2><ol>
+<li><a href="#summary">Summary</a></li>
+<li><a href="#contributors">Contributors</a></li>
+<li><a href="#closed_issues">Closed Issues</a></li>
+<li><a href="#commits">Other Changes</a></li>
+<li><a href="#diffstat">Diffstat</a></li>
+</ol><hr><a name="summary"><h2 align="center">Summary</h2></a><center><a href="#top">[Back to Top]</a></center><p>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.</p><p>The data in this summary reflects changes that have been made since the previous release, asterisk-certified/16.8-cert1-rc4.</p><hr><a name="contributors"><h2 align="center">Contributors</h2></a><center><a href="#top">[Back to Top]</a></center><p>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.</p><table width="100%" border="0">
+<tr><th width="33%">Coders</th><th width="33%">Testers</th><th width="33%">Reporters</th></tr>
+<tr valign="top"><td width="33%">2 Jaco Kroon <jaco@uls.co.za><br/>1 Kevin Harwell <kharwell@digium.com><br/></td><td width="33%"><td width="33%">1 Kevin Harwell <kharwell@digium.com><br/></td></tr>
+</table><hr><a name="closed_issues"><h2 align="center">Closed Issues</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all issues from the issue tracker that were closed by changes that went into this release.</p><h3>Bug</h3><h4>Category: Core/Channels</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-28795">ASTERISK-28795</a>: channel: write to a stream on multi-frame writes<br/>Reported by: Kevin Harwell<ul>
+<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=3297df5a61397243745eb2665105fbab763db7ae">[3297df5a61]</a> Kevin Harwell -- channel: write to a stream on multi-frame writes</li>
+</ul><br><hr><a name="commits"><h2 align="center">Commits Not Associated with an Issue</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a list of all changes that went into this release that did not reference a JIRA issue.</p><table width="100%" border="1">
+<tr><th>Revision</th><th>Author</th><th>Summary</th></tr>
+<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=25e2274e48e263a5359f0947296f4124065535ea">25e2274e48</a></td><td>Jaco Kroon</td><td>main/backtrace: binutils-2.34 fix.</td></tr>
+<tr><td><a href="https://code.asterisk.org/code/changelog/asterisk?cs=2af88e7ca2c94ab5b5c4ea30e422bbcfc4919f5e">2af88e7ca2</a></td><td>Jaco Kroon</td><td>Update main/backtrace.c to deal with changes in binutils 2.34.</td></tr>
+</table><hr><a name="diffstat"><h2 align="center">Diffstat Results</h2></a><center><a href="#top">[Back to Top]</a></center><p>This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.</p><pre>0 files changed</pre><br></html>
\ No newline at end of file
similarity index 51%
rename from asterisk-certified-16.8-cert1-rc4-summary.txt
rename to asterisk-certified-16.8-cert1-rc5-summary.txt
index 10fb7633f39411f35d540d8c1cb2a5fda38bd081..d18dba600b7b7e6b70d05c3d67a2ec6a7800c4f4 100644 (file)
@@ -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
 
                            <asteriskteam@digium.com>
 
@@ -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.
 
      ----------------------------------------------------------------------
 
    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          
 
      ----------------------------------------------------------------------
 
 
   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
 
      ----------------------------------------------------------------------
 
    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.                            |
    +------------------------------------------------------------------------+
 
      ----------------------------------------------------------------------
    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