From: Christian Weiske Date: Wed, 8 Jul 2015 20:36:57 +0000 (+0200) Subject: prepare release of 0.6.0 X-Git-Tag: v0.6.0^0 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/eabef388982e2b198e77f7a7b9e9f5bebfa8d457 prepare release of 0.6.0 --- diff --git a/ChangeLog b/ChangeLog index f4b80c1..1d76949 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2015-07-08 Christian Weiske + + * Add simple cache for rendered files + * Add "add file" button to display page + * Add jumping to file after saving from single file edit mode + * Adjust "additional options" layout and position + * Fix autologin reload button; it reloads the current page now + * Remove OpenID provider buttons + * Release version 0.6 + 2015-02-03 Christian Weiske * Implement paste embedding via oEmbed diff --git a/NEWS.rst b/NEWS.rst index dede836..c78f95d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,13 @@ +Version 0.6.0 - 2015-07-08 +-------------------------- +* Add simple cache for rendered files +* Add "add file" button to display page +* Add jumping to file after saving from single file edit mode +* Adjust "additional options" layout and position +* Fix autologin reload button; it reloads the current page now +* Remove OpenID provider buttons + + Version 0.5.0 - 2015-01-29 -------------------------- * Implement paste embedding via JavaScript diff --git a/README.rst b/README.rst index eb86a1a..85de436 100644 --- a/README.rst +++ b/README.rst @@ -50,7 +50,7 @@ Installation .phar ===== -Download ``phorkie-0.5.0.phar`` and put it in your web server's document root +Download ``phorkie-0.6.0.phar`` and put it in your web server's document root directory. No further setup needed. @@ -69,7 +69,7 @@ Zip package =========== 1. Unzip the phorkie release file:: - $ tar xjvf phorkie-0.5.0.tar.bz2 + $ tar xjvf phorkie-0.6.0.tar.bz2 2. Create the git directories:: @@ -430,3 +430,25 @@ Lighttpd rewrites "^/setup$" => "/setup.php", "^/user$" => "/user.php" ) + + +=========== +Development +=========== + +Releasing a new version +======================= + +#. Update ``ChangeLog``, ``NEWS.rst``, ``build.xml`` and ``README.rst``. +#. Update local dependencies:: + + $ phing collectdeps +#. Build ``.tar.bz2`` and ``.phar`` release files with:: + + $ phing zip + $ phing phar +#. Test. +#. Tag the release in git +#. Upload release to sourceforge:: + + $ phing deploy-sf diff --git a/build.xml b/build.xml index 32b4f33..47eca22 100644 --- a/build.xml +++ b/build.xml @@ -8,20 +8,18 @@ --> - - + + @@ -49,6 +47,7 @@ Version 0.5.0 - 2015-01-29 + @@ -64,9 +63,10 @@ Version 0.5.0 - 2015-01-29 - + +