summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-01-02 20:24:52 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-01-02 20:24:52 +0000
commit59df651232df73c56b5dae587fa68e1e9f824755 (patch)
tree5dcbf28c41cb39558d903b1a43c956ae26caa0e6 /ChangeLog
parent0a47b2fb30c83f8b021c2015891fe8c936ca6bf0 (diff)
downloadmanaserv-59df651232df73c56b5dae587fa68e1e9f824755.tar.gz
manaserv-59df651232df73c56b5dae587fa68e1e9f824755.tar.bz2
manaserv-59df651232df73c56b5dae587fa68e1e9f824755.tar.xz
manaserv-59df651232df73c56b5dae587fa68e1e9f824755.zip
Removed obsolete SQLite support.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e34e53d..0c3cf93e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,8 @@
trigger mechanism and a warp action.
* src/game-server/testing.cpp: Added some hardcoded game objects for
testing purpose.
+ * src/sqlitestorage.h, src/sqlitestorage.cpp: Removed obsolete SQLite
+ support.
2006-12-31 Philipp Sehmisch <tmw@crushnet.org>