mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-12 22:11:29 +02:00
About to release the first 1.9 version.
This commit is contained in:
parent
1bcf8ef9de
commit
c9c4192763
@ -1,7 +1,9 @@
|
|||||||
2003-08-05 Werner Koch <wk@gnupg.org>
|
2003-08-05 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
Released 1.9.0.
|
||||||
|
|
||||||
* configure.ac (GNUPG_DEFAULT_HONMEDIR): Changed back to ~/.gnupg.
|
* configure.ac (GNUPG_DEFAULT_HONMEDIR): Changed back to ~/.gnupg.
|
||||||
|
|
||||||
2003-07-31 Werner Koch <wk@gnupg.org>
|
2003-07-31 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* Makefile.am (DISTCLEANFILES): Add g10defs.h
|
* Makefile.am (DISTCLEANFILES): Add g10defs.h
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
EXTRA_DIST = scripts/config.rpath autogen.sh
|
EXTRA_DIST = scripts/config.rpath autogen.sh README-alpha
|
||||||
DISTCLEANFILES = g10defs.h
|
DISTCLEANFILES = g10defs.h
|
||||||
|
|
||||||
if BUILD_GPG
|
if BUILD_GPG
|
||||||
|
11
NEWS
11
NEWS
@ -1,10 +1,13 @@
|
|||||||
Noteworthy changes in version 1.9.0 (unreleased)
|
Noteworthy changes in version 1.9.0 (2003-08-05)
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
|
||||||
* gpg has been renamed to gpg2 and gpgv to gpgv2. This is a
|
====== PLEASE SEE README-alpha =======
|
||||||
temporary solution to allow co-existing with stable gpg versions.
|
|
||||||
|
|
||||||
* The default config file is ~/.gnupg/gpg.conf-1.9.0 if it exists.
|
* gpg has been renamed to gpg2 and gpgv to gpgv2. This is a
|
||||||
|
temporary change to allow co-existing with stable gpg versions.
|
||||||
|
|
||||||
|
* ~/.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
|
* Removed the -k, -kv and -kvv commands. -k is now an alias to
|
||||||
--list-keys. New command -K as alias for --list-secret-keys.
|
--list-keys. New command -K as alias for --list-secret-keys.
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
# Version number: Remember to change it immediately *after* a release.
|
# Version number: Remember to change it immediately *after* a release.
|
||||||
# Add a "-cvs" prefix for non-released code.
|
# Add a "-cvs" prefix for non-released code.
|
||||||
AC_INIT(gnupg, 1.9.0-cvs, gnupg-devel@gnupg.org)
|
AC_INIT(gnupg, 1.9.0, gnupg-devel@gnupg.org)
|
||||||
# Set development_version to yes if the minor number is odd or you
|
# Set development_version to yes if the minor number is odd or you
|
||||||
# feel that the default check for a development version is not
|
# feel that the default check for a development version is not
|
||||||
# sufficient.
|
# sufficient.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user