]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 18.11.2
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 14 Apr 2022 20:47:41 +0000 (15:47 -0500)
committerJoshua C. Colp <jcolp@sangoma.com>
Thu, 14 Apr 2022 22:10:31 +0000 (19:10 -0300)
CHANGES
doc/CHANGES-staging/func_odbc_esc_backslashes.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index aa83128c6ad2c849cca477fd4ac7f3b5f938253d..f0b2f56b8ec7c4ca27b758d54bb4abad18814415 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 18.11.1 to Asterisk 18.11.2 ----------
+------------------------------------------------------------------------------
+
+func_odbc
+------------------
+ * A SQL_ESC_BACKSLASHES dialplan function has been added which
+   escapes backslashes. Usage of this is dependent on whether the
+   database in use can use backslashes to escape ticks or not. If
+   it can, then usage of this prevents a broken SQL query depending
+   on how the SQL query is constructed.
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 18.10.0 to Asterisk 18.11.0 ----------
 ------------------------------------------------------------------------------
diff --git a/doc/CHANGES-staging/func_odbc_esc_backslashes.txt b/doc/CHANGES-staging/func_odbc_esc_backslashes.txt
deleted file mode 100644 (file)
index 087bb42..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Subject: func_odbc
-
-A SQL_ESC_BACKSLASHES dialplan function has been added which
-escapes backslashes. Usage of this is dependent on whether the
-database in use can use backslashes to escape ticks or not. If
-it can, then usage of this prevents a broken SQL query depending
-on how the SQL query is constructed.