Changeset 485 for trunk/UPGRADE
- Timestamp:
- 21/01/08 13:17:17 (11 months ago)
- Files:
-
- 1 modified
-
trunk/UPGRADE (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UPGRADE
r473 r485 1 1 This file contains upgrade instructions between different versions of jabberd2. 2 3 * 2.1.21 to 2.1.22 upgrade: 4 5 What changed: 6 - MySQL 5.0+ dependency 7 8 9 * 2.1.20 to 2.1.21 upgrade: 10 11 What changed: 12 - LDAP backend <query/> option 13 14 See c2s.xml.dist for example, how to use news <query/> option, that 15 allows you to customize the query sent to LDAP server. 16 2 17 3 18 * 2.1.19 to 2.1.20 upgrade: … … 6 21 - added missing XEP-0054 fields 7 22 - server vcard support 23 - new authreg ldapfull, storage ldapvcard and sm roster-publish modules 24 - implemented maximum stanza size limit 25 - disabled CyrusSASL backend compilation 8 26 9 27 You need to add missing columns to "vcard" table: 10 28 ALTER TABLE vcard ADD "jabberid" text, ADD "mailer" text, ADD "uid" text; 29 See c2s.xml and sm.xml for options of new modules and stanzasize. 11 30 12 31
