diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-09-22 20:47:47 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-09-22 20:47:47 +0300 |
commit | bdf54908aa0b8dabbc67f1925de88bc88a70c935 (patch) | |
tree | abd9224c6d56fc25ed95c32cd6eff1fd9a1a69c2 /doc/changelog.txt | |
parent | 7244f091115c467cd5c0020bb2fb74f70c4114e5 (diff) | |
download | minetest-bdf54908aa0b8dabbc67f1925de88bc88a70c935.tar.gz minetest-bdf54908aa0b8dabbc67f1925de88bc88a70c935.tar.bz2 minetest-bdf54908aa0b8dabbc67f1925de88bc88a70c935.zip |
Make client report a newer version number to the server than 2011-07-31 does and make the server enforce it
Diffstat (limited to 'doc/changelog.txt')
-rw-r--r-- | doc/changelog.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.txt b/doc/changelog.txt index 3f085667c..66e0912cd 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,6 +3,9 @@ Minetest-c55 changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. +0.2.20110922_1: +- Make client report a newer version number to the server than 2011-07-31 does and make server disallow old clients + 0.2.20110922: - Map is saved in an SQLite database file (by Queatz) - Ladders (MarkTraceur) |