aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2015-06-04 18:07:27 +0200
committerChristian Weiske <cweiske@cweiske.de>2015-06-04 18:07:27 +0200
commit89a7da2db6368707c1247b25b7605a4cb1db83d0 (patch)
tree4db38313e80e8b4c2927c8e8c354c032e3274713
parentc13e28573a7ec204809fb42bab55eb56cdf77332 (diff)
downloadgrauphel-89a7da2db6368707c1247b25b7605a4cb1db83d0.tar.gz
grauphel-89a7da2db6368707c1247b25b7605a4cb1db83d0.zip
prepare release of 0.5.1v0.5.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 1e7f13e..0129a19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-06-04 Christian Weiske <cweiske@cweiske.de>
+
+ * Fix #19: Tabs ignored in HTML export
+ * Version 0.5.1
+
2015-03-17 Christian Weiske <cweiske@cweiske.de>
* Implement standalone HTML mode for notes
diff --git a/README.rst b/README.rst
index 76b6c0b..22aa44a 100644
--- a/README.rst
+++ b/README.rst
@@ -99,9 +99,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.5.0.tar.bz2
- $ tar xjvf grauphel-0.5.0.tar.bz2
- $ rm grauphel-0.5.0.tar.bz2
+ $ wget http://cweiske.de/download/grauphel/grauphel-0.5.1.tar.bz2
+ $ tar xjvf grauphel-0.5.1.tar.bz2
+ $ rm grauphel-0.5.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 9b797b9..3f2c2c4 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -3,7 +3,7 @@
<id>grauphel</id>
<name>Grauphel: Tomboy note server</name>
<description>Tomboy REST API server to sync notes between devices</description>
- <version>0.5.0</version>
+ <version>0.5.1</version>
<licence>AGPL3 or later</licence>
<author>Christian Weiske</author>
<requiremin>7</requiremin>
diff --git a/appinfo/version b/appinfo/version
index 8f0916f..4b9fcbe 100755
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-0.5.0
+0.5.1