diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2015-09-21 21:41:06 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2015-09-21 21:41:06 +0200 |
| commit | 3d1e6fe92c4923d2693bfa582a36de16547a098e (patch) | |
| tree | 5d3c7fd9441d1463d5278e9914102dbc1498e90a | |
| parent | 15b372c9ce79ceb2d3c69247622f8c099f4adf7c (diff) | |
| download | grauphel-0.6.1.tar.gz grauphel-0.6.1.zip | |
prepare release 0.6.1v0.6.1
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | README.rst | 6 | ||||
| -rwxr-xr-x | appinfo/info.xml | 2 | ||||
| -rwxr-xr-x | appinfo/version | 2 |
4 files changed, 10 insertions, 5 deletions
@@ -1,3 +1,8 @@ +2015-09-21 Christian Weiske <cweiske@cweiske.de> + + * Fix #20 and #25: Add authorization header workaround for fcgid + * Version 0.6.1 + 2015-09-18 Christian Weiske <cweiske@cweiske.de> * Fix search in ownCloud 8.1 @@ -108,9 +108,9 @@ Manual installation #. Download the latest release from http://cweiske.de/grauphel.htm and extract it. For example:: - $ wget http://cweiske.de/download/grauphel/grauphel-0.6.0.tar.bz2 - $ tar xjvf grauphel-0.6.0.tar.bz2 - $ rm grauphel-0.6.0.tar.bz2 + $ 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 You do have a directory ``/var/www/owncloud/apps/grauphel`` now. #. Using your browser, login as administrator into ownCloud and click diff --git a/appinfo/info.xml b/appinfo/info.xml index 95b483c..cc5ad58 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ Tomboy, Conboy and Tomdroid clients are supported. </description> - <version>0.6.0</version> + <version>0.6.1</version> <licence>AGPL3 or later</licence> <author>Christian Weiske</author> diff --git a/appinfo/version b/appinfo/version index a918a2a..ee6cdce 100755 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -0.6.0 +0.6.1 |
