* epg-config.el (epg-gpg-minimum-version): New constant.
[elisp/epg.git] / NEWS
1 * Major changes in 0.0.5
2
3 ** New function epg-check-configuration which checks if there is a
4    suitable GnuPG executable installed.
5
6 ** pgg-epg.el: Provide pgg-lookup-key for backward compatibility.
7
8 * Major changes in 0.0.4
9
10 ** Check GnuPG's version on ./configure.
11
12 ** epg-start-encrypt now assumes that signers are epg-key object.
13
14 ** epg--status-ERRSIG now leaves the last verify-result.
15
16 ** pgg-epg.el: Fixed a bug in pgg-epg-encrypt-region.
17
18 ** pgg-epg.el: Reflect pgg-default-user-id when signing.
19
20 * Major changes in 0.0.3
21
22 ** epa-file.el now supports partial read.
23
24 ** epa-file handler functions now obey coding-system-for-{read,write}.
25    [cf. <emacs-mime-ja:02041>]
26
27 ** Don't move point after insert-file-contents if epa-file is enabled.
28
29 * Major changes in 0.0.2
30
31 ** Convert "seconds from epoch" to a date string.
32
33 ** Confirm passphrase when performing symmetric encryption.
34
35 ** New commands which affect on the current region are implemented.
36    epa-decrypt-region, epa-verify-region, epa-decrypt-armor-in-region,
37    epa-verify-armor-in-region, epa-sign-region, epa-encrypt-region
38
39 ** Fixed ERRSIG status handling.  "no public key" error was not
40    reported as a verify result.
41
42 ** Fixed cleaning up pgg-*-buffer (pgg-epg.el).
43
44 ** Don't convert line endings of the gpg output.  This may fix a bug
45    when encrypting in textmode and the output is binary.
46    [cf. <emacs-mime-ja:02028>]