From fe95ae00a244b1ebae6bc88958065b5355c7c8c8 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 18 Mar 2016 18:43:09 +0100 Subject: [PATCH] prepare release 0.6.2 --- ChangeLog | 5 +++++ README.rst | 11 +++++++---- appinfo/info.xml | 2 +- appinfo/version | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 47b43ce..905222d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-03-18 Christian Weiske + + * Fix #37: Fix fatal error with ownCloud 9 + * Version 0.6.2 + 2015-09-21 Christian Weiske * Fix #20 and #25: Add authorization header workaround for fcgid diff --git a/README.rst b/README.rst index a37d21b..ab81ce4 100644 --- a/README.rst +++ b/README.rst @@ -110,9 +110,9 @@ Manual installation and extract it. For example:: - $ wget http://cweiske.de/download/grauphel/grauphel-0.6.1.tar.bz2 - $ tar xjvf grauphel-0.6.1.tar.bz2 - $ rm grauphel-0.6.1.tar.bz2 + $ wget http://cweiske.de/download/grauphel/grauphel-0.6.2.tar.bz2 + $ tar xjvf grauphel-0.6.2.tar.bz2 + $ rm grauphel-0.6.2.tar.bz2 You do have a directory ``/var/www/owncloud/apps/grauphel`` now. #. Using your browser, login as administrator into ownCloud and click @@ -231,5 +231,8 @@ To release a new version, do the following: The file will be in ``dist/`` #. Test the release on a server #. Tag the release in git -#. Upload the release to http://cweiske.de/grauphel.htm +#. Upload the release to http://cweiske.de/grauphel.htm with:: + + $ phing update-website + #. Link the new release on https://apps.owncloud.com/content/show.php?content=166654 diff --git a/appinfo/info.xml b/appinfo/info.xml index cc5ad58..f4221cf 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ Tomboy, Conboy and Tomdroid clients are supported. - 0.6.1 + 0.6.2 AGPL3 or later Christian Weiske diff --git a/appinfo/version b/appinfo/version index ee6cdce..b616048 100755 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -0.6.1 +0.6.2 -- 2.30.2