summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-08-05 18:25:16 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-08-05 18:25:16 +0000
commitff101d0b072f364756063574a95bcb6a3c1c1fb0 (patch)
treeb153d3d37d67bea4df0fbc121a1c83f3e8e28de2 /CHANGES
parentf24d7a89f56d94408edc092626ff7886e5f68d8d (diff)
Add '+=' append operator to configuration files.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@135717 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ab7770cd0..77f1da2ef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -199,6 +199,10 @@ Miscellaneous
Skinny channels only.
* You can now compile Asterisk against the Hoard Memory Allocator, see doc/hoard.txt
for more information.
+ * Config file variables may now be appended to, by using the '+=' append
+ operator. This is most helpful when working with long SQL queries in
+ func_odbc.conf, as the queries no longer need to be specified on a single
+ line.
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.4.X to Asterisk 1.6.0 -------------