From: Asterisk Development Team Date: Thu, 5 Nov 2020 17:53:00 +0000 (-0500) Subject: Update CHANGES and UPGRADE.txt for certified/16.8-cert4 X-Git-Tag: certified/16.8-cert4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e146dde8195d761a75fbb8fd13ef31f8829057e;p=thirdparty%2Fasterisk.git Update CHANGES and UPGRADE.txt for certified/16.8-cert4 --- diff --git a/CHANGES b/CHANGES index 4fe1b9bb3c..83ba40f6d4 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,28 @@ === ============================================================================== +------------------------------------------------------------------------------ +--- 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 index 45037ff7a0..0000000000 --- a/doc/CHANGES-staging/ami_sendtext_content_type.txt +++ /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 index 58d864d673..0000000000 --- a/doc/CHANGES-staging/logger_format.txt +++ /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