summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2015-07-15 21:09:30 +0200
committerChristian Weiske <cweiske@cweiske.de>2015-07-15 21:09:30 +0200
commit1055ecf60319e70f214dc4c0db57261cf393b218 (patch)
tree16523da0d942acfbf87cc2f9c05586a80d20dc89 /build.xml
parent4137e993d11e926ae28343c1eeac1a46977efd47 (diff)
downloadphorkie-0.6.1.tar.gz
phorkie-0.6.1.zip
prepare release of 0.6.1v0.6.1
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/build.xml b/build.xml
index 47eca22..6a864ce 100644
--- a/build.xml
+++ b/build.xml
@@ -9,17 +9,13 @@
<property file="build.properties" />
<property name="version-m" value="0.6" />
- <property name="version" value="0.6.0" />
+ <property name="version" value="0.6.1" />
<property name="stability" value="beta" />
<property name="releasenotes" value="
-Version 0.6.0 - 2015-07-08
+Version 0.6.1 - 2015-07-15
--------------------------
-* Add simple cache for rendered files
-* Add &quot;add file&quot; button to display page
-* Add jumping to file after saving from single file edit mode
-* Adjust &quot;additional options&quot; layout and position
-* Fix autologin reload button; it reloads the current page now
-* Remove OpenID provider buttons
+* Fix crash when renaming file
+* Fix jumping to file anchor after file rename
" />
<property name="libdir" value="${phing.dir}/lib"/>