summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/build.xml b/build.xml
index 32b4f33..47eca22 100644
--- a/build.xml
+++ b/build.xml
@@ -8,20 +8,18 @@
-->
<property file="build.properties" />
- <property name="version-m" value="0.5" />
- <property name="version" value="0.5.0" />
+ <property name="version-m" value="0.6" />
+ <property name="version" value="0.6.0" />
<property name="stability" value="beta" />
<property name="releasenotes" value="
-Version 0.5.0 - 2015-01-29
+Version 0.6.0 - 2015-07-08
--------------------------
-* Implement paste embedding via JavaScript
-* Implement paste embedding via oEmbed
-* Implement single file editing
-* Implement automatic login
-* Implement Elasticsearch 1.3 compatibility
-* Work around PHP bug #68347 to parse ini files correctly
-* Move clone URLs to sidebar
-* Move additional button into text field
+* 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
" />
<property name="libdir" value="${phing.dir}/lib"/>
@@ -49,6 +47,7 @@ Version 0.5.0 - 2015-01-29
<exclude name="**/.git/"/>
<exclude name="**/.gitignore/"/>
+ <exclude name="data/cache/**"/>
<exclude name="data/config.php"/>
<exclude name="www/**/.phar"/>
<exclude name="www/repos"/>
@@ -64,9 +63,10 @@ Version 0.5.0 - 2015-01-29
<include name="ChangeLog"/>
<include name="README.rst"/>
- <exclude name="data/config.php"/>
<exclude name="**/.git/"/>
<exclude name="**/.gitignore/"/>
+ <exclude name="data/cache/**"/>
+ <exclude name="data/config.php"/>
<exclude name="www/**/.phar"/>
<exclude name="www/repos"/>
</fileset>