aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-09-28 23:29:11 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-09-28 23:29:11 +0200
commit439a1bd039f259970cce672abd6e429a60f9ce4d (patch)
tree83ce62fc0e74eab292937c36ed9ef791c40a95b4
parentdf17d804e9f47966c595aedf3e1095f604d068fa (diff)
downloadphorkie-0.3.1.tar.gz
phorkie-0.3.1.zip
prepare release of 0.3.1v0.3.1
-rw-r--r--ChangeLog1
-rw-r--r--NEWS.rst8
-rw-r--r--build.xml8
3 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cd4ba3..03855dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
diff --git a/NEWS.rst b/NEWS.rst
index 1ebcd4d..5202cb1 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -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]
diff --git a/build.xml b/build.xml
index 21fafe2..bb7b1a0 100644
--- a/build.xml
+++ b/build.xml
@@ -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
--------------------------