aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/README-UPGRADE_FROM_1.2.3
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/README-UPGRADE_FROM_1.2.3')
-rw-r--r--FICS/README-UPGRADE_FROM_1.2.313
1 files changed, 13 insertions, 0 deletions
diff --git a/FICS/README-UPGRADE_FROM_1.2.3 b/FICS/README-UPGRADE_FROM_1.2.3
new file mode 100644
index 0000000..8a5d044
--- /dev/null
+++ b/FICS/README-UPGRADE_FROM_1.2.3
@@ -0,0 +1,13 @@
+If you are running 1.2.3, congratulations on 1) putting up with it until now
+and 2) getting a very fine upgrade! :-)
+
+BEWARE: You must remove all login logs from the data/stats/player-data
+directory. They have changed in format greatly. They will cause a crash. :-)
+
+ cd FICSDIR/data/stats/player_data
+ rm */*.logons
+ cd ..
+ rm logons
+
+Should do it.
+