prepare release 0.6.2 v0.6.2
authorChristian Weiske <cweiske@cweiske.de>
Fri, 18 Mar 2016 17:43:09 +0000 (18:43 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Fri, 18 Mar 2016 17:43:09 +0000 (18:43 +0100)
ChangeLog
README.rst
appinfo/info.xml
appinfo/version

index 47b43ce3386ea887632173e4b30b393a0bde6424..905222d5aec534f4d76f31a0b4bda1c6d9249a82 100644 (file)
--- 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
index a37d21bf58db2e158d33fc8871f533ad92daea31..ab81ce4baa9d2f3648d108e3ded8865eb931b19d 100644 (file)
@@ -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
index cc5ad58cdb12ff4755f0371593303a6ef1a3bd6b..f4221cf32a6dfb6e91465b872c34bafb273c8536 100755 (executable)
@@ -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>
 
index ee6cdce3c29053ac99607147be5be250efa001bd..b6160487433ba524a39a93cde5a330f7e71d0d39 100755 (executable)
@@ -1 +1 @@
-0.6.1
+0.6.2