]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for certified/16.8-cert4
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 5 Nov 2020 17:53:00 +0000 (12:53 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 5 Nov 2020 17:53:00 +0000 (12:53 -0500)
CHANGES
doc/CHANGES-staging/ami_sendtext_content_type.txt [deleted file]
doc/CHANGES-staging/logger_format.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 4fe1b9bb3c90c6cc74b2088c064d10867acc7778..83ba40f6d42b1286396871c44d85aa8b9be2d2b5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk certified/16.8-cert3 to Asterisk certified/16.8-cert4 
+------------------------------------------------------------------------------
+
+AMI
+------------------
+ * You can now specify an optional 'Content-Type' as an argument for the Asterisk
+   SendText manager action.
+
+logger
+------------------
+ * Added a new log formatter called "plain" that always prints
+   file, function and line number if available (even for verbose
+   messages) and never prints color control characters.  Most
+   suitable for file output but can be used for other channels
+   as well.
+
+   You use it in logger.conf like so:
+   debug => [plain]debug
+   console => [plain]error,warning,debug,notice,pjsip_history
+   messages => [plain]warning,error,verbose
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk certified/16.8-cert1-rc3 to Asterisk certified/16.8-cert1-rc4 
 ------------------------------------------------------------------------------
diff --git a/doc/CHANGES-staging/ami_sendtext_content_type.txt b/doc/CHANGES-staging/ami_sendtext_content_type.txt
deleted file mode 100644 (file)
index 45037ff..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-Subject: AMI
-
-You can now specify an optional 'Content-Type' as an argument for the Asterisk
-SendText manager action.
diff --git a/doc/CHANGES-staging/logger_format.txt b/doc/CHANGES-staging/logger_format.txt
deleted file mode 100644 (file)
index 58d864d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-Subject: logger
-
-Added a new log formatter called "plain" that always prints
-file, function and line number if available (even for verbose
-messages) and never prints color control characters.  Most
-suitable for file output but can be used for other channels
-as well.
-
-You use it in logger.conf like so:
-debug => [plain]debug
-console => [plain]error,warning,debug,notice,pjsip_history
-messages => [plain]warning,error,verbose