You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/doc/CHANGES-staging
Joshua Colp a8e5cf557d
res_rtp_asterisk: Add support for DTLS packet fragmentation.
6 years ago
..
README.md build: Revise CHANGES and UPGRADE.txt handling. 6 years ago
app_attended_transfer.txt app_attended_transfer: new application AttendedTransfer 6 years ago
app_blind_transfer.txt app_blind_transfer: new application BlindTransfer 6 years ago
app_confbridge_remb_behavior_all.txt app_confbridge: Add "all" variants of REMB behavior. 6 years ago
app_dial_ringtime_progresstime.txt app_dial.c: RINGTIME, PROGRESSTIME and ms resolution dial timings 6 years ago
app_readexten_pound.txt app_readexten: new option 'p' to stop reading on '#' key 6 years ago
bridging_stasis_cache.txt build: Revise CHANGES and UPGRADE.txt handling. 6 years ago
chan_sip_deprecated.txt build: Revise CHANGES and UPGRADE.txt handling. 6 years ago
channels_stasis_cache.txt build: Revise CHANGES and UPGRADE.txt handling. 6 years ago
pbx_dundi_ipv6.txt pbx_dundi: added IPv4/IPv6 dual bind support to DUNDi 6 years ago
res_pjsip_add_norefersub_global_config.txt build: Fix file format in CHANGES-staging. 6 years ago
res_rtp_asterisk_dtls_fragmentation.txt res_rtp_asterisk: Add support for DTLS packet fragmentation. 6 years ago
rtp_ice_include_local_address.txt res_rtp_asterisk: Add ability to propose local address in ICE 6 years ago

README.md

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" 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:

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