]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 17.9.4 17
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 22 Jul 2021 21:55:32 +0000 (16:55 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 22 Jul 2021 21:55:32 +0000 (16:55 -0500)
CHANGES
UPGRADE.txt
doc/CHANGES-staging/srtp_replay_protection.txt [deleted file]
doc/UPGRADE-staging/srtp_replay_protection.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 8f3d72e9c0a28b2a5a735e4269d261a63a2cb124..03fd79f400514194eda1e1915fafd20a59f2da97 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 17.9.3 to Asterisk 17.9.4 ------------
+------------------------------------------------------------------------------
+
+res_srtp
+------------------
+ * SRTP replay protection has been added to res_srtp and
+   a new configuration option "srtpreplayprotection" has
+   been added to the rtp.conf config file.  For security
+   reasons, the default setting is "yes".  Buggy clients
+   may not handle this correctly which could result in
+   no, or one way, audio and Asterisk error messages like
+   "replay check failed".
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 17.7.0 to Asterisk 17.8.0 ------------
 ------------------------------------------------------------------------------
index c3fe5ad31d015f2002f0f1f56b631ca2054aa41c..9b103db31f58951ec3741941ed813cad45b3e982 100644 (file)
 ===
 ===========================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 17.9.3 to Asterisk 17.9.4 ------------
+------------------------------------------------------------------------------
+
+res_srtp
+------------------
+ * SRTP replay protection has been added to res_srtp and
+   a new configuration option "srtpreplayprotection" has
+   been added to the rtp.conf config file.  For security
+   reasons, the default setting is "yes".  Buggy clients
+   may not handle this correctly which could result in
+   no, or one way, audio and Asterisk error messages like
+   "replay check failed".
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 17.3.0 to Asterisk 17.4.0 ------------
 ------------------------------------------------------------------------------
diff --git a/doc/CHANGES-staging/srtp_replay_protection.txt b/doc/CHANGES-staging/srtp_replay_protection.txt
deleted file mode 100644 (file)
index 945ddb5..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-Subject: res_srtp
-
-SRTP replay protection has been added to res_srtp and
-a new configuration option "srtpreplayprotection" has
-been added to the rtp.conf config file.  For security
-reasons, the default setting is "yes".  Buggy clients
-may not handle this correctly which could result in
-no, or one way, audio and Asterisk error messages like
-"replay check failed".
diff --git a/doc/UPGRADE-staging/srtp_replay_protection.txt b/doc/UPGRADE-staging/srtp_replay_protection.txt
deleted file mode 100644 (file)
index 945ddb5..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-Subject: res_srtp
-
-SRTP replay protection has been added to res_srtp and
-a new configuration option "srtpreplayprotection" has
-been added to the rtp.conf config file.  For security
-reasons, the default setting is "yes".  Buggy clients
-may not handle this correctly which could result in
-no, or one way, audio and Asterisk error messages like
-"replay check failed".