Update changelog and call this 0.3.2 0.3.2
authorPerttu Ahola <celeron55@gmail.com>
Sat, 12 May 2012 19:38:05 +0000 (22:38 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Sat, 12 May 2012 19:41:42 +0000 (22:41 +0300)
CMakeLists.txt
doc/changelog.txt

index 28a80d7f5e77e9b8520d5d5dbda50aca756e383a..57675f58406768ae82c4142a53a6ecba3757f940 100644 (file)
@@ -10,7 +10,7 @@ project(minetest)
 # Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
 set(VERSION_MAJOR 0)
 set(VERSION_MINOR 3)
-set(VERSION_PATCH 1)
+set(VERSION_PATCH 2)
 set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
 
 MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")
index b27fc506bb190735534bd5fe93cd743ac1dc693e..73f4cd18e9c0eca04753909a11bfe966ef039b1e 100644 (file)
@@ -3,6 +3,10 @@ Minetest-c55 changelog
 This should contain all the major changes.
 For minor stuff, refer to the commit log of the repository.
 
+0.3.2: (tagged on 2012-05-12)
+- Include unistd.h in filesys.cpp
+- Add wooden planks to creative inventory
+
 0.3.1: (released on 2011-11-09)
 - Fix frustum culling (previous versions have rendered too much stuff that is not actually visible (about 180 degrees, while should have been more like 100.))
 - Add occlusion culling (improves performance a lot)