--- trunk/NEWS 2006/06/19 14:04:31 229 +++ trunk/NEWS 2006/09/30 10:29:58 267 @@ -836,7 +836,7 @@ * Fix sigv due to missing patch. -Noteworthy changes in version 1.0.0 (2006-06-XX) +Noteworthy changes in version 1.0.0preX (2006-07-XX) ================================================ * The passphrase dialog now contains an additional @@ -874,4 +874,67 @@ that the user needs to remind the signature state, while viewing the text. -[updated translations: German, Portuguese(BR)] +* Fix a special case in the keyserver code which would lead to + a crash after receiving. + +* Correct sorting problem in the Encryption dialog and that + sometimes the wrong icon is displayed in the header control. + +* Simplify Clipboard Editor dialog. + It now has a menu to avoid the overloaded look with many + buttons. As a new feature, it also provides shortcuts for + some GPG commands. + +* Fix problem in the control logic of the GPG preference dialog. + Now a changed home dir should no longer be displayed again + as the users local application folder (append with \gnupg). + +* Models for the list view controls to make the integration + of new feature more easier. For example the major view controls + do now support sorting. + +[updated translations: Japanese, German, Portuguese(BR)] + + +Noteworthy changes in version 1.0.0 (2006-08-10) +================================================ + +* Bug fix in file name handling for the MAPI feature. + +* The key sign dialog now lists all user IDs and not only + the primary to indicate that all user IDs will be signed. + +* The signature property dialog now contain all useful + information about the sig, which includes the creation date. + +* A bug in the key deleting code has been fixed. The problem + is only related to the GUI synchronisation and not the delete + process itself. + +* Support to retrieve the PKA record directly from the DNS. + This allows to perform a validity check of the key if a + PKA record is available for the key. + +* The Current Window Support does know correctly reset the + cursor position within the foreground window. + +* Fix problem in the key cache which might lead to a segv + after importing a secret key or if the last secret key + will be deleted. + +[updated translation: Slovak, German] + + +Noteworthy changes in version 1.0.1 (2006-09-16) +================================================ + +* Allow to generate a key on a smart card on the first start. + +* Some polishing for the smart card related dialogs. + +* Fix possible crash in the HTTP code under some circumstances. + +* Fix problem that icon were not correctly displayed on some systems. + +* Only enable PC/SC related program parts when the system really + support smart card operations.