diff options
author | Werner Koch <[email protected]> | 2014-05-21 07:08:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-05-21 07:08:42 +0000 |
commit | 0eca21113c1d1ab2aea58e1ea21075f472f99c23 (patch) | |
tree | 798c439cb8dfefa9610695ee81a0cadb8f0ae3a0 /README | |
parent | Add 6 new GPGME_STATUS_ codes. (diff) | |
download | gpgme-0eca21113c1d1ab2aea58e1ea21075f472f99c23.tar.gz gpgme-0eca21113c1d1ab2aea58e1ea21075f472f99c23.zip |
Release 1.5.0.gpgme-1.5.0
* configure.ac: Change LT version to C22/A11/R0.
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -1,7 +1,7 @@ GPGME - GnuPG Made Easy --------------------------- - Copyright 2004, 2006, 2010, 2012, 2013 g10 Code GmbH + Copyright 2004, 2006, 2010, 2012, 2013, 2014 g10 Code GmbH This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without @@ -46,14 +46,10 @@ Libassuan (>= 2.0.2). For support of the OpenPGP protocol (default), you should use the latest version of GnuPG (>= 1.4) , available at: -ftp://ftp.gnupg.org/gcrypt/gnupg/ -For support of the CMS (Cryptographic Message Syntax) protocol, you +ftp://ftp.gnupg.org/gcrypt/gnupg/. For support of the CMS +(Cryptographic Message Syntax) protocol and lot of other features, you need a GnuPG version >= 2.0. -On some platforms GPGME based applications might hang at certain -operations when using GPGME_PROTOCOL_CMS. A workaround for this -problem is to build with the configure option --disable-fd-passing. - For building the GIT version of GPGME please see the file README.GIT for more information. |