diff options
author | Werner Koch <[email protected]> | 2002-12-05 15:22:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-12-05 15:22:21 +0000 |
commit | 77f99fd667da0a0857e8c7f3bb793f5ca3d5a861 (patch) | |
tree | bfe842714a2302ff866ea72c4fed5dff0b1cdca0 | |
parent | * gpg.sgml: Document --no-mangle-dos-filenames. (diff) | |
download | gnupg-77f99fd667da0a0857e8c7f3bb793f5ca3d5a861.tar.gz gnupg-77f99fd667da0a0857e8c7f3bb793f5ca3d5a861.zip |
New entries
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | TODO | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -16,6 +16,9 @@ Noteworthy changes in version 1.2.2 (unreleased) * Care is taken to prevent compiler optimization from removing memory wiping code. + * New option --no-mangle-dos-filenames so that filenames are not + truncated in the W32 version. + Noteworthy changes in version 1.2.1 (2002-10-25) ------------------------------------------------ @@ -91,8 +91,11 @@ * cat foo | gpg --sign | gpg --list-packets Does not list the signature packet. + * The description texts passed to the agent should be utf-8 encoded. + Things we won't do ------------------ * New option --file-remove path-to-wipe-program ? + |