summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-09-22 18:15:05 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-09-22 18:15:05 +0300
commitca748ad44ce6e75b4ebc82996bd6a05b0b2d58ad (patch)
tree5f99c16113f1bcf50ef163e0df2b5079ecb5001a /doc
parentae6d83a41ed958b65ec7f6584d7b042ae6a6e51f (diff)
downloadminetest-ca748ad44ce6e75b4ebc82996bd6a05b0b2d58ad.tar.gz
minetest-ca748ad44ce6e75b4ebc82996bd6a05b0b2d58ad.tar.bz2
minetest-ca748ad44ce6e75b4ebc82996bd6a05b0b2d58ad.zip
Update changelog and version to 0.2.20110922_rc1
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/changelog.txt b/doc/changelog.txt
index 0b8f83636..79d09b1cf 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -3,17 +3,17 @@ Minetest-c55 changelog
This should contain all the major changes.
For minor stuff, refer to the commit log of the repository.
-X:
-- Ladders
+0.2.20110922_rc1:
+- Map is saved in an SQLite database file (by Queatz)
+- Ladders (MarkTraceur)
- Lava
-- /me chat command
-- Slightly better looking inventory (transparency)
+- Apple trees (sfan5)
+- Slightly better looking inventory with transparency
+- /me chat command (Oblomov)
+- Using chosen map seed possible through fixed_map_seed configuration option (kahrl)
- Fix the long-existed PeerNotFound loop bug
- Some translations and localization-related fixes
-- Lots of small fixes, once again
-- Using chosen map seed is now possible through fixed_map_seed configuration option
-- Map is now saved in an SQLite database
-- Fixed the nasty server-side infinite PeerNotFound loop bug
+- Lots of small fixes
2011-07-31_3:
- Fixes a bug that made the server to deny non-empty passwords from players connecting the first time