]> git.lizzy.rs Git - minetest.git/commitdiff
0.2.20110602_0
authorPerttu Ahola <celeron55@gmail.com>
Wed, 1 Jun 2011 21:15:42 +0000 (00:15 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Wed, 1 Jun 2011 21:15:42 +0000 (00:15 +0300)
CMakeLists.txt
doc/changelog.txt
src/main.cpp

index 9ae256288a556a6849547f91a00fd40c09494f51..c1074e6d37602e69a56302df1f08f36b16c4e1d8 100644 (file)
@@ -9,7 +9,7 @@ project(minetest)
 
 set(VERSION_MAJOR 0)
 set(VERSION_MINOR 2)
-set(VERSION_PATCH 20110529_3_dev)
+set(VERSION_PATCH 20110602_0)
 set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
 
 # Configuration options
index e02019783d6242751013ed54968a4ef947f2264a..5a01b6bc48a23cfdacf158d30a5ed9731ffbd0cf 100644 (file)
@@ -3,6 +3,11 @@ Minetest-c55 changelog
 This should contain all the major changes.
 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:
 - Optimized smooth lighting
 - A number of small fixes
index 958f812b3cc64b272f4a11ebba9577f75c334844..2cde3b302f66765b7cefdb83f514cd1027d072b7 100644 (file)
@@ -312,9 +312,6 @@ Stuff to do before release:
 \r
 Fixes to the current release:\r
 -----------------------------\r
-- Fix client password crash\r
-- Remember to release the fixes (some are already done)\r
-- A command to set one's password when the server is running\r
 \r
 Stuff to do after release:\r
 ---------------------------\r