]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update for 20.15.0-rc3 20.15.0-rc3
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 10 Jul 2025 15:59:04 +0000 (15:59 +0000)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 10 Jul 2025 15:59:04 +0000 (15:59 +0000)
.version
CHANGES.html
CHANGES.md
ChangeLogs/ChangeLog-20.15.0-rc3.html [new file with mode: 0644]
ChangeLogs/ChangeLog-20.15.0-rc3.md [new file with mode: 0644]
README.html
README.md

index 95f95da9f9ef36f07f87bf5be2293d3954913820..ff5169f61204bf50b9a0fbed2aafabd399b5eb37 100644 (file)
--- a/.version
+++ b/.version
@@ -1 +1 @@
-20.15.0-rc2
+20.15.0-rc3
index 8d55e4999684fbbf8e246ed59312c8084b41e7d9..9d22c0c9c0dc116310e7107b90fa88eb8936bd7a 120000 (symlink)
@@ -1 +1 @@
-ChangeLogs/ChangeLog-20.15.0-rc2.html
\ No newline at end of file
+ChangeLogs/ChangeLog-20.15.0-rc3.html
\ No newline at end of file
index 368c507a126dc112ab21d7959b7eb116032d62d8..ace346eb9155f498c34f2e91bbfbfec863562881 120000 (symlink)
@@ -1 +1 @@
-ChangeLogs/ChangeLog-20.15.0-rc2.md
\ No newline at end of file
+ChangeLogs/ChangeLog-20.15.0-rc3.md
\ No newline at end of file
diff --git a/ChangeLogs/ChangeLog-20.15.0-rc3.html b/ChangeLogs/ChangeLog-20.15.0-rc3.html
new file mode 100644 (file)
index 0000000..bd9d50a
--- /dev/null
@@ -0,0 +1,59 @@
+<html><head><title>ChangeLog for asterisk-20.15.0-rc3</title></head><body>
+<h2>Change Log for Release asterisk-20.15.0-rc3</h2>
+<h3>Links:</h3>
+<ul>
+<li><a href="https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.15.0-rc3.html">Full ChangeLog</a>  </li>
+<li><a href="https://github.com/asterisk/asterisk/compare/20.15.0-rc2...20.15.0-rc3">GitHub Diff</a>  </li>
+<li><a href="https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20.15.0-rc3.tar.gz">Tarball</a>  </li>
+<li><a href="https://downloads.asterisk.org/pub/telephony/asterisk">Downloads</a>  </li>
+</ul>
+<h3>Summary:</h3>
+<ul>
+<li>Commits: 2</li>
+<li>Commit Authors: 1</li>
+<li>Issues Resolved: 2</li>
+<li>Security Advisories Resolved: 0</li>
+</ul>
+<h3>User Notes:</h3>
+<h3>Upgrade Notes:</h3>
+<h3>Commit Authors:</h3>
+<ul>
+<li>George Joseph: (2)</li>
+</ul>
+<h2>Issue and Commit Detail:</h2>
+<h3>Closed Issues:</h3>
+<ul>
+<li>1287: [bug]: channelstorage.c: Compilation failure with DEBUG_FD_LEAKS</li>
+<li>1288: [bug]: Crash when destroying channel with C++ alternative storage backend enabled</li>
+</ul>
+<h3>Commits By Author:</h3>
+<ul>
+<li>
+<h4>George Joseph (2):</h4>
+</li>
+<li>channelstorage_cpp_map_name_id: Fix callback returning non-matching channels.</li>
+<li>channelstorage: Rename callbacks that conflict with DEBUG_FD_LEAKS.</li>
+</ul>
+<h3>Commit List:</h3>
+<ul>
+<li>channelstorage: Rename callbacks that conflict with DEBUG_FD_LEAKS.</li>
+<li>channelstorage_cpp_map_name_id: Fix callback returning non-matching channels.</li>
+</ul>
+<h3>Commit Details:</h3>
+<h4>channelstorage: Rename callbacks that conflict with DEBUG_FD_LEAKS.</h4>
+<p>Author: George Joseph
+  Date:   2025-07-08</p>
+<p>DEBUG_FD_LEAKS replaces calls to "open" and "close" with functions that keep
+  track of file descriptors, even when those calls are actually callbacks
+  defined in structures like ast_channelstorage_instance-&gt;open and don't touch
+  file descriptors.  This causes compilation failures.  Those callbacks
+  have been renamed to "open_instance" and "close_instance" respectively.</p>
+<p>Resolves: #1287</p>
+<h4>channelstorage_cpp_map_name_id: Fix callback returning non-matching channels.</h4>
+<p>Author: George Joseph
+  Date:   2025-07-09</p>
+<p>When the callback() API was invoked but no channel passed the test, callback
+  would return the last channel tested instead of NULL.  It now correctly
+  returns NULL when no channel matches.</p>
+<p>Resolves: #1288</p>
+</body></html>
diff --git a/ChangeLogs/ChangeLog-20.15.0-rc3.md b/ChangeLogs/ChangeLog-20.15.0-rc3.md
new file mode 100644 (file)
index 0000000..c0fc5d9
--- /dev/null
@@ -0,0 +1,70 @@
+
+## Change Log for Release asterisk-20.15.0-rc3
+
+### Links:
+
+ - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.15.0-rc3.html)  
+ - [GitHub Diff](https://github.com/asterisk/asterisk/compare/20.15.0-rc2...20.15.0-rc3)  
+ - [Tarball](https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20.15.0-rc3.tar.gz)  
+ - [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk)  
+
+### Summary:
+
+- Commits: 2
+- Commit Authors: 1
+- Issues Resolved: 2
+- Security Advisories Resolved: 0
+
+### User Notes:
+
+
+### Upgrade Notes:
+
+
+### Commit Authors:
+
+- George Joseph: (2)
+
+## Issue and Commit Detail:
+
+### Closed Issues:
+
+  - 1287: [bug]: channelstorage.c: Compilation failure with DEBUG_FD_LEAKS
+  - 1288: [bug]: Crash when destroying channel with C++ alternative storage backend enabled
+
+### Commits By Author:
+
+- #### George Joseph (2):
+  - channelstorage_cpp_map_name_id: Fix callback returning non-matching channels.
+  - channelstorage: Rename callbacks that conflict with DEBUG_FD_LEAKS.
+
+
+### Commit List:
+
+-  channelstorage: Rename callbacks that conflict with DEBUG_FD_LEAKS.
+-  channelstorage_cpp_map_name_id: Fix callback returning non-matching channels.
+
+### Commit Details:
+
+#### channelstorage: Rename callbacks that conflict with DEBUG_FD_LEAKS.
+  Author: George Joseph
+  Date:   2025-07-08
+
+  DEBUG_FD_LEAKS replaces calls to "open" and "close" with functions that keep
+  track of file descriptors, even when those calls are actually callbacks
+  defined in structures like ast_channelstorage_instance->open and don't touch
+  file descriptors.  This causes compilation failures.  Those callbacks
+  have been renamed to "open_instance" and "close_instance" respectively.
+
+  Resolves: #1287
+
+#### channelstorage_cpp_map_name_id: Fix callback returning non-matching channels.
+  Author: George Joseph
+  Date:   2025-07-09
+
+  When the callback() API was invoked but no channel passed the test, callback
+  would return the last channel tested instead of NULL.  It now correctly
+  returns NULL when no channel matches.
+
+  Resolves: #1288
+
index cd0a4f04a9d5df998e316aa48621d9cc48051055..660195edd4859bc8b7dc031aa2f7e7d88a568213 100644 (file)
@@ -1,4 +1,4 @@
-<html><head><title>Readme for asterisk-20.15.0-rc2</title></head><body>
+<html><head><title>Readme for asterisk-20.15.0-rc3</title></head><body>
 <h1>The Asterisk(R) Open Source PBX</h1>
 <pre><code>By Mark Spencer &lt;markster@digium.com&gt; and the Asterisk.org developer community.
 Copyright (C) 2001-2025 Sangoma Technologies Corporation and other copyright holders.
@@ -37,7 +37,7 @@ hardware.</p>
 <p>If you are updating from a previous version of Asterisk, make sure you
 read the Change Logs.</p>
 <!-- CHANGELOGS (the URL will change based on the location of this README) -->
-<p><a href="ChangeLogs/ChangeLog-20.15.0-rc2.html">Change Logs</a></p>
+<p><a href="ChangeLogs/ChangeLog-20.15.0-rc3.html">Change Logs</a></p>
 <!-- END-CHANGELOGS -->
 
 <h3>NEW INSTALLATIONS</h3>
index 222caa7971bb0f05044d92de59953a372af265d4..08c141719d50215b623560302e13441e02b2bc9e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ If you are updating from a previous version of Asterisk, make sure you
 read the Change Logs.
 
 <!-- CHANGELOGS (the URL will change based on the location of this README) -->
-[Change Logs](ChangeLogs/ChangeLog-20.15.0-rc2.html)
+[Change Logs](ChangeLogs/ChangeLog-20.15.0-rc3.html)
 <!-- END-CHANGELOGS -->
 
 ### NEW INSTALLATIONS