diff options
author | Werner Koch <[email protected]> | 2002-10-25 09:55:03 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-10-25 09:55:03 +0000 |
commit | 35a7fe81a64ce29cc126e0140e084aa538e356ad (patch) | |
tree | 9d501dafaacd768dc9842486d70ba52017418c5e | |
parent | * et.po, ca.po, es.po: Updated from TP archive. (diff) | |
download | gnupg-35a7fe81a64ce29cc126e0140e084aa538e356ad.tar.gz gnupg-35a7fe81a64ce29cc126e0140e084aa538e356ad.zip |
Released 1.2.1.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2002-10-25 Werner Koch <[email protected]> + + Released 0.2.1. + 2002-10-24 Werner Koch <[email protected]> * configure.ac (GPGKEYS_LDAP,GPGKEYS_HKP): Add $EXEEXT. @@ -1,4 +1,4 @@ -Noteworthy changes in version 1.2.1 (unreleased) +Noteworthy changes in version 1.2.1 (2002-10-25) ------------------------------------------------ * The library dependencies for OpenLDAP seem to change fairly @@ -16,6 +16,10 @@ Noteworthy changes in version 1.2.1 (unreleased) to using --edit and "trust" to change a key to ultimately trusted. + * The usual bug fixes as well as fixes to build problems on some + systems. + + Noteworthy changes in version 1.2.0 (2002-09-21) ------------------------------------------------ diff --git a/configure.ac b/configure.ac index 174b98d92..7ed076cb1 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_PREREQ(2.52) # Remember to change the version number immediately *after* a release # and remove the "-cvs" or "rc" suffix immediately *before* a release. -AC_INIT(gnupg, 1.2.1rc1, [email protected]) +AC_INIT(gnupg, 1.2.1, [email protected]) # Set development_version to yes if the minor number is odd or you # feel that the default check for a development version is not # sufficient. |