]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update for certified-18.9-cert8-rc2 certified-18.9-cert8-rc2
authorAsterisk Development Team <asteriskteam@digium.com>
Mon, 26 Feb 2024 23:34:17 +0000 (23:34 +0000)
committerAsterisk Development Team <asteriskteam@digium.com>
Mon, 26 Feb 2024 23:34:17 +0000 (23:34 +0000)
.version
CHANGES.md
ChangeLogs/ChangeLog-certified-18.9-cert8-rc2.md [new file with mode: 0644]

index d8ada0fef66d111ed2c5b03a6329a22cc7bd73b4..4d7bc09acc06ecb4fe624530820f87fe2cc0b47d 100644 (file)
--- a/.version
+++ b/.version
@@ -1 +1 @@
-certified-18.9-cert8-rc1
+certified-18.9-cert8-rc2
index 5209e2f45c3a3c98108eb3cef64fefd78886d528..9e41c4d18287632c48ee5f2ffc712d345da10fd5 120000 (symlink)
@@ -1 +1 @@
-ChangeLogs/ChangeLog-certified-18.9-cert8-rc1.md
\ No newline at end of file
+ChangeLogs/ChangeLog-certified-18.9-cert8-rc2.md
\ No newline at end of file
diff --git a/ChangeLogs/ChangeLog-certified-18.9-cert8-rc2.md b/ChangeLogs/ChangeLog-certified-18.9-cert8-rc2.md
new file mode 100644 (file)
index 0000000..a96de9e
--- /dev/null
@@ -0,0 +1,63 @@
+
+Change Log for Release asterisk-certified-18.9-cert8-rc2
+========================================
+
+Links:
+----------------------------------------
+
+ - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-certified-18.9-cert8-rc2.md)  
+ - [GitHub Diff](https://github.com/asterisk/asterisk/compare/certified-18.9-cert8-rc1...certified-18.9-cert8-rc2)  
+ - [Tarball](https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-certified-18.9-cert8-rc2.tar.gz)  
+ - [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk)  
+
+Summary:
+----------------------------------------
+
+- Rename dialplan_functions.xml to dialplan_functions_doc.xml                     
+- openssl: Supress deprecation warnings from OpenSSL 3.0                          
+
+User Notes:
+----------------------------------------
+
+
+Upgrade Notes:
+----------------------------------------
+
+
+Closed Issues:
+----------------------------------------
+
+None
+
+Commits By Author:
+----------------------------------------
+
+- ### George Joseph (1):
+  - Rename dialplan_functions.xml to dialplan_functions_doc.xml
+
+- ### Sean Bright (1):
+  - openssl: Supress deprecation warnings from OpenSSL 3.0
+
+
+Detail:
+----------------------------------------
+
+- ### Rename dialplan_functions.xml to dialplan_functions_doc.xml                     
+  Author: George Joseph  
+  Date:   2024-02-26  
+
+  When using COMPILE_DOUBLE, dialplan_functions.xml is mistaken
+  for the source for an embedded XML document and gets compiled
+  to dialplan_functions.o.  This causes dialplan_functions.c to
+  be ignored making its functions unavailable and causing chan_pjsip
+  to fail to load.
+
+- ### openssl: Supress deprecation warnings from OpenSSL 3.0                          
+  Author: Sean Bright  
+  Date:   2022-03-25  
+
+  There is work going on to update our OpenSSL usage to avoid the
+  deprecated functions but in the meantime make it possible to compile
+  in devmode.
+
+