]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
doc: Remove obsolete CHANGES-staging and UPGRADE-staging directories
authorGeorge Joseph <gjoseph@sangoma.com>
Fri, 15 Dec 2023 16:56:54 +0000 (09:56 -0700)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Fri, 15 Dec 2023 20:04:39 +0000 (20:04 +0000)
These should have been deleted after the release of 21.0.0
but were missed.

13 files changed:
doc/CHANGES-staging/README.md [deleted file]
doc/CHANGES-staging/http_bindaddr.txt [deleted file]
doc/UPGRADE-staging/README.md [deleted file]
doc/UPGRADE-staging/app_cdr.txt [deleted file]
doc/UPGRADE-staging/app_macro_removal.txt [deleted file]
doc/UPGRADE-staging/app_osplookup_removal.txt [deleted file]
doc/UPGRADE-staging/chan_alsa_removal.txt [deleted file]
doc/UPGRADE-staging/chan_mgcp_removal.txt [deleted file]
doc/UPGRADE-staging/chan_sip_removal.txt [deleted file]
doc/UPGRADE-staging/chan_skinny_removal.txt [deleted file]
doc/UPGRADE-staging/pbx_builtins.txt [deleted file]
doc/UPGRADE-staging/res_monitor_removal.txt [deleted file]
doc/UPGRADE-staging/translate.txt [deleted file]

diff --git a/doc/CHANGES-staging/README.md b/doc/CHANGES-staging/README.md
deleted file mode 100644 (file)
index 8fc51bc..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-## **DO NOT REMOVE THIS FILE!**
-
-The only files that should be added to this directory are ones that will be
-used by the release script to update the CHANGES file automatically. The only
-time that it is necessary to add something to the CHANGES-staging directory is
-if you are either adding a new feature to Asterisk or adding new functionality
-to an existing feature. The file does not need to have a meaningful name, but
-it probably should. If there are multiple items that need documenting, you can
-add multiple files, each with their own description. If the message is going to
-be the same for each subject, then you can add multiple subject headers to one
-file. The "Subject: xxx" line is case sensitive! For example, if you are making
-a change to PJSIP, then you might add the file "res_pjsip_my_cool_feature.txt" to
-this directory, with a short description of what it does.  The files must  have
-the ".txt" suffix.  If you are adding multiple entries, they should be done in
-the same commit to avoid merge conflicts. Here's an example:
-
-> Subject: res_pjsip
-> Subject: Core
->
-> Here's a pretty good description of my new feature that explains exactly what
-> it does and how to use it.
-
-Here's a master-only example:
-
-> Subject: res_ari
-> Master-Only: True
->
-> This change will only go into the master branch. The "Master-Only" header
-> will never be in a change not in master.
-
-Note that the second subject has another header: "Master-Only". Changes that go
-into the master branch and ONLY the master branch are the only ones that should
-have this header. Also, the value can only be "true" or "True". The
-"Master-Only" part of the header IS case-sensitive, however!
-
-For more information, check out the wiki page:
-https://wiki.asterisk.org/wiki/display/AST/CHANGES+and+UPGRADE.txt
diff --git a/doc/CHANGES-staging/http_bindaddr.txt b/doc/CHANGES-staging/http_bindaddr.txt
deleted file mode 100644 (file)
index e83312b..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: http
-Master-Only: True
-
-For bound addresses, the HTTP status page now combines the bound
-address and bound port in a single line. Additionally, the SSL bind
-address has been renamed to TLS.
diff --git a/doc/UPGRADE-staging/README.md b/doc/UPGRADE-staging/README.md
deleted file mode 100644 (file)
index 21cbe78..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-## **DO NOT REMOVE THIS FILE!**
-
-The only files that should be added to this directory are ones that will be
-used by the release script to update the UPGRADE.txt file automatically. The
-only time that it is necessary to add something to the UPGRADE-staging directory
-is if you are making a breaking change to an existing feature in Asterisk. The
-file does not need to have a meaningful name, but it probably should. If there
-are multiple items that need documenting, you can add multiple files, each with
-their own description. If the message is going to be the same for each subject,
-then you can add multiple subject headers to one file. The "Subject: xxx" line
-is case sensitive! For example, if you are making a change to PJSIP, then you
-might add the file "res_pjsip_my_cool_feature.txt" to this directory, with a
-short description of what it does. The files must have the ".txt" suffix.
-If you are adding multiple entries, they should be done in the same commit
-to avoid merge conflicts. Here's an example:
-
-> Subject: res_pjsip
-> Subject: Core
->
-> Here's a pretty good description of my new feature that explains exactly what
-> it does and how to use it.
-
-Here's a master-only example:
-
-> Subject: res_ari
-> Master-Only: True
->
-> This change will only go into the master branch. The "Master-Only" header
-> will never be in a change not in master.
-
-Note that the second subject has another header: "Master-Only". Changes that go
-into the master branch and ONLY the master branch are the only ones that should
-have this header. Also, the value can only be "true" or "True". The
-"Master-Only" part of the header IS case-sensitive, however!
-
-For more information, check out the wiki page:
-https://wiki.asterisk.org/wiki/display/AST/CHANGES+and+UPGRADE.txt
diff --git a/doc/UPGRADE-staging/app_cdr.txt b/doc/UPGRADE-staging/app_cdr.txt
deleted file mode 100644 (file)
index 114f0ad..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: app_cdr
-Master-Only: True
-
-The previously deprecated NoCDR application has been removed.
-Additionally, the previously deprecated 'e' option to the ResetCDR
-application has been removed.
diff --git a/doc/UPGRADE-staging/app_macro_removal.txt b/doc/UPGRADE-staging/app_macro_removal.txt
deleted file mode 100644 (file)
index 77f852f..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-Subject: app_macro
-Master-Only: True
-
-This module was deprecated in Asterisk 16
-and is now being removed in accordance with
-the Asterisk Module Deprecation policy.
-
-
-For most modules that interacted with app_macro,
-this change is limited to no longer looking for
-the current context from the macrocontext when set.
-
-The following modules have additional impacts:
-
-app_dial - no longer supports M^ connected/redirecting macro
-
-app_minivm - samples written using macro will no longer work.
-The sample needs to be re-written
-
-app_queue - can no longer call a macro on the called party's
-channel.  Use gosub which is currently supported
-
-ccss - no callback macro, gosub only
-
-app_voicemail - no macro support
-
-channel  - remove macrocontext and priority, no connected
-line or redirection macro options
-
-options - stdexten is deprecated to gosub as the default
-and only options
-
-pbx - removed macrolock
-
-pbx_dundi - no longer look for macro
-
-snmp - removed macro context, exten, and priority
diff --git a/doc/UPGRADE-staging/app_osplookup_removal.txt b/doc/UPGRADE-staging/app_osplookup_removal.txt
deleted file mode 100644 (file)
index 6900e49..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: app_osplookup
-Master-Only: True
-
-This module was deprecated in Asterisk 19
-and is now being removed in accordance with
-the Asterisk Module Deprecation policy.
diff --git a/doc/UPGRADE-staging/chan_alsa_removal.txt b/doc/UPGRADE-staging/chan_alsa_removal.txt
deleted file mode 100644 (file)
index baf91af..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: chan_alsa
-Master-Only: True
-
-This module was deprecated in Asterisk 19
-and is now being removed in accordance with
-the Asterisk Module Deprecation policy.
diff --git a/doc/UPGRADE-staging/chan_mgcp_removal.txt b/doc/UPGRADE-staging/chan_mgcp_removal.txt
deleted file mode 100644 (file)
index 11bb486..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Subject: chan_mgcp
-Master-Only: True
-
-This module was deprecated in Asterisk 19
-and is now being removed in accordance with
-the Asterisk Module Deprecation policy.
-
diff --git a/doc/UPGRADE-staging/chan_sip_removal.txt b/doc/UPGRADE-staging/chan_sip_removal.txt
deleted file mode 100644 (file)
index d73e8d6..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: chan_sip
-Master-Only: True
-
-This module was deprecated in Asterisk 17
-and is now being removed in accordance with
-the Asterisk Module Deprecation policy.
diff --git a/doc/UPGRADE-staging/chan_skinny_removal.txt b/doc/UPGRADE-staging/chan_skinny_removal.txt
deleted file mode 100644 (file)
index 2fcc5d1..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: chan_skinny
-Master-Only: True
-
-This module was deprecated in Asterisk 19
-and is now being removed in accordance with
-the Asterisk Module Deprecation policy.
diff --git a/doc/UPGRADE-staging/pbx_builtins.txt b/doc/UPGRADE-staging/pbx_builtins.txt
deleted file mode 100644 (file)
index 9aeb70c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: pbx_builtins
-Master-Only: True
-
-The previously deprecated ImportVar and SetAMAFlags
-applications have now been removed.
diff --git a/doc/UPGRADE-staging/res_monitor_removal.txt b/doc/UPGRADE-staging/res_monitor_removal.txt
deleted file mode 100644 (file)
index b5c7eee..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Subject: res_monitor
-Master-Only: True
-
-This module was deprecated in Asterisk 16
-and is now being removed in accordance with
-the Asterisk Module Deprecation policy.
-
-This also removes the 'w' and 'W' options
-for app_queue.
-
-MixMonitor should be default and only option
-for all settings that previously used either
-Monitor or MixMonitor.
diff --git a/doc/UPGRADE-staging/translate.txt b/doc/UPGRADE-staging/translate.txt
deleted file mode 100644 (file)
index 6b26998..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: translate.c
-Master-Only: True
-
-When setting up translation between two codecs the quality was not taken into account,
-resulting in suboptimal translation. The quality is now taken into account,
-which can reduce the number of translation steps required, and improve the resulting quality.