From 1055ecf60319e70f214dc4c0db57261cf393b218 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 15 Jul 2015 21:09:30 +0200 Subject: [PATCH] prepare release of 0.6.1 --- ChangeLog | 6 ++++++ NEWS.rst | 6 ++++++ README.rst | 4 ++-- build.xml | 12 ++++-------- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1d76949..a7411fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-07-15 Christian Weiske + + * Fix crash when renaming file + * Fix jumping to file anchor after file rename + * Release version 0.6.1 + 2015-07-08 Christian Weiske * Add simple cache for rendered files diff --git a/NEWS.rst b/NEWS.rst index c78f95d..41bd919 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,9 @@ +Version 0.6.1 - 2015-07-15 +-------------------------- +* Fix crash when renaming file +* Fix jumping to file anchor after file rename + + Version 0.6.0 - 2015-07-08 -------------------------- * Add simple cache for rendered files diff --git a/README.rst b/README.rst index 85de436..0f657fe 100644 --- a/README.rst +++ b/README.rst @@ -50,7 +50,7 @@ Installation .phar ===== -Download ``phorkie-0.6.0.phar`` and put it in your web server's document root +Download ``phorkie-0.6.1.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.6.0.tar.bz2 + $ tar xjvf phorkie-0.6.1.tar.bz2 2. Create the git directories:: diff --git a/build.xml b/build.xml index 47eca22..6a864ce 100644 --- a/build.xml +++ b/build.xml @@ -9,17 +9,13 @@ - + -- 2.30.2