diff options
author | Werner Koch <[email protected]> | 2003-08-05 17:20:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-08-05 17:20:18 +0000 |
commit | c9c41927635b55500f4b0d2f3cc04f9bc2b024cd (patch) | |
tree | 5c017d70978fbdd3fee4f12d78395d4f59d3e18e | |
parent | Cleanups, fixes and PC/SC support (diff) | |
download | gnupg-c9c41927635b55500f4b0d2f3cc04f9bc2b024cd.tar.gz gnupg-c9c41927635b55500f4b0d2f3cc04f9bc2b024cd.zip |
About to release the first 1.9 version.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 11 insertions, 6 deletions
@@ -1,7 +1,9 @@ 2003-08-05 Werner Koch <[email protected]> + Released 1.9.0. + * configure.ac (GNUPG_DEFAULT_HONMEDIR): Changed back to ~/.gnupg. - + 2003-07-31 Werner Koch <[email protected]> * Makefile.am (DISTCLEANFILES): Add g10defs.h diff --git a/Makefile.am b/Makefile.am index be749a5c1..d5c639042 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = scripts/config.rpath autogen.sh +EXTRA_DIST = scripts/config.rpath autogen.sh README-alpha DISTCLEANFILES = g10defs.h if BUILD_GPG @@ -1,10 +1,13 @@ -Noteworthy changes in version 1.9.0 (unreleased) +Noteworthy changes in version 1.9.0 (2003-08-05) ------------------------------------------------ + ====== PLEASE SEE README-alpha ======= + * gpg has been renamed to gpg2 and gpgv to gpgv2. This is a - temporary solution to allow co-existing with stable gpg versions. + temporary change to allow co-existing with stable gpg versions. - * The default config file is ~/.gnupg/gpg.conf-1.9.0 if it exists. + * ~/.gnupg/gpg.conf-1.9.0 is fist tried as config file before the + usual gpg.conf. * Removed the -k, -kv and -kvv commands. -k is now an alias to --list-keys. New command -K as alias for --list-secret-keys. diff --git a/configure.ac b/configure.ac index 060f31d97..3bfcbe026 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.52) # Version number: Remember to change it immediately *after* a release. # Add a "-cvs" prefix for non-released code. -AC_INIT(gnupg, 1.9.0-cvs, [email protected]) +AC_INIT(gnupg, 1.9.0, [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. |