From 89a7da2db6368707c1247b25b7605a4cb1db83d0 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 4 Jun 2015 18:07:27 +0200 Subject: [PATCH 1/1] prepare release of 0.5.1 --- ChangeLog | 5 +++++ README.rst | 6 +++--- appinfo/info.xml | 2 +- appinfo/version | 2 +- 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 + + * Fix #19: Tabs ignored in HTML export + * Version 0.5.1 + 2015-03-17 Christian Weiske * 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 @@ grauphel Grauphel: Tomboy note server Tomboy REST API server to sync notes between devices - 0.5.0 + 0.5.1 AGPL3 or later Christian Weiske 7 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 -- 2.30.2