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

index 912db9d9718d0d8629491e1e798ca12fd6db0a85..0530859dffb50c66137d279ca946d1dc515c199d 100644 (file)
--- a/.version
+++ b/.version
@@ -1 +1 @@
-20.7.0-rc1
+20.7.0-rc2
index ac72ee4ebf3ce33aef5581acb0c74dd1ce4e4363..327f561dcde8aec1a7bc66c9c88ab77c408a764d 120000 (symlink)
@@ -1 +1 @@
-ChangeLogs/ChangeLog-20.7.0-rc1.md
\ No newline at end of file
+ChangeLogs/ChangeLog-20.7.0-rc2.md
\ No newline at end of file
diff --git a/ChangeLogs/ChangeLog-20.7.0-rc2.md b/ChangeLogs/ChangeLog-20.7.0-rc2.md
new file mode 100644 (file)
index 0000000..914a930
--- /dev/null
@@ -0,0 +1,52 @@
+
+Change Log for Release asterisk-20.7.0-rc2
+========================================
+
+Links:
+----------------------------------------
+
+ - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.7.0-rc2.md)  
+ - [GitHub Diff](https://github.com/asterisk/asterisk/compare/20.7.0-rc1...20.7.0-rc2)  
+ - [Tarball](https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20.7.0-rc2.tar.gz)  
+ - [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk)  
+
+Summary:
+----------------------------------------
+
+- res_pjsip_stir_shaken.c:  Add checks for missing parameters                     
+
+User Notes:
+----------------------------------------
+
+
+Upgrade Notes:
+----------------------------------------
+
+
+Closed Issues:
+----------------------------------------
+
+  - #645: [bug]: Occasional SEGV in res_pjsip_stir_shaken.c
+
+Commits By Author:
+----------------------------------------
+
+- ### George Joseph (1):
+  - res_pjsip_stir_shaken.c:  Add checks for missing parameters
+
+
+Detail:
+----------------------------------------
+
+- ### res_pjsip_stir_shaken.c:  Add checks for missing parameters                     
+  Author: George Joseph  
+  Date:   2024-03-11  
+
+  * Added checks for missing session, session->channel and rdata
+    in stir_shaken_incoming_request.
+
+  * Added checks for missing session, session->channel and tdata
+    in stir_shaken_outgoing_request.
+
+  Resolves: #645
+