aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-11-04 09:42:54 +0000
committerBadlop <badlop@process-one.net>2009-11-04 09:42:54 +0000
commit4aec8dda48902fb18d241c60a9dfa1c382b6d27f (patch)
tree46dc5cba73278e076ad5b01af40ef17c6d090e0b /doc
parentFix stringprep Bidi checking (thanks to Alexey Shchepin)(EJAB-1087) (diff)
Extend explanation of mod_pubsub "default" rename to "hometree".
SVN Revision: 2718
Diffstat (limited to 'doc')
-rw-r--r--doc/release_notes_2.1.0.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/release_notes_2.1.0.txt b/doc/release_notes_2.1.0.txt
index 4a87ec6d4..85f2f48ff 100644
--- a/doc/release_notes_2.1.0.txt
+++ b/doc/release_notes_2.1.0.txt
@@ -218,10 +218,15 @@
- As usual, it is recommended to backup the Mnesia spool directory and
your SQL database (if used) before upgrading ejabberd.
-- The plugin of mod_pubsub "default" is renamed to "flat". You need
- to edit the ejabberd configuration file and replace those names.
-
-- The listener options 'ip' and inet6' are not documented anymore
+- Between ejabberd 2.0.0 and 2.0.5, mod_pubsub used "default" as the
+ default node plugin. But in 2.1.0 this is renamed to "hometree".
+ You have to edit your ejabberd config file and replace those names.
+ If you used ejabberd 2.0.5 or older, the database will be updated
+ automatically. But if you were using ejabberd from SVN, you must
+ manually run ejabberdctl with the command: rename_default_nodeplugin.
+ Running this command on already updated database does nothing.
+
+- The listener options 'ip' and 'inet6' are not documented anymore
but they are supported and you can continue using them.
There is a new syntax to define IP address and IP version.
As usual, check the ejabberd Guide for more information.