From 5e146dde8195d761a75fbb8fd13ef31f8829057e Mon Sep 17 00:00:00 2001 From: Asterisk Development Team Date: Thu, 5 Nov 2020 12:53:00 -0500 Subject: [PATCH] Update CHANGES and UPGRADE.txt for certified/16.8-cert4 --- CHANGES | 22 +++++++++++++++++++ .../ami_sendtext_content_type.txt | 4 ---- doc/CHANGES-staging/logger_format.txt | 12 ---------- 3 files changed, 22 insertions(+), 16 deletions(-) delete mode 100644 doc/CHANGES-staging/ami_sendtext_content_type.txt delete mode 100644 doc/CHANGES-staging/logger_format.txt 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