]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 13.29.0
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 12 Sep 2019 20:20:14 +0000 (15:20 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 12 Sep 2019 20:20:14 +0000 (15:20 -0500)
CHANGES
doc/CHANGES-staging/install_headers.txt [deleted file]
doc/CHANGES-staging/mixmonitor-s-option.txt [deleted file]
doc/CHANGES-staging/res_musiconhold.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 5c1c681f1e2c92fc7f9efba2032d6eda4dbeb6c8..8cca25ead554d7a538bf809ffbbaf4b0847bcfa8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 13.28.0 to Asterisk 13.29.0-rc1 ------
+------------------------------------------------------------------------------
+
+Build
+------------------
+ * Two new Makefile targets have been added... "install-headers" and
+   "uninstall-headers" to separately control header installation.
+   The existing behavior has not changed so "make install" and
+   "make uninstall" will continue to also install/uninstall the headers.
+   The new targets were added for forward compatibility with Asterisk 17
+   in which the headers are no longer installed/uninstalled with the
+   "install" and "uninstall" targets.
+
+app_mixmonitor
+------------------
+ * An option 'S' has been added to MixMonitor. If used in combination with
+   the r() and/or t() options, if a frame is available to write to one of
+   those files but not the other, a frame of silence if written to the file
+   that does not have an audio frame. This should prevent the two files
+   from "drifting" when mixed after the fact.
+
+res_musiconhold
+------------------
+ * This fix allows a realtime moh class to be unregistered from the command
+   line. This is useful when the contents of a directory referenced by a
+   realtime moh class have changed.
+   The realtime moh class is then reloaded on the next request and uses the
+   new directory contents.
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 13.27.0 to Asterisk 13.28.0 ----------
 ------------------------------------------------------------------------------
diff --git a/doc/CHANGES-staging/install_headers.txt b/doc/CHANGES-staging/install_headers.txt
deleted file mode 100644 (file)
index 0957193..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-Subject: Build
-
-Two new Makefile targets have been added... "install-headers" and
-"uninstall-headers" to separately control header installation.
-The existing behavior has not changed so "make install" and
-"make uninstall" will continue to also install/uninstall the headers.
-The new targets were added for forward compatibility with Asterisk 17
-in which the headers are no longer installed/uninstalled with the
-"install" and "uninstall" targets.
diff --git a/doc/CHANGES-staging/mixmonitor-s-option.txt b/doc/CHANGES-staging/mixmonitor-s-option.txt
deleted file mode 100644 (file)
index d08b86d..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Subject: app_mixmonitor
-
-An option 'S' has been added to MixMonitor. If used in combination with
-the r() and/or t() options, if a frame is available to write to one of
-those files but not the other, a frame of silence if written to the file
-that does not have an audio frame. This should prevent the two files
-from "drifting" when mixed after the fact.
diff --git a/doc/CHANGES-staging/res_musiconhold.txt b/doc/CHANGES-staging/res_musiconhold.txt
deleted file mode 100644 (file)
index 47ef397..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Subject: res_musiconhold
-
-This fix allows a realtime moh class to be unregistered from the command
-line. This is useful when the contents of a directory referenced by a
-realtime moh class have changed.
-The realtime moh class is then reloaded on the next request and uses the
-new directory contents.