From: Asterisk Development Team Date: Thu, 14 Apr 2022 20:39:14 +0000 (-0500) Subject: Update CHANGES and UPGRADE.txt for 16.25.2 X-Git-Tag: 16.26.0-rc1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fda5e507a33c0e18aefda46aac43d5dd031d7275;p=thirdparty%2Fasterisk.git Update CHANGES and UPGRADE.txt for 16.25.2 --- diff --git a/CHANGES b/CHANGES index 65872f0f13..0d0f7b23d6 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,18 @@ === ============================================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 16.25.1 to Asterisk 16.25.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 16.24.0 to Asterisk 16.25.0 ---------- ------------------------------------------------------------------------------