aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2018-01-29 22:26:36 +0100
committerChristian Weiske <cweiske@cweiske.de>2018-01-29 22:26:36 +0100
commit2b59f9d35c81a9d25e87a4d9c48ee1097756a3bb (patch)
treed2759897cedeb6314877987484e9f41c2592dfc4
parent6ec99806d049fa3ff28ede565af1f36d458464e8 (diff)
downloadgrauphel-2b59f9d35c81a9d25e87a4d9c48ee1097756a3bb.tar.gz
grauphel-2b59f9d35c81a9d25e87a4d9c48ee1097756a3bb.zip
Release 0.6.7v0.6.7
-rw-r--r--ChangeLog5
-rw-r--r--README.rst8
-rwxr-xr-xappinfo/info.xml2
-rwxr-xr-xappinfo/version2
4 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 31096b5..cb056b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-01-29 Christian Weiske <cweiske@cweiske.de>
+
+ * Fix #54: Nextcloud 13 compatibility
+ * Version 0.6.7
+
2018-01-17 Christian Weiske <cweiske@cweiske.de>
* Fix admin doc link
diff --git a/README.rst b/README.rst
index d03e18e..e19381f 100644
--- a/README.rst
+++ b/README.rst
@@ -114,9 +114,9 @@ Manual installation
and extract it.
For example::
- $ wget http://cweiske.de/download/grauphel/grauphel-0.6.6.tar.gz
- $ tar xjvf grauphel-0.6.6.tar.gz
- $ rm grauphel-0.6.6.tar.gz
+ $ wget http://cweiske.de/download/grauphel/grauphel-0.6.7.tar.gz
+ $ tar xjvf grauphel-0.6.7.tar.gz
+ $ rm grauphel-0.6.7.tar.gz
You do have a directory ``/var/www/nextcloud/apps/grauphel`` now.
#. Using your browser, login as administrator into nextCloud and click
@@ -226,4 +226,4 @@ To release a new version, do the following:
Signature::
- $ openssl dgst -sha512 -sign ~/.nextcloud/certificates/grauphel.key dist/grauphel-0.6.5.tar.gz | openssl base64
+ $ openssl dgst -sha512 -sign ~/.nextcloud/certificates/grauphel.key dist/grauphel-0.6.7.tar.gz | openssl base64
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b1bfcf7..4f37fde 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -9,7 +9,7 @@
Tomboy, Conboy and Tomdroid clients are supported.
</description>
- <version>0.6.6</version>
+ <version>0.6.7</version>
<licence>agpl</licence>
<author>Christian Weiske</author>
<namespace>Grauphel</namespace>
diff --git a/appinfo/version b/appinfo/version
index 05e8a45..2228cad 100755
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-0.6.6
+0.6.7