diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2018-01-29 22:26:36 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2018-01-29 22:26:36 +0100 |
| commit | 2b59f9d35c81a9d25e87a4d9c48ee1097756a3bb (patch) | |
| tree | d2759897cedeb6314877987484e9f41c2592dfc4 | |
| parent | 6ec99806d049fa3ff28ede565af1f36d458464e8 (diff) | |
| download | grauphel-0.6.7.tar.gz grauphel-0.6.7.zip | |
Release 0.6.7v0.6.7
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | README.rst | 8 | ||||
| -rwxr-xr-x | appinfo/info.xml | 2 | ||||
| -rwxr-xr-x | appinfo/version | 2 |
4 files changed, 11 insertions, 6 deletions
@@ -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 @@ -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 |
