]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 16.14.0
authorAsterisk Development Team <asteriskteam@digium.com>
Wed, 9 Sep 2020 14:01:46 +0000 (09:01 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 9 Sep 2020 14:01:46 +0000 (09:01 -0500)
CHANGES
doc/CHANGES-staging/logger_format.txt [deleted file]
doc/CHANGES-staging/pjsip_send_session_refresh.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index f75af5945d2f71bec03be5237ef6354f5b13ae97..e6493d39cb12e18384961e9a61c59e2015ccf9ab 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 16.13.0 to Asterisk 16.14.0 ----------
+------------------------------------------------------------------------------
+
+chan_pjsip
+------------------
+ * The PJSIP_SEND_SESSION_REFRESH dialplan function now issues a warning, and
+   returns unsuccessful if it's used on a channel prior to answering.
+
+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 16.11.0 to Asterisk 16.12.0 ----------
 ------------------------------------------------------------------------------
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
diff --git a/doc/CHANGES-staging/pjsip_send_session_refresh.txt b/doc/CHANGES-staging/pjsip_send_session_refresh.txt
deleted file mode 100644 (file)
index 0705c29..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-Subject: chan_pjsip
-
-The PJSIP_SEND_SESSION_REFRESH dialplan function now issues a warning, and
-returns unsuccessful if it's used on a channel prior to answering.