834 |
|
|
835 |
(0.12.3) |
(0.12.3) |
836 |
* Fix sigv due to missing patch. |
* Fix sigv due to missing patch. |
837 |
|
|
838 |
|
|
839 |
|
Noteworthy changes in version 1.0.0preX (2006-07-XX) |
840 |
|
================================================ |
841 |
|
|
842 |
|
* The passphrase dialog now contains an additional |
843 |
|
hint for which key the passphrase is. |
844 |
|
|
845 |
|
* Do sanity checks to avoid that the user can mark |
846 |
|
a revoked user id as the primary ID. And similar |
847 |
|
that a fully trusted user ID cannot be signed again. |
848 |
|
|
849 |
|
* The Key Manager now remembers the window size and |
850 |
|
restore the values from the registry and resize the |
851 |
|
window accordingly. |
852 |
|
|
853 |
|
* The key sign dialog now has a feature to display the |
854 |
|
photo of the key owner if it is available. |
855 |
|
|
856 |
|
* Fix a problem in the key edit dialog when a new |
857 |
|
subkey was added and the algorithm was displayed |
858 |
|
as "???". |
859 |
|
|
860 |
|
* The verify list dialog now also uses icons to |
861 |
|
make it easier to recognize the signature state visually. |
862 |
|
|
863 |
|
* Allow 8-bit passphrases, formerly utf8 encoding of the |
864 |
|
passphrases. |
865 |
|
|
866 |
|
* Avoid crashes when the user tries to execute functions |
867 |
|
that access the key cache during synchronisation. |
868 |
|
|
869 |
|
* Better keyserver error messages. |
870 |
|
|
871 |
|
* The decrypt/verify command does not show a separate signature |
872 |
|
verify message box for each message any longer but add |
873 |
|
the signature information to the viewer dialog. This avoids |
874 |
|
that the user needs to remind the signature state, while viewing |
875 |
|
the text. |
876 |
|
|
877 |
|
* Fix a special case in the keyserver code which would lead to |
878 |
|
a crash after receiving. |
879 |
|
|
880 |
|
* Correct sorting problem in the Encryption dialog and that |
881 |
|
sometimes the wrong icon is displayed in the header control. |
882 |
|
|
883 |
|
* Simplify Clipboard Editor dialog. |
884 |
|
It now has a menu to avoid the overloaded look with many |
885 |
|
buttons. As a new feature, it also provides shortcuts for |
886 |
|
some GPG commands. |
887 |
|
|
888 |
|
* Fix problem in the control logic of the GPG preference dialog. |
889 |
|
Now a changed home dir should no longer be displayed again |
890 |
|
as the users local application folder (append with \gnupg). |
891 |
|
|
892 |
|
* Models for the list view controls to make the integration |
893 |
|
of new feature more easier. For example the major view controls |
894 |
|
do now support sorting. |
895 |
|
|
896 |
|
[updated translations: Japanese, German, Portuguese(BR)] |
897 |
|
|
898 |
|
|
899 |
|
Noteworthy changes in version 1.0.0 (2006-08-10) |
900 |
|
================================================ |
901 |
|
|
902 |
|
* Bug fix in file name handling for the MAPI feature. |
903 |
|
|
904 |
|
* The key sign dialog now lists all user IDs and not only |
905 |
|
the primary to indicate that all user IDs will be signed. |
906 |
|
|
907 |
|
* The signature property dialog now contain all useful |
908 |
|
information about the sig, which includes the creation date. |
909 |
|
|
910 |
|
* A bug in the key deleting code has been fixed. The problem |
911 |
|
is only related to the GUI synchronisation and not the delete |
912 |
|
process itself. |
913 |
|
|
914 |
|
* Support to retrieve the PKA record directly from the DNS. |
915 |
|
This allows to perform a validity check of the key if a |
916 |
|
PKA record is available for the key. |
917 |
|
|
918 |
|
* The Current Window Support does know correctly reset the |
919 |
|
cursor position within the foreground window. |
920 |
|
|
921 |
|
* Fix problem in the key cache which might lead to a segv |
922 |
|
after importing a secret key or if the last secret key |
923 |
|
will be deleted. |
924 |
|
|
925 |
|
[updated translation: Slovak, German] |
926 |
|
|
927 |
|
|
928 |
|
Noteworthy changes in version 1.0.1 (2006-09-16) |
929 |
|
================================================ |
930 |
|
|
931 |
|
* Allow to generate a key on a smart card on the first start. |
932 |
|
|
933 |
|
* Some polishing for the smart card related dialogs. |
934 |
|
|
935 |
|
* Fix possible crash in the HTTP code under some circumstances. |
936 |
|
|
937 |
|
* Fix problem that icon were not correctly displayed on some systems. |
938 |
|
|
939 |
|
* Only enable PC/SC related program parts when the system really |
940 |
|
support smart card operations. |
941 |
|
|
942 |
|
|
943 |
|
Noteworthy changes in version 1.1.0 (2006-11-04) |
944 |
|
================================================ |
945 |
|
|
946 |
|
* Some minor bug fixes for the File Manager. |
947 |
|
|
948 |
|
* Fix a problem with the proxy settings procedure. |
949 |
|
|
950 |
|
* Fix possible seg fault during verify when the key |
951 |
|
is not in the keyring. |
952 |
|
|
953 |
|
* First part of the mobile support is now available. |
954 |
|
|
955 |
|
* Do not rely on the size of char. There could be |
956 |
|
a problem for platforms where sizeof(char) != 1, |
957 |
|
because then the size of char[256] is sizeof(char)*256 |
958 |
|
and not 256. |
959 |
|
|