diff options
author | Marcus Brinkmann <[email protected]> | 2002-10-08 21:52:38 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-10-08 21:52:38 +0000 |
commit | 388b40bb88e299546011a774d51fee2198c68b28 (patch) | |
tree | 8ad5106e09458a302b727daf2eec8b4806a51561 /README | |
parent | typo (diff) | |
download | gpgme-388b40bb88e299546011a774d51fee2198c68b28.tar.gz gpgme-388b40bb88e299546011a774d51fee2198c68b28.zip |
2002-10-08 Marcus Brinkmann <[email protected]>
* configure.ac (AC_INIT): Bump version up to 0.4.0.
(NEED_GPG_VERSION): Bump up to 1.2.0.
(NEED_GPGSM_VERSION): Bump up to 0.9.0.
* README: Update version numbers.
* NEWS: Start entry for 0.4.0.
Diffstat (limited to '')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,9 +7,9 @@ If you want to hack on it, start with one of the `tests/gpg/t-foo' programs. For support of the OpenPGP protocol (default), you need the latest CVS -version of GnuPG 1.0, see `http://www.gnupg.org/cvs-access.html'. +version of GnuPG 1.2, see `http://www.gnupg.org/cvs-access.html'. -You need at least GnuPG 1.0.7, but don't use a 1.1.x version. +You need at least GnuPG 1.2.0. If configure can't find the `gpg' binary in your path, you can specify the location with the --with-gpg=/path/to/gpg argument to configure. @@ -18,7 +18,7 @@ For support of the CMS (Cryptographic Message Syntax) protocol, you need the latest CVS version of GpgSM, module name `newpg', at `:pserver:[email protected]:/cvs/aegypten'. -You need at least GpgSM 0.3.8. +You need at least GpgSM 0.9.0. If configure can't find the `gpgsm' binary in your path, you can specify the location with the --with-gpgsm=/path/to/gpgsm argument to |