diff options
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r-- | g10/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index bd9b6e795..b2b395da1 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,16 @@ +2004-12-20 David Shaw <[email protected]> + + * keyedit.c (keyedit_menu): Invisible alias "passwd" as + "password". + + * passphrase.c: Don't check for __CYGWIN__, so it is treated as a + unix-like system. + + * options.h, g10.c (main), textfilter.c (standard): Use new option + --rfc2440-text to determine whether to filter "<space>\t\r\n" or + just "\r\n" before canonicalizing text line endings. Default to + "<space>\t\r\n". + 2004-12-19 David Shaw <[email protected]> * keygen.c (keygen_get_std_prefs): Set reference count when |