]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
doc: Fix CHANGES entries to have .txt suffix and update READMEs
authorGeorge Joseph <gjoseph@digium.com>
Fri, 7 Feb 2020 19:44:50 +0000 (12:44 -0700)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 7 Feb 2020 19:46:17 +0000 (12:46 -0700)
Although the wiki page for the new CHANGES and UPGRADE scheme
states that the files must have the ".txt" suffix, the READMEs
didn't.

Change-Id: I490306aa2cc24d6f014738e9ebbc78592efe0f05

doc/CHANGES-staging/README.md
doc/CHANGES-staging/hide_messaging_ami_events.txt [moved from doc/CHANGES-staging/hide_messaging_ami_events with 100% similarity]
doc/CHANGES-staging/res_fax_negotiate_both [deleted file]
doc/UPGRADE-staging/README.md

index 8a2407f95a21d998efe6543ef2d1ec44ece3a5c6..8fc51bce282232e27b87c43392423be8a2046b65 100644 (file)
@@ -9,10 +9,10 @@ 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" to
-this directory, with a short description of what it does. If you are adding
-multiple entries, they should be done in the same commit to avoid merge
-conflicts. Here's an example:
+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
diff --git a/doc/CHANGES-staging/res_fax_negotiate_both b/doc/CHANGES-staging/res_fax_negotiate_both
deleted file mode 100644 (file)
index 73be756..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Subject: res_fax
-
-Added configuration option "negotiate_both". This option is only used
-when a gateway is enabled, and a v21 preamble is detected. If this option
-is enabled, once a preamble is detected Asterisk will initiate negotiation
-requests to both T.38 enabled endpoint versus waiting, and forwarding a
-request from an initiating endpoint. Defaults to disabled.
index 81471617a4cf7bfb442a2611d959d6803748dce2..21cbe78c590945f6ca034f47dd1766ee76feaf2b 100644 (file)
@@ -9,9 +9,10 @@ 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" to this directory, with a short
-description of what it does. If you are adding multiple entries, they should be
-done in the same commit to avoid merge conflicts. Here's an example:
+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