summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2004-02-11 08:19:05 +0000
committerAlexander Larsson <alexl@src.gnome.org>2004-02-11 08:19:05 +0000
commitc5ba5448596c96800f3efeea8c9ab4db2f61e45d (patch)
treeaed677baa5d272077b4d8ec496a74db97711a2e1
parent777caf6a53ed24a2b7ae2219d813560b449e4f45 (diff)
downloadgnome-keyring-c5ba5448596c96800f3efeea8c9ab4db2f61e45d.tar.gz
Bump to 0.1.4
2004-02-11 Alexander Larsson <alexl@redhat.com> * NEWS: * configure.in: Bump to 0.1.4
-rw-r--r--ChangeLog6
-rw-r--r--NEWS3
-rw-r--r--configure.in2
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d6cf4bfc..3b629619 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-11 Alexander Larsson <alexl@redhat.com>
+
+ * NEWS:
+ * configure.in:
+ Bump to 0.1.4
+
2004-02-09 Alexander Larsson <alexl@redhat.com>
* Makefile.am (INCLUDES):
diff --git a/NEWS b/NEWS
index ebdcf25e..651f5800 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
This is the initial release of gnome-keyring.
It hasn't had much public testing yet, please try it out.
+Changes in version 0.1.4 are:
+* New translations
+* put gnome-keyring-ask in libexec
Changes in version 0.1.3 are:
* Fixed leaks
diff --git a/configure.in b/configure.in
index 5111692b..ce90a316 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(gnome-keyring.h)
-AM_INIT_AUTOMAKE(gnome-keyring, 0.1.3)
+AM_INIT_AUTOMAKE(gnome-keyring, 0.1.4)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK