Changeset 294 for trunk/UPGRADE

Show
Ignore:
Timestamp:
20/07/07 12:02:28 (16 months ago)
Author:
smoku
Message:

Updated ChangeLog? and UPGRADE

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

    r289 r294  
    11This file contains upgrade instructions between different versions of jabberd2. 
     2 
     3* 2.1.9 to 2.1.10 upgrade: 
     4 
     5What had change: 
     6- configure SASL backend fallback removed 
     7- user roster items limit support 
     8 
     9If you want to use other than GnuSASL backend for SASL, you need to enforce it 
     10by --with-sasl=BACKEND option to ./configure. There is no fallback anymore, 
     11because other backends are not supported and mostly do not work. 
     12If you want to limit user roster items, please see etc/sm.xml.dist for reference. 
     13 
    214 
    315* 2.1.8 to 2.1.9 upgrade: