summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ec44e30fc..0e99ab9d8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -183,6 +183,8 @@ Core
Functions
------------------
+ * The func_odbc global option "single_db_connection" default value has been
+ changed to 'no'.
CHANNEL
------------------
@@ -275,6 +277,12 @@ Queue
--- Functionality changes from Asterisk 13.9.0 to Asterisk 13.10.0 -----------
------------------------------------------------------------------------------
+func_odbc
+------------------
+ * Added new global option "single_db_connection".
+ Enabling this option func_odbc will use a single database connection per DSN.
+ This option is enabled by default.
+
res_fax
------------------
* Added FAXMODE variable to let dialplan know what fax transport was used.