Update changelog and call this 0.3.3 stable-0.3
authorPerttu Ahola <celeron55@gmail.com>
Tue, 5 Mar 2013 16:53:24 +0000 (18:53 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Tue, 5 Mar 2013 16:53:24 +0000 (18:53 +0200)
CMakeLists.txt
doc/changelog.txt

index 57675f58406768ae82c4142a53a6ecba3757f940..341c189e94a669b9a4362ab1be08ef836fee4b9a 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 2)
+set(VERSION_PATCH 3)
 set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
 
 MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")
index 73f4cd18e9c0eca04753909a11bfe966ef039b1e..1d45bf7269dbf221c4a368438f4d85bf0e876e6d 100644 (file)
@@ -3,6 +3,9 @@ Minetest-c55 changelog
 This should contain all the major changes.
 For minor stuff, refer to the commit log of the repository.
 
+0.3.3: (tagged on 2013-03-05)
+- Fix a password-related vulnerability (late backport from some early 0.4)
+
 0.3.2: (tagged on 2012-05-12)
 - Include unistd.h in filesys.cpp
 - Add wooden planks to creative inventory