summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2006-09-04 08:33:14 +0000
committerAlexander Larsson <alexl@src.gnome.org>2006-09-04 08:33:14 +0000
commitaee40f57912337cb91a9ab8a3693524601046a1a (patch)
treeb6c8d7c196283f65256ac6c3a61c0ceaa4a708cd
parentbe54eae38da5dbb6870a59af158b84ebc5226af2 (diff)
downloadgnome-keyring-aee40f57912337cb91a9ab8a3693524601046a1a.tar.gz
Bump version to 0.6.0 (for Gnome 2.16.0)GNOME_KEYRING_0_6_0
2006-09-04 Alexander Larsson <alexl@redhat.com> * configure.in: Bump version to 0.6.0 (for Gnome 2.16.0) * NEWS: Update for release.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS6
-rw-r--r--configure.in2
3 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ec318a21..5aa1054f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-09-04 Alexander Larsson <alexl@redhat.com>
+
+ * configure.in:
+ Bump version to 0.6.0 (for Gnome 2.16.0)
+
+ * NEWS:
+ Update for release.
+
2006-08-28 Julio M. Merino Vidal <jmmv@NetBSD.org>
* gnome-keyring-daemon.c, gnome-keyring-daemon-io.c: Add support for
diff --git a/NEWS b/NEWS
index 86a7488b..d680443c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in version 0.6.0 are:
+* NetBSD fixes
+* Crash fix
+* Typo fix
+* Translations
+
Changes in version 0.5.2 are:
* Translation updates
* Better title in docs
diff --git a/configure.in b/configure.in
index 4ccf641d..e1ddb3a9 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(gnome-keyring.h)
-AM_INIT_AUTOMAKE(gnome-keyring, 0.5.3)
+AM_INIT_AUTOMAKE(gnome-keyring, 0.6.0)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK