--- trunk/NEWS 2005/11/10 14:07:06 76 +++ trunk/NEWS 2006/01/09 09:15:29 133 @@ -653,9 +653,61 @@ Noteworthy changes in version 0.11.x (2005-xx-xx) ================================================= +(0.11.0) + * Fix the problem that the original files are not deleted if requested. * Fix a couple of problems related to the signature verification when the issuer is not valid. +* Allow again to use the MAPI. +* Fix problem with caching passphrases for signing operations. + +(0.11.1) + +* Fix problem that the Key Manager is something not displayed + because negative x/y coordinates were used. +* Correct the GPG version checking code. +* Fix problem that the Key Manager did not display disabled keys + after reloading. +* Remove debug output for the card code. + +(0.11.2) + +* Modify --keymanager so there is just one instance. +* Detect 'gpg --sign' output in the file manager and + do not assume 'ENCRYPTED'. +* Fix a problem that the key cache will not be reloaded + when a keys was updated/imported via the keyserver. + +(0.11.3) +* Directly reload the key after it was received from a + keyserver. +* Initialize gettext early as possible to avoid that + greeting messages are still in English. +* Do not register file extensions if GPGee is available. +* Backup to home path will now use the correct directory + ($APPDATA) and not the folder where gpg.exe is located. +* Display the correct preferred cipher in the key property dialog. +* Fix a lot of minor user handling problems in the Key Manager. +(0.11.4) +* Some fixes for the GPG environment checking code. +* Remind the size of the Key Manager columns and restore them + on each startup. +* Fix for a problem for the key edit code when a wrong passphrase + was comitted. +* A lot of cosmetical changes for the dialogs. +* Add properly UTF8 handling for the dialogs. +(0.11.5) +* Fixed a seg fault which occurs when keys in the Key Manager + will be deleted without confirmation. +* Images for the Key Manager key list. +* LDAP keyserver code works again. +* Do not allow to modify revoked keys (key edit). +* Some GUI improvements for the Key Manager. +* Show key server import status when a single key + was refreshed. +* The use of the MAPI system to send a public key + does not work correctly. +* New icons for the Key Manager toolbar.