aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2016-03-18 18:43:09 +0100
committerChristian Weiske <cweiske@cweiske.de>2016-03-18 18:43:09 +0100
commitfe95ae00a244b1ebae6bc88958065b5355c7c8c8 (patch)
tree28c8857182928010d5e8ed7b023a9a2143b13b79
parent9501f181f621e9023a9cb27cbbc85afb2743eeca (diff)
downloadgrauphel-0.6.2.tar.gz
grauphel-0.6.2.zip
prepare release 0.6.2v0.6.2
-rw-r--r--ChangeLog5
-rw-r--r--README.rst11
-rwxr-xr-xappinfo/info.xml2
-rwxr-xr-xappinfo/version2
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 <cweiske@cweiske.de>
+
+ * Fix #37: Fix fatal error with ownCloud 9
+ * Version 0.6.2
+
2015-09-21 Christian Weiske <cweiske@cweiske.de>
* 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.
</description>
- <version>0.6.1</version>
+ <version>0.6.2</version>
<licence>AGPL3 or later</licence>
<author>Christian Weiske</author>
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