669 |
* Correct the GPG version checking code. |
* Correct the GPG version checking code. |
670 |
* Fix problem that the Key Manager did not display disabled keys |
* Fix problem that the Key Manager did not display disabled keys |
671 |
after reloading. |
after reloading. |
672 |
|
* Remove debug output for the card code. |
673 |
|
|
674 |
|
(0.11.2) |
675 |
|
|
676 |
|
* Modify --keymanager so there is just one instance. |
677 |
|
* Detect 'gpg --sign' output in the file manager and |
678 |
|
do not assume 'ENCRYPTED'. |
679 |
|
* Fix a problem that the key cache will not be reloaded |
680 |
|
when a keys was updated/imported via the keyserver. |
681 |
|
|
682 |
|
(0.11.3) |
683 |
|
* Directly reload the key after it was received from a |
684 |
|
keyserver. |
685 |
|
* Initialize gettext early as possible to avoid that |
686 |
|
greeting messages are still in English. |
687 |
|
* Do not register file extensions if GPGee is available. |
688 |
|
* Backup to home path will now use the correct directory |
689 |
|
($APPDATA) and not the folder where gpg.exe is located. |
690 |
|
* Display the correct preferred cipher in the key property dialog. |
691 |
|
* Fix a lot of minor user handling problems in the Key Manager. |
692 |
|
|
693 |
|
(0.11.4) |
694 |
|
* Some fixes for the GPG environment checking code. |
695 |
|
* Remind the size of the Key Manager columns and restore them |
696 |
|
on each startup. |
697 |
|
* Fix for a problem for the key edit code when a wrong passphrase |
698 |
|
was comitted. |
699 |
|
* A lot of cosmetical changes for the dialogs. |
700 |
|
* Add properly UTF8 handling for the dialogs. |
701 |
|
|
702 |
|
(0.11.5) |
703 |
|
* Fixed a seg fault which occurs when keys in the Key Manager |
704 |
|
will be deleted without confirmation. |
705 |
|
* Images for the Key Manager key list. |
706 |
|
* LDAP keyserver code works again. |
707 |
|
* Do not allow to modify revoked keys (key edit). |
708 |
|
* Some GUI improvements for the Key Manager. |
709 |
|
* Show keyserver import status when a single key |
710 |
|
was refreshed. |
711 |
|
* The use of the MAPI system to send a public key |
712 |
|
does not work correctly. |
713 |
|
* New icons for the Key Manager toolbar and for |
714 |
|
the keyserver dialog. |
715 |
|
* Restore Key Manager window when minimized. |
716 |
|
* All successfull keyserver operations update the GUI. |
717 |
|
* Configuration data is now stored under $APPDATA\winpt. |
718 |
|
* Ability to add/remove/edit the keyserver entries. |
719 |
|
* Fixed the problem that reloaded keys do not have |
720 |
|
(all) signatures. |
721 |
|
* Fixed problem when the first key in the Key Manager was |
722 |
|
deleted. |
723 |
|
|
724 |
|
(0.11.6) |
725 |
|
* Fixed the problem that all keyserver actions resulted |
726 |
|
in a crash/unexpected behaviour. |
727 |
|
* Fixed checkbox handling in the GPG preferences. |
728 |
|
* Updated GUI update system for the Key Manager. |
729 |
|
|
730 |
|
(0.11.7) |
731 |
|
* The GUI update system in 0.11.6 still had a problem |
732 |
|
which is fixed now. |
733 |
|
* The keyserver edit dialog now correctly stores the ports. |
734 |
|
* Scale photos to the size of the photo frame window. |
735 |
|
* Correctly store the GPG preferences and reload the Key Manager |
736 |
|
if they were chaged. |
737 |
|
* Allow to drop files into the Key Manager to import keys. |