diff options
Diffstat (limited to 'agent/ChangeLog')
-rw-r--r-- | agent/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog index 319cb5d35..39f02b115 100644 --- a/agent/ChangeLog +++ b/agent/ChangeLog @@ -1,9 +1,10 @@ 2007-01-25 Werner Koch <wk@g10code.com> - * genkey.c (check_passphrase_constraints): Get ngettext call right. + * genkey.c (check_passphrase_constraints): Get ngettext call right + and use UTF-8 aware strlen. * protect-tool.c (get_passphrase): New arg OPT_CHECK. - (get_new_passphrase): Enable OTP_CHECK on the first call. + (get_new_passphrase): Enable OPT_CHECK on the first call. * command.c (cmd_get_passphrase): Implement option --check. 2007-01-24 Werner Koch <wk@g10code.com> |