Changeset 485 for trunk/UPGRADE

Show
Ignore:
Timestamp:
21/01/08 13:17:17 (11 months ago)
Author:
smoku
Message:

Moved --enable-sasl configure option to --with-sasl, as SASL library is now required.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

    r473 r485  
    11This file contains upgrade instructions between different versions of jabberd2. 
     2 
     3* 2.1.21 to 2.1.22 upgrade: 
     4 
     5What changed: 
     6- MySQL 5.0+ dependency 
     7 
     8 
     9* 2.1.20 to 2.1.21 upgrade: 
     10 
     11What changed: 
     12- LDAP backend <query/> option 
     13 
     14See c2s.xml.dist for example, how to use news <query/> option, that 
     15allows you to customize the query sent to LDAP server. 
     16 
    217 
    318* 2.1.19 to 2.1.20 upgrade: 
     
    621- added missing XEP-0054 fields 
    722- 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 
    826 
    927You need to add missing columns to "vcard" table: 
    1028ALTER TABLE vcard ADD "jabberid" text, ADD "mailer" text, ADD "uid" text; 
     29See c2s.xml and sm.xml for options of new modules and stanzasize. 
    1130 
    1231