Changeset 183 for trunk/UPGRADE
- Timestamp:
- 03/05/07 23:16:02 (19 months ago)
- Files:
-
- 1 modified
-
trunk/UPGRADE (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UPGRADE
r166 r183 1 1 This file contains upgrade instructions between different versions of jabberd2. 2 3 * 2.1.4 to 2.1.5 upgrade: 4 5 What had change: 6 - auth/reg/storage modules are now loaded dynamically at runtime 7 - MySQL storage backend is not enabled by default 8 9 Dynamic modules should run out of box once installed (make install). 10 If you need to configure other than the compiled-in path for it, please refer 11 to the c2s.xml.dist and sm.xml.dist for a proper <path/> option. 12 You will need to explicitly --enable-mysql during ./configure if you want to 13 use MySQL backends. 14 2 15 3 16 * 2.1.3 to 2.1.4 upgrade:
