GNOME GIT source code repository

summaryrefslogtreecommitdiff
authorHubert Figuiere <hub@figuiere.net>2009-08-12 03:21:25 (GMT)
committer Hubert Figuiere <hub@figuiere.net>2009-08-12 03:21:25 (GMT)
commit8c817698f60c6c95f2180a1a0e51da2ed036e546 (patch) (side-by-side diff)
treeb3e04da08aa74aa2d8815780113659d506e2458d
parent9df1f7d7bdaf8e2d40e6fe4605c6237ba7d601b9 (diff)
Prepare 0.6.20.6.2
-rw-r--r--NEWS14
-rw-r--r--configure.ac4
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)