[gnote] Prepare 0.6.2



commit 8c817698f60c6c95f2180a1a0e51da2ed036e546
Author: Hubert Figuiere <hub figuiere net>
Date:   Tue Aug 11 23:21:25 2009 -0400

    Prepare 0.6.2

 NEWS         |   14 ++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4a03f08..25e00e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+0.6.2 - 2009/08/12
+
+Fixes:
+
+  * Fix configure failure with --disable-dbus. (Closes #590560) (Gilles 
+    Dartiguelongue)
+  * Use mnemonic/underlines on the toolbar buttons. (Closes #590590)
+
+Translations:
+
+  * Updated translations:
+    - Spanish (es)
+
+
 0.6.1 "Bonobo Must Die" - 2009/07/31
 
 Fixes:
diff --git a/configure.ac b/configure.ac
index f06deab..94415fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(gnote, 0.6.1)
+AC_INIT(gnote, 0.6.2)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
@@ -14,7 +14,7 @@ m4_pattern_allow([^BOOST_])
 
 MAJOR_VERSION=0
 MINOR_VERSION=6
-MICRO_VERSION=1
+MICRO_VERSION=2
 
 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]