0.2.20110602_0
parent
51cf464f74
commit
7d57b71ffe
|
@ -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 20110529_3_dev)
|
set(VERSION_PATCH 20110602_0)
|
||||||
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
|
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
|
||||||
|
|
||||||
# Configuration options
|
# Configuration options
|
||||||
|
|
|
@ -3,6 +3,11 @@ 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.
|
||||||
|
|
||||||
|
2011-06-02:
|
||||||
|
- Password crash on windows fixed
|
||||||
|
- Optimized server CPU usage a lot
|
||||||
|
- Furnaces now work also while players are not near to them
|
||||||
|
|
||||||
2011-05-29:
|
2011-05-29:
|
||||||
- Optimized smooth lighting
|
- Optimized smooth lighting
|
||||||
- A number of small fixes
|
- A number of small fixes
|
||||||
|
|
|
@ -312,9 +312,6 @@ Stuff to do before release:
|
||||||
|
|
||||||
Fixes to the current release:
|
Fixes to the current release:
|
||||||
-----------------------------
|
-----------------------------
|
||||||
- Fix client password crash
|
|
||||||
- Remember to release the fixes (some are already done)
|
|
||||||
- A command to set one's password when the server is running
|
|
||||||
|
|
||||||
Stuff to do after release:
|
Stuff to do after release:
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
Loading…
Reference in New Issue