Update for 21.1.0

This commit is contained in:
Asterisk Development Team
2024-01-25 16:23:00 +00:00
parent 2310df0ff6
commit 2dccaa4830
4 changed files with 36 additions and 69 deletions

View File

@@ -1 +1 @@
21.1.0-rc2 21.1.0

View File

@@ -1 +1 @@
ChangeLogs/ChangeLog-21.1.0-rc2.md ChangeLogs/ChangeLog-21.1.0.md

View File

@@ -1,62 +0,0 @@
Change Log for Release asterisk-21.1.0-rc2
========================================
Links:
----------------------------------------
- [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-21.1.0-rc2.md)
- [GitHub Diff](https://github.com/asterisk/asterisk/compare/21.1.0-rc1...21.1.0-rc2)
- [Tarball](https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-21.1.0-rc2.tar.gz)
- [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk)
Summary:
----------------------------------------
- logger: Fix linking regression.
User Notes:
----------------------------------------
Upgrade Notes:
----------------------------------------
Closed Issues:
----------------------------------------
- #539: [bug]: Existence of logger.xml causes linking failure
Commits By Author:
----------------------------------------
- ### Naveen Albert (1):
- logger: Fix linking regression.
Detail:
----------------------------------------
- ### logger: Fix linking regression.
Author: Naveen Albert
Date: 2024-01-16
Commit 008731b0a4b96c4e6c340fff738cc12364985b64
caused a regression by resulting in logger.xml
being compiled and linked into the asterisk
binary in lieu of logger.c on certain platforms
if Asterisk was compiled in dev mode.
To fix this, we ensure the file has a unique
name without the extension. Most existing .xml
files have been named differently from any
.c files in the same directory or did not
pose this issue.
channels/pjsip/dialplan_functions.xml does not
pose this issue but is also being renamed
to adhere to this policy.
Resolves: #539

View File

@@ -1,18 +1,19 @@
Change Log for Release asterisk-21.1.0-rc1 Change Log for Release asterisk-21.1.0
======================================== ========================================
Links: Links:
---------------------------------------- ----------------------------------------
- [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-21.1.0-rc1.md) - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-21.1.0.md)
- [GitHub Diff](https://github.com/asterisk/asterisk/compare/21.0.2...21.1.0-rc1) - [GitHub Diff](https://github.com/asterisk/asterisk/compare/21.0.2...21.1.0)
- [Tarball](https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-21.1.0-rc1.tar.gz) - [Tarball](https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-21.1.0.tar.gz)
- [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk) - [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk)
Summary: Summary:
---------------------------------------- ----------------------------------------
- logger: Fix linking regression.
- Revert "core & res_pjsip: Improve topology change handling." - Revert "core & res_pjsip: Improve topology change handling."
- menuselect: Use more specific error message. - menuselect: Use more specific error message.
- res_pjsip_nat: Fix potential use of uninitialized transport details - res_pjsip_nat: Fix potential use of uninitialized transport details
@@ -264,10 +265,15 @@ Closed Issues:
- #513: [bug]: manager.c: Crash due to regression using wrong free function when built with MALLOC_DEBUG - #513: [bug]: manager.c: Crash due to regression using wrong free function when built with MALLOC_DEBUG
- #520: [improvement]: menuselect: Use more specific error message. - #520: [improvement]: menuselect: Use more specific error message.
- #530: [bug]: bridge_channel.c: Stream topology change amplification with multiple layers of Local channels - #530: [bug]: bridge_channel.c: Stream topology change amplification with multiple layers of Local channels
- #539: [bug]: Existence of logger.xml causes linking failure
Commits By Author: Commits By Author:
---------------------------------------- ----------------------------------------
- ### Asterisk Development Team (2):
- Update for 21.1.0-rc1
- Update for 21.1.0-rc2
- ### Bastian Triller (1): - ### Bastian Triller (1):
- func_json: Fix crashes for some types - func_json: Fix crashes for some types
@@ -338,7 +344,7 @@ Commits By Author:
- res_stasis: signal when new command is queued - res_stasis: signal when new command is queued
- res_speech: allow speech to translate input channel - res_speech: allow speech to translate input channel
- ### Naveen Albert (20): - ### Naveen Albert (21):
- chan_iax2: Improve authentication debugging. - chan_iax2: Improve authentication debugging.
- chan_console: Fix deadlock caused by unclean thread exit. - chan_console: Fix deadlock caused by unclean thread exit.
- app_voicemail: Disable ADSI if unavailable. - app_voicemail: Disable ADSI if unavailable.
@@ -359,6 +365,7 @@ Commits By Author:
- manager.c: Fix regression due to using wrong free function. - manager.c: Fix regression due to using wrong free function.
- app_if: Fix faulty EndIf branching. - app_if: Fix faulty EndIf branching.
- menuselect: Use more specific error message. - menuselect: Use more specific error message.
- logger: Fix linking regression.
- ### Samuel Olaechea (1): - ### Samuel Olaechea (1):
- configs: Fix typo in pjsip.conf.sample. - configs: Fix typo in pjsip.conf.sample.
@@ -402,6 +409,28 @@ Commits By Author:
Detail: Detail:
---------------------------------------- ----------------------------------------
- ### logger: Fix linking regression.
Author: Naveen Albert
Date: 2024-01-16
Commit 008731b0a4b96c4e6c340fff738cc12364985b64
caused a regression by resulting in logger.xml
being compiled and linked into the asterisk
binary in lieu of logger.c on certain platforms
if Asterisk was compiled in dev mode.
To fix this, we ensure the file has a unique
name without the extension. Most existing .xml
files have been named differently from any
.c files in the same directory or did not
pose this issue.
channels/pjsip/dialplan_functions.xml does not
pose this issue but is also being renamed
to adhere to this policy.
Resolves: #539
- ### Revert "core & res_pjsip: Improve topology change handling." - ### Revert "core & res_pjsip: Improve topology change handling."
Author: George Joseph Author: George Joseph
Date: 2024-01-12 Date: 2024-01-12