]> jfr.im git - irc/SurrealServices/srsv.git/blob - tags/0.4.3.1-pre2/UPGRADING
cut of branches/0.4.3
[irc/SurrealServices/srsv.git] / tags / 0.4.3.1-pre2 / UPGRADING
1 -----------------------------------------------------------------------
2 VERSION-SPECIFIC CHANGES
3
4 0.4.1:
5 You must move all mysql settings from services.conf to sql.conf
6
7 0.4.2: Adds support for password-hashing, and makes a lot of changes to
8 the database schema. running db-setup.pl is required.
9
10 0.4.3: Changes the SQL schema upgrading method to be safer and simpler.
11 Changes the schema quite a bit even so. You MUST run the upgrade of
12 0.4.2 before you can run the upgrade on 0.4.3. After 0.4.3 you should be
13 able to skip versions if desired.
14
15 -----------------------------------------------------------------------
16
17 The db-setup.pl script should perform any database changes or
18 conversions.
19
20 If you have any problems, contact the coders on SurrealChat.net in
21 #dev.lounge. We'll help out as best we can.