Changeset 183 for trunk/UPGRADE

Show
Ignore:
Timestamp:
03/05/07 23:16:02 (19 months ago)
Author:
smoku
Message:

Updated ChangeLog? and UPGRADE files

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

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