From f81da3d3904a5031521b2c080704a381f7dd0c56 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 5 Nov 2015 07:47:35 +0100 Subject: [PATCH] prepare release of 0.7.0 --- ChangeLog | 6 ++++++ NEWS.rst | 6 ++++++ README.rst | 4 ++-- build.xml | 10 +++++----- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index a7411fb..3deb9e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-11-05 Christian Weiske + + * Add support for elasticsearch 2.0 + * Add text file detection for unknown file extensions + * Release version 0.7.0 + 2015-07-15 Christian Weiske * Fix crash when renaming file diff --git a/NEWS.rst b/NEWS.rst index 41bd919..5c4e28d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,9 @@ +Version 0.7.0 - 2015-11-05 +-------------------------- +* Add support for elasticsearch 2.0 +* Add text file detection for unknown file extensions + + Version 0.6.1 - 2015-07-15 -------------------------- * Fix crash when renaming file diff --git a/README.rst b/README.rst index dde1bda..422306c 100644 --- a/README.rst +++ b/README.rst @@ -51,7 +51,7 @@ Installation .phar ===== -Download ``phorkie-0.6.1.phar`` and put it in your web server's document root +Download ``phorkie-0.7.0.phar`` and put it in your web server's document root directory. No further setup needed. @@ -74,7 +74,7 @@ Zip package =========== 1. Unzip the phorkie release file:: - $ tar xjvf phorkie-0.6.1.tar.bz2 + $ tar xjvf phorkie-0.7.0.tar.bz2 2. Create the git directories:: diff --git a/build.xml b/build.xml index 6a864ce..6556277 100644 --- a/build.xml +++ b/build.xml @@ -8,14 +8,14 @@ --> - - + + -- 2.30.2