diff options
author | Werner Koch <[email protected]> | 2006-10-04 17:45:47 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-10-04 17:45:47 +0000 |
commit | a0c2238ff8f222e8b5e8fec9a58a8240883d1569 (patch) | |
tree | b0248fd4ebfa6a0480858f5c0de5ecf1e80c46fb | |
parent | Littel fix to make Cancel returns from pinnetry work again. (diff) | |
download | libassuan-a0c2238ff8f222e8b5e8fec9a58a8240883d1569.tar.gz libassuan-a0c2238ff8f222e8b5e8fec9a58a8240883d1569.zip |
The second release of today.libassuan-0.9.2
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 9 insertions, 2 deletions
@@ -1,8 +1,13 @@ 2006-10-04 Werner Koch <[email protected]> + Released 0.9.2. + +2006-10-04 Werner Koch <[email protected]> + Released 0.9.1. * configure.ac (AB_INIT): New. + * m4/autobuild.m4: New. 2006-09-19 Werner Koch <[email protected]> @@ -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, [email protected]) +AC_INIT(libassuan, 0.9.2, [email protected]) # Note, that this is not yet available as a shared library. PACKAGE=$PACKAGE_NAME |