aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-10 15:57:50 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-10 15:57:50 +0000
commit5150637663017b802678f0b75d4d568a40afbfe6 (patch)
tree4dcbef3ae51ac9da1f0da7d78df3f658063a3721 /CHANGES
parentb00fd456eaec3917ec21fb2f96810c921a8bbd0a (diff)
Move last change to CHANGES up to the 1.6.2 section
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@142318 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 45548f4e5..0591e98bf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,12 @@ Dialplan Functions
options that may be useful with the CURL dialplan function, such as
cookies, proxies, connection timeouts, passwords, etc.
+Miscellaneous
+-------------
+ * res_jabber: autoprune has been disabled by default, to avoid misconfiguration
+ that would end up being interpreted as a bug once Asterisk started removing
+ the contacts from a user list.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.6.0 to Asterisk 1.6.1 -------------
------------------------------------------------------------------------------
@@ -805,9 +811,6 @@ Miscellaneous New Modules
Miscellaneous
-------------
- * res_jabber: autoprune has been disabled by default, to avoid misconfiguration
- that would end up being interpreted as a bug once Asterisk started removing
- the contacts from a user list.
* Ability to use libcap to set high ToS bits when non-root
on Linux. If configure is unable to find libcap then you
can use --with-cap to specify the path.