summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2015-09-21 21:41:06 +0200
committerChristian Weiske <cweiske@cweiske.de>2015-09-21 21:41:06 +0200
commit3d1e6fe92c4923d2693bfa582a36de16547a098e (patch)
tree5d3c7fd9441d1463d5278e9914102dbc1498e90a
parent15b372c9ce79ceb2d3c69247622f8c099f4adf7c (diff)
downloadgrauphel-0.6.1.tar.gz
grauphel-0.6.1.zip
prepare release 0.6.1v0.6.1
-rw-r--r--ChangeLog5
-rw-r--r--README.rst6
-rwxr-xr-xappinfo/info.xml2
-rwxr-xr-xappinfo/version2
4 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 31ae2d8..47b43ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/README.rst b/README.rst
index 5b5d65a..7fd2d4e 100644
--- a/README.rst
+++ b/README.rst
@@ -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