Update for 16.21.0-rc3

changes/01/16601/1 16.21.0-rc3
Asterisk Development Team 5 years ago
parent 1ef6837e37
commit 016ca1c0af

@ -1 +1 @@
16.21.0-rc2
16.21.0-rc3

@ -1,3 +1,20 @@
2021-09-30 17:06 +0000 Asterisk Development Team <asteriskteam@digium.com>
* asterisk 16.21.0-rc3 Released.
2021-09-29 12:58 +0000 [1ef6837e37] Naveen Albert <asterisk@phreaknet.org>
* app_read: Fix null pointer crash
If the terminator character is not explicitly specified
and an indications tone is used for reading a digit,
there is no null pointer check so Asterisk crashes.
This prevents null usage from occuring.
ASTERISK-29673 #close
Change-Id: Ie941833e123c3dbfb88371b5de5edbbe065514ac
2021-09-23 12:49 +0000 Asterisk Development Team <asteriskteam@digium.com>
* asterisk 16.21.0-rc2 Released.

@ -1,11 +1,11 @@
<!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-16.21.0-rc2</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-16.21.0-rc2</h3><h3 align="center">Date: 2021-09-23</h3><h3 align="center">&lt;asteriskteam@digium.com&gt;</h3><hr><h2 align="center">Table of Contents</h2><ol>
<!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-16.21.0-rc3</title><h1 align="center"><a name="top">Release Summary</a></h1><h3 align="center">asterisk-16.21.0-rc3</h3><h3 align="center">Date: 2021-09-30</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="#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-16.21.0-rc1.</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">
</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-16.21.0-rc2.</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%">1 Guido Falsi <madpilot@freebsd.org><br/></td><td width="33%"><td width="33%">1 Guido Falsi <madpilot@freebsd.org><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: Resources/res_rtp_asterisk</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29660">ASTERISK-29660</a>: Build failure when disabling PJSIP support<br/>Reported by: Guido Falsi<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=2a6e4cfd45ee8305fd9b5cdd4dbc926cf5d0ae1b">[2a6e4cfd45]</a> Guido Falsi -- res_rtp_asterisk.c: Fix build failure when not building with pjproject.</li>
<tr valign="top"><td width="33%">1 Naveen Albert <asterisk@phreaknet.org><br/></td><td width="33%"><td width="33%">1 N A <mail@interlinked.x10host.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_read</h4><a href="https://issues.asterisk.org/jira/browse/ASTERISK-29673">ASTERISK-29673</a>: app_read: Fix null pointer crash regression<br/>Reported by: N A<ul>
<li><a href="https://code.asterisk.org/code/changelog/asterisk?cs=1ef6837e37b878e4cf5b164ff7f778880424dc40">[1ef6837e37]</a> Naveen Albert -- app_read: Fix null pointer crash</li>
</ul><br><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>

@ -1,8 +1,8 @@
Release Summary
asterisk-16.21.0-rc2
asterisk-16.21.0-rc3
Date: 2021-09-23
Date: 2021-09-30
<asteriskteam@digium.com>
@ -31,7 +31,7 @@
to this release series.
The data in this summary reflects changes that have been made since the
previous release, asterisk-16.21.0-rc1.
previous release, asterisk-16.21.0-rc2.
----------------------------------------------------------------------
@ -49,7 +49,7 @@
this release.
Coders Testers Reporters
1 Guido Falsi 1 Guido Falsi
1 Naveen Albert 1 N A
----------------------------------------------------------------------
@ -62,12 +62,11 @@
Bug
Category: Resources/res_rtp_asterisk
Category: Applications/app_read
ASTERISK-29660: Build failure when disabling PJSIP support
Reported by: Guido Falsi
* [2a6e4cfd45] Guido Falsi -- res_rtp_asterisk.c: Fix build failure when
not building with pjproject.
ASTERISK-29673: app_read: Fix null pointer crash regression
Reported by: N A
* [1ef6837e37] Naveen Albert -- app_read: Fix null pointer crash
----------------------------------------------------------------------
Loading…
Cancel
Save