diff --git a/CHANGES b/CHANGES index 9c9e5da86454f956519a3a761198c316b1abc235..401ef67952f6f63d76d9db9e9e0331930fb2b6aa 100644 --- 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: diff --git a/UPGRADE.txt b/UPGRADE.txt index 032ee64a65ed62c0e7fd9efde58954d0e43df991..c1fd29d765e61e8db42bf8c7e4c664e522d943c5 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -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()