gpgme/NEWS

50 lines
1.5 KiB
Plaintext
Raw Normal View History

* GPGME can be compiled without GnuPG being installed (--with-gpg=PATH),
and even cross-compiled.
2001-11-16 12:13:01 +00:00
* New operation gpgme_op_decrypt_verify to decrypt and verify
signatures simultaneously.
Noteworthy changes in version 0.2.3 (2001-09-17)
------------------------------------------------
2001-08-28 11:11:10 +00:00
* New function gpgme_get_op_info which can be used to get the micalg
parameter needed for MOSS.
* New functions gpgme_get_armor and gpgme_get_textmode.
* The usual bug fixes and some minor functionality improvements.
* Added a simple encryption component for MS-Windows; however the
build procedure might have some problems.
2001-09-17 10:36:05 +00:00
2001-06-12 07:37:15 +00:00
Noteworthy changes in version 0.2.2 (2001-06-12)
------------------------------------------------
* Implemented a key cache.
* Fixed a race condition under W32 and some other bug fixes.
2001-04-02 08:40:32 +00:00
Noteworthy changes in version 0.2.1 (2001-04-02)
------------------------------------------------
* Changed debug output and GPGME_DEBUG variable (gpgme/debug.c)
* Handle GnuPG's new key capabilities output and support revocation
et al. attributes
* Made the W32 support more robust.
Copyright 2001 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
modifications, as long as this notice is preserved.
This file is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2001-04-12 13:38:03 +00:00