Changeset 210 for trunk/UPGRADE

Show
Ignore:
Timestamp:
15/05/07 00:19:54 (19 months ago)
Author:
smoku
Message:

Updated ChangeLog?, UPGRADE and README

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

    r183 r210  
    11This file contains upgrade instructions between different versions of jabberd2. 
     2 
     3* 2.1.5 to 2.1.6 upgrade: 
     4 
     5What had change: 
     6- sysconfdir isn't changed to .../etc/jabberd anymore 
     7- SASL backend is now GnuSASL by default with Cyrus as an alternative 
     8- configure.in was renamed to configure.ac 
     9- strndup() and timegm() implementations in subst/ 
     10- PATH_MAX definition added when necessary 
     11 
     12You need to explicitly set --sysconfdir with jabberd subdir if you want to. 
     13You need to --disable-gsasl and --enable-cyrus if you need to use Cyrus SASL. 
     14Remove all source dependant patches for missing functions if you have ones. 
     15 
    216 
    317* 2.1.4 to 2.1.5 upgrade: