summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bd80698..1fd5a52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
2006-10-04 Werner Koch <wk@g10code.com>
+ Released 0.9.2.
+
+2006-10-04 Werner Koch <wk@g10code.com>
+
Released 0.9.1.
* configure.ac (AB_INIT): New.
+
* m4/autobuild.m4: New.
2006-09-19 Werner Koch <wk@g10code.com>
diff --git a/NEWS b/NEWS
index bb3359b..3e95ee2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-Noteworthy changes in version 0.9.2
+Noteworthy changes in version 0.9.2 (2006-10-04)
------------------------------------------------
+ * A fix to make CANCEL work again in Pinentries.
+
Noteworthy changes in version 0.9.1 (2006-10-04)
------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 43e3d1d..7557b54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ min_automake_version="1.9.3"
# Version number: Remember to change it immediately *after* a release.
# Add a "-cvs" prefix for non-released code.
-AC_INIT(libassuan, 0.9.2-cvs, gnupg-devel@gnupg.org)
+AC_INIT(libassuan, 0.9.2, gnupg-devel@gnupg.org)
# Note, that this is not yet available as a shared library.
PACKAGE=$PACKAGE_NAME