diff options
| -rw-r--r-- | ChangeLog | 1 | ||||
| -rw-r--r-- | NEWS.rst | 8 | ||||
| -rw-r--r-- | build.xml | 8 |
3 files changed, 15 insertions, 2 deletions
@@ -3,6 +3,7 @@ * Check for OpenID package in SetupCheck * Fix bug #24: setupcheck: verify geshi installation * Fix bug #25: setupcheck: verify markdown + * Release version 0.3.1 2012-09-28 Christian Weiske <cweiske@cweiske.de> @@ -1,6 +1,12 @@ -Version 0.3.0 - 2012-09-27 +Version 0.3.1 - 2012-09-27 -------------------------- +* Check for OpenID package in SetupCheck +* Fix bug #24: setupcheck: verify geshi installation +* Fix bug #25: setupcheck: verify markdown + +Version 0.3.0 - 2012-09-27 +-------------------------- * Fix bug #10: error when nothing submitted [cweiske] * Fix bug #11: do not index edit, delete and tool pages [cweiske] * Fix bug #20: elasticsearch error on deletion [cweiske] @@ -9,9 +9,15 @@ <property file="build.properties" /> <property name="version-m" value="0.3" /> - <property name="version" value="0.3.0" /> + <property name="version" value="0.3.1" /> <property name="stability" value="alpha" /> <property name="releasenotes" value=" +Version 0.3.1 - 2012-09-27 +-------------------------- +* Check for OpenID package in SetupCheck +* Fix bug #24: setupcheck: verify geshi installation +* Fix bug #25: setupcheck: verify markdown + Version 0.3.0 - 2012-09-27 -------------------------- |
