Initial Commit
[packages] / xemacs-packages / mailcrypt / NEWS
1 Noteworthy changes in Mailcrypt version 3.5.8:
2
3  * mc-remail.el updated to support modern remailers (as defined by MixMaster
4    version 2.9b33, on sourceforge). Closes most of SF#583330.
5
6  ** the 'Subject:' header is now put in the ## section instead of the ::
7     section, so remailers should copy them into the final message.
8
9  ** Use Anon-To: instead of Request-Remailing-To
10
11  * fixed mc-gpg.el to cache passphrases by keyid instead of name; this will
12    help users who have multiple secret keys with the same name but different
13    passphrases. Closes Debian #161691.
14
15  * less noteworthy changes:
16
17  ** added copy of GPL, since mailcrypt is distributed separately from Emacs
18
19  ** Added unit test for anonymous remailer support. Encrypting through a
20     basic remailer chain can now be verified, if you have python and
21     py-gnupg installed.
22
23  ** docs: updated 'finger' addresses for remailer lists again, since they
24     keep moving
25
26
27 Noteworthy changes in Mailcrypt version 3.5.7:
28
29  * Integration with the Mew mail client: added hooks to use in Mew summary,
30    draft, and message buffers. Note that Mew handles PGP-MIME (RFC3156,
31    "multipart/encrypted") messages by itself; this is just for traditional
32    armored "in-line" encryption.
33
34  * Gnus updates, now usable in summary buffer
35
36  * Less noteworthy changes:
37
38  ** Added a unit test framework. GnuPG decryption now has test coverage.
39
40  ** GnuPG updates
41
42  ** MH fix to handle latest versions of mh-e that use read-only message buffers
43
44  ** Don't use hardwired /tmp directory, might fix some problems on NT.
45
46
47 Noteworthy changes in Mailcrypt version 3.5.6:
48
49  * Fix to work with GnuPG-1.0.5.
50
51  * Update docs to point to new home on SourceForge.
52
53  * Changes that have been languishing in CVS for, um, ages. (18 months? eek!)
54
55    * Bugfix in mh-rmail support.  Len's note says it "dropped the user into a
56      stupid buffer after decrypting a message".
57
58    * Bugfix in RMAIL "signature verified" status indicator (the "verified"
59      label). Old code got the flag backwards if you chose to replace the
60      encrypted message with the decrypted plaintext.  New code fixes that and
61      marks the message decrypted (and verified, if appropriate) even if you
62      just view it without replacing the original.
63
64  * Minor build fixes.
65
66 \f
67
68 Noteworthy changes in Mailcrypt version 3.5.5:
69
70  * GnuPG support is now compatible with versions through 1.0.
71
72 Noteworthy changes in Mailcrypt version 3.5.4:
73
74  * None, really; this is a bugfix release.
75
76 \f
77
78 Noteworthy changes in Mailcrypt version 3.5.3:
79
80  * Added support for the Horowitz Key Protocol. PGP5 key fetching is
81    feature-complete.
82
83  * Fixed a minor compatibility bug between GPG 0.9.3 and Mailcrypt.
84
85 Noteworthy changes in Mailcrypt version 3.5.2:
86
87  * Added key fetching for PGP 5.0. Uses finger or HTTP, but not hkp yet.
88
89  * Fixed a bug which dumped GNUS users into the wrong buffer after
90    verifying a signature.
91
92  * Fixed a compatibility bug between XEmacs and FSF Emacs in
93    mc-setversion.
94
95  * Fixed a bug in mh-e support so that users can view decrypted
96    messages without saving them.
97
98  * Several minor bugfixes.
99
100 \f
101
102 Noteworthy changes in Mailcrypt version 3.5b4:
103
104  * Fixed a bug which broke encryption to multiple recipients (PGP 5).
105
106  * Fixed a bug which broke encryption of 8-bit data and files (PGP 5).
107
108  * Fixed the missing "timer.el" problem.  Now Mailcrypt should run
109    properly for Xemacs users.
110
111  * Eliminated some silly shell and perl scripts.
112
113  * Updated the README to reduce installation difficulties (I hope).
114
115 \f
116
117 Noteworthy changes in Mailcrypt version 3.5b1:
118
119  * No bug fixes; in fact there are probably fresh new bugs.
120
121  * Mailcrypt now supports PGP version 5.0 as well as version 2.6.*, and
122    can be toggled between "active versions" at will.  Every effort has
123    been made to ensure that what used to work, still works.