Add items about all the new software included.
[gpgme.git] / NEWS
1
2  * New operation gpgme_op_decrypt_verify() to decrypt and verify
3    signatures simultaneously.
4
5  * GPGME can be compiled without GnuPG being installed (`--with-gpg=PATH'),
6    cross-compiled, or even compiled without support for GnuPG
7    (`--without-gpg').
8
9  * GPGME can be compiled with support for GpgSM (GnuPG for S/MIME,
10    `--with-gpgsm=PATH').  It is enabled by default if the `gpgsm' is found
11    in the path, but it can also be compiled without support for GpgSM
12    (`--without-gpgsm').
13
14  * CryptPlug modules for GPGME are included and can be enabled at
15    configure time (`--enable-gpgmeplug').  There is one module which
16    uses the GnuPG engine (`gpgmeplug') and one module which uses the
17    GpgSM engine (`gpgsmplug').
18
19
20 Noteworthy changes in version 0.2.3 (2001-09-17)
21 ------------------------------------------------
22
23  * New function gpgme_get_op_info which can be used to get the micalg
24    parameter needed for MOSS.
25
26  * New functions gpgme_get_armor and gpgme_get_textmode.
27
28  * The usual bug fixes and some minor functionality improvements.
29
30  * Added a simple encryption component for MS-Windows; however the
31    build procedure might have some problems.
32
33
34 Noteworthy changes in version 0.2.2 (2001-06-12)
35 ------------------------------------------------
36  
37  * Implemented a key cache.
38
39  * Fixed a race condition under W32 and some other bug fixes.
40
41
42 Noteworthy changes in version 0.2.1 (2001-04-02)
43 ------------------------------------------------
44
45  * Changed debug output and GPGME_DEBUG variable (gpgme/debug.c)
46
47  * Handle GnuPG's new key capabilities output and support revocation
48    et al. attributes
49
50  * Made the W32 support more robust.
51
52
53  Copyright 2001 g10 Code GmbH
54
55  This file is free software; as a special exception the author gives
56  unlimited permission to copy and/or distribute it, with or without
57  modifications, as long as this notice is preserved.
58
59  This file is distributed in the hope that it will be useful, but
60  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
61  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
62