diff options
Diffstat (limited to '')
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | TODO | 7 |
2 files changed, 5 insertions, 6 deletions
@@ -36,6 +36,10 @@ Noteworthy changes in version 1.1.92 runtime the best usable one will be selected from the list linux, egd, unix. + * The default character set is now taken from the current locale; + it can still be overridden by the --charset option. Using the + option -vvv shows the used character set. + Noteworthy changes in version 1.1.91 (2002-08-04) ------------------------------------------------- @@ -5,16 +5,13 @@ * Check for consistent spelling of user ID, key ID etc. Replace "user id not found" in getkey.c by "no valid user ID found". - * Return status information even when an imported key is already - stored. This is useful for GPGME's detailed info function. - * Describe some pitfalls when using EGD. Check that ~/.gnupg/entropy really is the default. What about needed permission? * Using an expired key for signing should give an error message "expired key" and not "unusable key'. Furthermore the error should also be thrown when the default key has expired. Reported by + Eric.VanBuggenhaut add AdValvas.be. * pause scrolling help in --edit-key and elsewhere. @@ -28,8 +25,6 @@ * Show more info does not work from edit->trust - * set default charset from nl_langinfo. - * Check that no secret temporary results are stored in the result parameter of the mpi functions. We have already done this for mpi-mul.c |