1 Noteworthy changes for version 0.9.5 (2005-12-07)
2 =================================================
4 * Fixed problems related to use on non-admin accounts.
6 * Print a warning if used with OL prior to OL2003 SP2.
9 Noteworthy changes for version 0.9.4 (2005-12-06)
10 =================================================
12 * Added translation framework. Provided German translation.
14 * New option to enable automatic decryption in the preview window.
16 * Removed deprecated options to configure gpg path and homedir.
18 * Default key from the option dialog works.
20 * Support for HTML mails.
23 Noteworthy changes for version 0.9.3 (2005-09-29)
24 =================================================
26 * Fixed bugs introduced with the last release.
28 * PGP/MIME decryption works now correctly with Latin-1 and utf-8.
30 * No more pop-ups to ask whether to save changes after just decrypting
33 * Fixed a couple of bugs possibly leading to crashes.
36 Noteworthy changes for version 0.9.2 (2005-09-22)
37 =================================================
39 * Saving attachments from PGP/MIME encrypted messages works.
42 Noteworthy changes for version 0.9.1 (2005-09-19)
43 =================================================
48 Noteworthy changes for version 0.9.0 (2005-09-04)
49 =================================================
51 * Major rewrite. Renamed the package to GPGol. Note, that there used
52 to be intermediate versions unter the name OutlGPG
54 * The package as been renamed to GPGol and consist of only one DLL
55 named "gpgol.dll". Installation of gpgme.dll and libgpg-error.dll
58 * It may by now only be build using the Mingw32 toolchain.
60 * GPGol now uses the standard GPGME.
63 Noteworthy changes for version 0.6.1 (unreleased)
64 =================================================
66 * Fix the problem that the user can just reply with
69 * Fixes for a lot of minor problems with NT5 based
70 systems and for Outlook version 2003.
72 * Support for handling HTML mails.
73 This includes the encryption of the contents and
74 the proper decryption without losing the special
75 (html) text attributes like colors.
77 * Support for '%ENV%' strings for the log file.
80 Noteworthy changes for version 0.5.5 (2005-07-12)
81 =================================================
83 * Support to sign all outgoing attachments.
85 * Support for logging.
87 * Fixed some memory leaks.
90 Noteworthy changes for version 0.5.4 (2005-07-03)
91 =================================================
93 * Support for securing attachments.
94 This means the all attachments will be encrypted
95 if encryption has been selected for the message.
97 * A new option to allow to save decrypted attachments
100 * Several bug fixes all over the place.
103 Noteworthy changes for version 0.5.3 (2005-06-16)
104 =================================================
106 * Allow to set a default key which is used automatically
109 * Handle old V3 keys in the signature verification dialog.
111 * Issue and error if the encrypt process returned invalid
115 Noteworthy changes for version 0.5.2 (2005-06-05)
116 =================================================
118 * Differ between possible decryption failures.
120 - No secret key available.
122 * Add a 'encrypt-to' listbox to the decryption dialog
123 to know the recipients the message was encrypted for.
125 * Add some checks to report problems with permissions
126 related to the Registry.
128 * Fixed a format string problem which was possible for
129 crashes when the signature has been expired.
131 Noteworthy changes for version 0.5.1 (2005-05-29)
132 =================================================
134 * Issue a warning if the user cancels the sign or
135 encryption procedure.
137 * Support to read and write X- headers for messages.
139 * Fixed a problem which crashes Outlook if the keyManager
140 exe did not exist but was set in the registry.
143 Noteworthy changes for version 0.4.0 (2005-05-10)
144 =================================================
146 * Verify dialog is automatically shown whenever needed. Plus it
147 contains a hint-label whenever the signature is special. For
148 example the signature has expire or it was issued by a key which
151 * Offer a GPG configuration dialog to set the path to GPG, the home
152 directory and an optional field to specify a key manager.
154 * Common dialogs for the following procedures:
155 - verify a clearsign signature
156 - decrypt a message (and verify a signature)
157 - encrypt a message (and sign the plaintext)
158 - clearsign a message
160 * Provide a class to encapsulate MAPI messages and high-level functions
161 for all crypto operations.