From 57c4dc1721ee7f5c62772f04c1711f51da6cd1ee Mon Sep 17 00:00:00 2001 From: Asterisk Development Team Date: Thu, 28 Jul 2022 10:40:52 -0500 Subject: [PATCH] Update CHANGES and UPGRADE.txt for 18.14.0 --- CHANGES | 49 +++++++++++++++++++ doc/CHANGES-staging/allow_wildcard_certs.txt | 9 ---- doc/CHANGES-staging/chan_dahdi_polarity.txt | 5 -- doc/CHANGES-staging/db_prefix.txt | 5 -- doc/CHANGES-staging/res_cliexec.txt | 6 --- doc/CHANGES-staging/res_geolocation.txt | 4 -- doc/CHANGES-staging/res_pjsip_geolocation.txt | 4 -- .../res_pjsip_header_funcs.txt | 5 -- 8 files changed, 49 insertions(+), 38 deletions(-) delete mode 100644 doc/CHANGES-staging/allow_wildcard_certs.txt delete mode 100644 doc/CHANGES-staging/chan_dahdi_polarity.txt delete mode 100644 doc/CHANGES-staging/db_prefix.txt delete mode 100644 doc/CHANGES-staging/res_cliexec.txt delete mode 100644 doc/CHANGES-staging/res_geolocation.txt delete mode 100644 doc/CHANGES-staging/res_pjsip_geolocation.txt delete mode 100644 doc/CHANGES-staging/res_pjsip_header_funcs.txt diff --git a/CHANGES b/CHANGES index 34310bc041..f4fa1e8249 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,55 @@ === ============================================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 18.13.0 to Asterisk 18.14.0 ---------- +------------------------------------------------------------------------------ + +chan_dahdi +------------------ + * A POLARITY function is now available that allows + getting or setting the polarity on a channel + from the dialplan. + +db +------------------ + * The DBPrefixGet AMI action now allows retrieving + all of the DB keys beginning with a particular + prefix. + +res_cliexec +------------------ + * A new CLI command, dialplan exec application, has + been added which allows dialplan applications to be + executed at the CLI, useful for some quick testing + without needing to write dialplan. + +res_geolocation +------------------ + * Added res_geolocation which creates the core capabilities + to manipulate Geolocation information on SIP INVITEs. + +res_pjsip +------------------ + * A new transport option 'allow_wildcard_certs' has been added that when it + and 'verify_server' are both set to 'yes', enables verification against + wildcards, i.e. '*.' in certs for common, and subject alt names of type DNS + for TLS transport types. Names must start with the wildcard. Partial wildcards, + e.g. 'f*.example.com' and 'foo.*.com' are not allowed. As well, names only + match against a single level meaning '*.example.com' matches 'foo.example.com', + but not 'foo.bar.example.com'. + +res_pjsip_geolocation +------------------ + * Added res_pjsip_geolocation which gives chan_pjsip + the ability to use the core geolocation capabilities. + +res_pjsip_header_funcs +------------------ + * Add function PJSIP_RESPONSE_HEADERS() to get list of header names from 200 response, in the same way as PJSIP_HEADERS() from the request. + + Add function PJSIP_RESPONSE_HEADER() to read header from 200 response, in the same way as PJSIP_HEADER() from the request. + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 18.12.0 to Asterisk 18.13.0 ---------- ------------------------------------------------------------------------------ diff --git a/doc/CHANGES-staging/allow_wildcard_certs.txt b/doc/CHANGES-staging/allow_wildcard_certs.txt deleted file mode 100644 index 29a53dd2dc..0000000000 --- a/doc/CHANGES-staging/allow_wildcard_certs.txt +++ /dev/null @@ -1,9 +0,0 @@ -Subject: res_pjsip - -A new transport option 'allow_wildcard_certs' has been added that when it -and 'verify_server' are both set to 'yes', enables verification against -wildcards, i.e. '*.' in certs for common, and subject alt names of type DNS -for TLS transport types. Names must start with the wildcard. Partial wildcards, -e.g. 'f*.example.com' and 'foo.*.com' are not allowed. As well, names only -match against a single level meaning '*.example.com' matches 'foo.example.com', -but not 'foo.bar.example.com'. diff --git a/doc/CHANGES-staging/chan_dahdi_polarity.txt b/doc/CHANGES-staging/chan_dahdi_polarity.txt deleted file mode 100644 index 365ab200dd..0000000000 --- a/doc/CHANGES-staging/chan_dahdi_polarity.txt +++ /dev/null @@ -1,5 +0,0 @@ -Subject: chan_dahdi - -A POLARITY function is now available that allows -getting or setting the polarity on a channel -from the dialplan. diff --git a/doc/CHANGES-staging/db_prefix.txt b/doc/CHANGES-staging/db_prefix.txt deleted file mode 100644 index 41268155c3..0000000000 --- a/doc/CHANGES-staging/db_prefix.txt +++ /dev/null @@ -1,5 +0,0 @@ -Subject: db - -The DBPrefixGet AMI action now allows retrieving -all of the DB keys beginning with a particular -prefix. diff --git a/doc/CHANGES-staging/res_cliexec.txt b/doc/CHANGES-staging/res_cliexec.txt deleted file mode 100644 index 2b1fe7679c..0000000000 --- a/doc/CHANGES-staging/res_cliexec.txt +++ /dev/null @@ -1,6 +0,0 @@ -Subject: res_cliexec - -A new CLI command, dialplan exec application, has -been added which allows dialplan applications to be -executed at the CLI, useful for some quick testing -without needing to write dialplan. diff --git a/doc/CHANGES-staging/res_geolocation.txt b/doc/CHANGES-staging/res_geolocation.txt deleted file mode 100644 index 5fe7316333..0000000000 --- a/doc/CHANGES-staging/res_geolocation.txt +++ /dev/null @@ -1,4 +0,0 @@ -Subject: res_geolocation - -Added res_geolocation which creates the core capabilities -to manipulate Geolocation information on SIP INVITEs. diff --git a/doc/CHANGES-staging/res_pjsip_geolocation.txt b/doc/CHANGES-staging/res_pjsip_geolocation.txt deleted file mode 100644 index acc49063e0..0000000000 --- a/doc/CHANGES-staging/res_pjsip_geolocation.txt +++ /dev/null @@ -1,4 +0,0 @@ -Subject: res_pjsip_geolocation - -Added res_pjsip_geolocation which gives chan_pjsip -the ability to use the core geolocation capabilities. diff --git a/doc/CHANGES-staging/res_pjsip_header_funcs.txt b/doc/CHANGES-staging/res_pjsip_header_funcs.txt deleted file mode 100644 index 88946e4808..0000000000 --- a/doc/CHANGES-staging/res_pjsip_header_funcs.txt +++ /dev/null @@ -1,5 +0,0 @@ -Subject: res_pjsip_header_funcs - -Add function PJSIP_RESPONSE_HEADERS() to get list of header names from 200 response, in the same way as PJSIP_HEADERS() from the request. - -Add function PJSIP_RESPONSE_HEADER() to read header from 200 response, in the same way as PJSIP_HEADER() from the request.