aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-10-08 21:52:38 +0000
committerMarcus Brinkmann <[email protected]>2002-10-08 21:52:38 +0000
commit388b40bb88e299546011a774d51fee2198c68b28 (patch)
tree8ad5106e09458a302b727daf2eec8b4806a51561 /README
parenttypo (diff)
downloadgpgme-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--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 37327a40..c7e52afb 100644
--- a/README
+++ b/README
@@ -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