[gnote] bump to 0.6.0



commit 2d5d5bd79681fda369998090166d28115fc4c0de
Author: Hubert Figuiere <hub figuiere net>
Date:   Sat Jul 18 23:14:58 2009 -0400

    bump to 0.6.0

 NEWS         |   10 +++++++++-
 configure.ac |    6 +++---
 2 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index a2f282a..91e8ea6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
-0.5.4 -
+0.6.0 -
+
+New Features:
+
+  * Implement org.gnome.Gnote.RemoteControl to mimic Tomboy DBus API.
+    (Closes #581030)
+  * Prevent starting a second Gnote using DBus. (Closes #585773)
+  * Support --new-note. (Closes #585774)
+  * Support --open-note with a URL. (Close #585775)
 
 Fixes:
 
diff --git a/configure.ac b/configure.ac
index 8981bd1..c8986e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(gnote, 0.5.4)
+AC_INIT(gnote, 0.6.0)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
@@ -13,8 +13,8 @@ AC_CONFIG_MACRO_DIR(m4)
 m4_pattern_allow([^BOOST_])
 
 MAJOR_VERSION=0
-MINOR_VERSION=5
-MICRO_VERSION=4
+MINOR_VERSION=6
+MICRO_VERSION=0
 
 GNOTE_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION"
 AC_SUBST(GNOTE_VERSION)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]