]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 18.6.0
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 12 Aug 2021 16:00:29 +0000 (11:00 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 12 Aug 2021 16:00:29 +0000 (11:00 -0500)
CHANGES
doc/CHANGES-staging/app_dtmfstore.txt [deleted file]
doc/CHANGES-staging/app_queue.txt [deleted file]
doc/CHANGES-staging/pjsip_read_headers.txt [deleted file]
doc/CHANGES-staging/res_statsd.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 65f314045bc4c67418c4e1c06db73bfe8b11427f..dfee48b18e1c7bc7993a8397cf179ce97fbfbbb9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 18.5.0 to Asterisk 18.6.0 ------------
+------------------------------------------------------------------------------
+
+Handle non-standard Meter metric type safely
+------------------
+ * A meter_support flag has been introduced that defaults to true to maintain current behaviour.
+   If disabled, a counter metric type will be used instead wherever a meter metric type was used,
+   the counter will have a "_meter" suffix appended to the metric name.
+
+app_dtmfstore
+------------------
+ * New application which collects digits
+   dialed and stores them into
+   a specified variable.
+
+app_queue.c
+------------------
+ * Allow multiple files to be streamed for agent announcement.
+
+chan_pjsip
+------------------
+ * Add function PJSIP_HEADERS() to get list of headers by pattern in the same way as SIP_HEADERS() do.
+
+   Add ability to read header by pattern using PJSIP_HEADER().
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 18.5.0 to Asterisk 18.5.1 ------------
 ------------------------------------------------------------------------------
diff --git a/doc/CHANGES-staging/app_dtmfstore.txt b/doc/CHANGES-staging/app_dtmfstore.txt
deleted file mode 100644 (file)
index a82b543..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: app_dtmfstore
-
-New application which collects digits
-dialed and stores them into
-a specified variable.
-
diff --git a/doc/CHANGES-staging/app_queue.txt b/doc/CHANGES-staging/app_queue.txt
deleted file mode 100644 (file)
index 5d677b5..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-Subject: app_queue.c
-
-Allow multiple files to be streamed for agent announcement.
-
diff --git a/doc/CHANGES-staging/pjsip_read_headers.txt b/doc/CHANGES-staging/pjsip_read_headers.txt
deleted file mode 100644 (file)
index 4dc641c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: chan_pjsip
-
-Add function PJSIP_HEADERS() to get list of headers by pattern in the same way as SIP_HEADERS() do.
-
-Add ability to read header by pattern using PJSIP_HEADER().
diff --git a/doc/CHANGES-staging/res_statsd.txt b/doc/CHANGES-staging/res_statsd.txt
deleted file mode 100644 (file)
index 317c65d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: Handle non-standard Meter metric type safely
-
-A meter_support flag has been introduced that defaults to true to maintain current behaviour.
-If disabled, a counter metric type will be used instead wherever a meter metric type was used,
-the counter will have a "_meter" suffix appended to the metric name.
\ No newline at end of file