From: George Joseph Date: Mon, 29 Jul 2019 16:10:28 +0000 (-0600) Subject: doc: Add "master-only" flag back to the CHANGES and UPGRADE files X-Git-Tag: 17.0.0-rc1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b3a612d69f766f3169a42494476d84a6eaee9df;p=thirdparty%2Fasterisk.git doc: Add "master-only" flag back to the CHANGES and UPGRADE files In order to run the documentation scripts the flags needs to be added back to the staging files. Change-Id: Ia10a153c50c970cfa1e85815208dfaddb3f2ccd4 --- diff --git a/doc/CHANGES-staging/bridging_stasis_cache.txt b/doc/CHANGES-staging/bridging_stasis_cache.txt index c39d2908ff..df6b3cd103 100644 --- a/doc/CHANGES-staging/bridging_stasis_cache.txt +++ b/doc/CHANGES-staging/bridging_stasis_cache.txt @@ -1,4 +1,5 @@ Subject: Bridging +Master-Only: true The bridging core no longer uses the stasis cache for bridge snapshots. The latest bridge snapshot is now stored on the diff --git a/doc/CHANGES-staging/chan_sip_deprecated.txt b/doc/CHANGES-staging/chan_sip_deprecated.txt index 04ac21c7d2..cffd1db565 100644 --- a/doc/CHANGES-staging/chan_sip_deprecated.txt +++ b/doc/CHANGES-staging/chan_sip_deprecated.txt @@ -1,4 +1,5 @@ Subject: chan_sip +Master-Only: true The chan_sip module is now deprecated, users should migrate to the replacement module chan_pjsip. See guides at the Asterisk Wiki: diff --git a/doc/CHANGES-staging/channels_stasis_cache.txt b/doc/CHANGES-staging/channels_stasis_cache.txt index 1743fea170..b4dbfc3446 100644 --- a/doc/CHANGES-staging/channels_stasis_cache.txt +++ b/doc/CHANGES-staging/channels_stasis_cache.txt @@ -1,4 +1,5 @@ Subject: Channels +Master-Only: true The core no longer uses the stasis cache for channels snapshots. The following APIs are no longer available: diff --git a/doc/UPGRADE-staging/applications_jabberstatus.txt b/doc/UPGRADE-staging/applications_jabberstatus.txt index 4adb1dcf1f..93e411297c 100644 --- a/doc/UPGRADE-staging/applications_jabberstatus.txt +++ b/doc/UPGRADE-staging/applications_jabberstatus.txt @@ -1,3 +1,4 @@ Subject: Applications +Master-Only: true The JabberStatus application, deprecated in Asterisk 12, has been removed. diff --git a/doc/UPGRADE-staging/bridging_stasis_cache.txt b/doc/UPGRADE-staging/bridging_stasis_cache.txt index c39d2908ff..df6b3cd103 100644 --- a/doc/UPGRADE-staging/bridging_stasis_cache.txt +++ b/doc/UPGRADE-staging/bridging_stasis_cache.txt @@ -1,4 +1,5 @@ Subject: Bridging +Master-Only: true The bridging core no longer uses the stasis cache for bridge snapshots. The latest bridge snapshot is now stored on the diff --git a/doc/UPGRADE-staging/chan_sip_deprecated.txt b/doc/UPGRADE-staging/chan_sip_deprecated.txt index 04ac21c7d2..cffd1db565 100644 --- a/doc/UPGRADE-staging/chan_sip_deprecated.txt +++ b/doc/UPGRADE-staging/chan_sip_deprecated.txt @@ -1,4 +1,5 @@ Subject: chan_sip +Master-Only: true The chan_sip module is now deprecated, users should migrate to the replacement module chan_pjsip. See guides at the Asterisk Wiki: diff --git a/doc/UPGRADE-staging/channels_stasis_cache.txt b/doc/UPGRADE-staging/channels_stasis_cache.txt index 1743fea170..b4dbfc3446 100644 --- a/doc/UPGRADE-staging/channels_stasis_cache.txt +++ b/doc/UPGRADE-staging/channels_stasis_cache.txt @@ -1,4 +1,5 @@ Subject: Channels +Master-Only: true The core no longer uses the stasis cache for channels snapshots. The following APIs are no longer available: diff --git a/doc/UPGRADE-staging/func_callerid_callerpres.txt b/doc/UPGRADE-staging/func_callerid_callerpres.txt index b128cc6e21..003d67d699 100644 --- a/doc/UPGRADE-staging/func_callerid_callerpres.txt +++ b/doc/UPGRADE-staging/func_callerid_callerpres.txt @@ -1,4 +1,5 @@ Subject: func_callerid +Master-Only: true The CALLERPRES() dialplan function, deprecated in Asterisk 1.8, has been removed. diff --git a/doc/UPGRADE-staging/install_headers.txt b/doc/UPGRADE-staging/install_headers.txt index 2453781a4f..d932512a1b 100644 --- a/doc/UPGRADE-staging/install_headers.txt +++ b/doc/UPGRADE-staging/install_headers.txt @@ -1,4 +1,5 @@ Subject: Build +Master-Only: true Asterisk headers are no longer installed and uninstalled automatically when performing a "make install" or a "make uninstall". To install/uninstall the diff --git a/doc/UPGRADE-staging/res_parking_parkingslot.txt b/doc/UPGRADE-staging/res_parking_parkingslot.txt index 1ddcaebf29..b5b4cbc392 100644 --- a/doc/UPGRADE-staging/res_parking_parkingslot.txt +++ b/doc/UPGRADE-staging/res_parking_parkingslot.txt @@ -1,4 +1,5 @@ Subject: res_parking +Master-Only: true The PARKINGSLOT channel variable, deprecated in Asterisk 12 in favor of the PARKING_SPACE channel variable, will no longer be set. diff --git a/doc/UPGRADE-staging/res_xmpp_jabberstatus.txt b/doc/UPGRADE-staging/res_xmpp_jabberstatus.txt index e2bacdb4c8..4400278632 100644 --- a/doc/UPGRADE-staging/res_xmpp_jabberstatus.txt +++ b/doc/UPGRADE-staging/res_xmpp_jabberstatus.txt @@ -1,3 +1,4 @@ Subject: res_xmpp +Master-Only: true The JabberStatus application, deprecated in Asterisk 12, has been removed.