Moved some items from TODO to NEWS.

This commit is contained in:
Werner Koch 2002-09-02 10:59:54 +00:00
parent 5819b1ee45
commit 5e141b3065
2 changed files with 5 additions and 6 deletions

4
NEWS
View File

@ -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)
-------------------------------------------------

7
TODO
View File

@ -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@AdValvas.be.
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