diff options
author | Werner Koch <[email protected]> | 2005-03-07 13:59:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-03-07 13:59:59 +0000 |
commit | c91e30fda49244ee89edc74acd1a9897f35e6539 (patch) | |
tree | fe38ba8ec1f9014eb9323f0a4f7fe748070e5644 /scripts | |
parent | * libcurl.m4: Use $LIBS instead of $LDFLAGS. This should help build (diff) | |
download | gnupg-c91e30fda49244ee89edc74acd1a9897f35e6539.tar.gz gnupg-c91e30fda49244ee89edc74acd1a9897f35e6539.zip |
* primegen.c (is_prime): Free A2. Noted by [email protected].
Fixes #423.
* DETAILS: Document new status codes.
* cardglue.c (agent_scd_pkdecrypt, agent_scd_pksign)
(agent_scd_genkey, agent_scd_setattr, agent_scd_change_pin)
(agent_scd_checkpin, agent_openpgp_storekey): Make sure to send a
SC_OP_FAILURE after card operations which might change data.
* card-util.c (change_pin): Send a SC_OP_SUCCESS after a PIN has
been changed.
(change_name): Removed a debug output.
* status.h, status.c: New codes BAD_PASSPHRASE_PIN, SC_OP_FAILURE
and SC_OP_SUCCESS.
* de.po: Updated. Translation is still in the works, though.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog index cd957e1e8..b8c7433c7 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -13,7 +13,7 @@ * w32installer.nsi: Display README.W32 at the end of the installation. * mk-w32-dist: Append .txt to README.W32. - + 2005-01-26 Werner Koch <[email protected]> * w32installer.nsi: Create a start menu entry and enhanced the @@ -428,7 +428,8 @@ Wed Oct 14 09:55:25 1998 Werner Koch ([email protected]) * config.sub: (freebsd): Add to maybe_os - Copyright 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, + 2005 Free Software Foundation, Inc. This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without |