Update changelog and version to 0.2.20110922_rc1

stable-0.2
Perttu Ahola 2011-09-22 18:15:05 +03:00
parent ae6d83a41e
commit ca748ad44c
2 changed files with 9 additions and 9 deletions

View File

@ -9,7 +9,7 @@ project(minetest)
set(VERSION_MAJOR 0) set(VERSION_MAJOR 0)
set(VERSION_MINOR 2) set(VERSION_MINOR 2)
set(VERSION_PATCH 201109xx_dev) set(VERSION_PATCH 20110922_rc1)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
# Configuration options # Configuration options

View File

@ -3,17 +3,17 @@ Minetest-c55 changelog
This should contain all the major changes. This should contain all the major changes.
For minor stuff, refer to the commit log of the repository. For minor stuff, refer to the commit log of the repository.
X: 0.2.20110922_rc1:
- Ladders - Map is saved in an SQLite database file (by Queatz)
- Ladders (MarkTraceur)
- Lava - Lava
- /me chat command - Apple trees (sfan5)
- Slightly better looking inventory (transparency) - 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 - Fix the long-existed PeerNotFound loop bug
- Some translations and localization-related fixes - Some translations and localization-related fixes
- Lots of small fixes, once again - Lots of small fixes
- 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
2011-07-31_3: 2011-07-31_3:
- Fixes a bug that made the server to deny non-empty passwords from players connecting the first time - Fixes a bug that made the server to deny non-empty passwords from players connecting the first time