Changeset 260 for trunk/UPGRADE

Show
Ignore:
Timestamp:
04/07/07 01:04:08 (17 months ago)
Author:
smoku
Message:

Updated UPGRADE

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

    r213 r260  
    11This file contains upgrade instructions between different versions of jabberd2. 
     2 
     3* 2.1.6 to 2.1.7 upgrade: 
     4 
     5What had change: 
     6- MySQL connection defaults to UTF-8 now 
     7- Removed support for ZeroK authentication 
     8 
     9Please make sure that the encoding of the data in your MySQL DB is UTF-8 
     10or is convertable by MySQL to UTF-8. 
     11You may remove the 'token', 'sequence' and 'hash' columns in authreg table. 
     12 
    213 
    314* 2.1.5 to 2.1.6 upgrade: