Move an entry from CHANGES to UPGRADE.txt.
authorRussell Bryant <russell@russellbryant.com>
Wed, 9 Dec 2009 23:35:24 +0000 (23:35 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 9 Dec 2009 23:35:24 +0000 (23:35 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@234055 65c4cc65-6c06-0410-ace0-fbb531ad65f3

CHANGES
UPGRADE.txt

diff --git a/CHANGES b/CHANGES
index 9c9e5da..401ef67 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -471,9 +471,6 @@ Miscellaneous
 -------------
  * The Asterisk CLI has a new command, "channel redirect", which is similar in
    operation to the AMI Redirect action.
- * 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.
  * extensions.conf now allows you to use keyword "same" to define an extension
    without actually specifying an extension.  It uses exactly the same pattern
    as previously used on the last "exten" line.  For example:
index 032ee64..c1fd29d 100644 (file)
@@ -149,6 +149,10 @@ From 1.6.1 to 1.6.2:
 * DAHDISendCallreroutingFacility() parameters are now comma-separated,
   instead of the old pipe.
 
+* 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.
+
 From 1.6.0.1 to 1.6.1:
 
 * The ast_agi_register_multiple() and ast_agi_unregister_multiple()