]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 18.14.0
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 11 Aug 2022 15:47:05 +0000 (10:47 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 11 Aug 2022 15:47:05 +0000 (10:47 -0500)
CHANGES
doc/CHANGES-staging/res_geolocation.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index f4fa1e8249ddc8eca3e0eb25275cb55b91b9e9e2..08c22eb7668f38a81c469711ad0dff3ff335fefc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 --- Functionality changes from Asterisk 18.13.0 to Asterisk 18.14.0 ----------
 ------------------------------------------------------------------------------
 
+res_geolocation
+------------------
+ * * Added processing for the 'confidence' element.
+   * Added documentation to some APIs.
+   * removed a lot of complex code related to the very-off-nominal
+     case of needing to process multiple location info sources.
+   * Create a new 'ast_geoloc_eprofile_to_pidf' API that just takes
+     one eprofile instead of a datastore of multiples.
+   * Plugged a huge leak in XML processing that arose from
+     insufficient documentation by the libxml/libxslt authors.
+   * Refactored stylesheets to be more efficient.
+   * Renamed 'profile_action' to 'profile_precedence' to better
+     reflect it's purpose.
+   * Added the config option for 'allow_routing_use' which
+     sets the value of the 'Geolocation-Routing' header.
+   * Removed the GeolocProfileCreate and GeolocProfileDelete
+     dialplan apps.
+   * Changed the GEOLOC_PROFILE dialplan function as follows:
+     * Removed the 'profile' argument.
+     * Automatically create a profile if it doesn't exist.
+     * Delete a profile if 'inheritable' is set to no.
+   * Fixed various bugs and leaks
+   * Updated Asterisk WiKi documentation.
+
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 18.13.0 to Asterisk 18.14.0 ----------
+------------------------------------------------------------------------------
+
 chan_dahdi
 ------------------
  * A POLARITY function is now available that allows
diff --git a/doc/CHANGES-staging/res_geolocation.txt b/doc/CHANGES-staging/res_geolocation.txt
deleted file mode 100644 (file)
index a93d7b6..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-Subject: res_geolocation
-
-* Added processing for the 'confidence' element.
-* Added documentation to some APIs.
-* removed a lot of complex code related to the very-off-nominal
-  case of needing to process multiple location info sources.
-* Create a new 'ast_geoloc_eprofile_to_pidf' API that just takes
-  one eprofile instead of a datastore of multiples.
-* Plugged a huge leak in XML processing that arose from
-  insufficient documentation by the libxml/libxslt authors.
-* Refactored stylesheets to be more efficient.
-* Renamed 'profile_action' to 'profile_precedence' to better
-  reflect it's purpose.
-* Added the config option for 'allow_routing_use' which
-  sets the value of the 'Geolocation-Routing' header.
-* Removed the GeolocProfileCreate and GeolocProfileDelete
-  dialplan apps.
-* Changed the GEOLOC_PROFILE dialplan function as follows:
-  * Removed the 'profile' argument.
-  * Automatically create a profile if it doesn't exist.
-  * Delete a profile if 'inheritable' is set to no.
-* Fixed various bugs and leaks
-* Updated Asterisk WiKi documentation.