Detect text files for unknown file types
[phorkie.git] / build.xml
index 47eca22cfcbebc81cb2d59714fd63dd3666cc213..6a864ce5f6073c428530d0852a783f64b5d15123 100644 (file)
--- 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"/>