1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-16 00:29:50 +02:00

Updated to the version from 1.2.7.

This commit is contained in:
Werner Koch 2005-01-27 10:30:28 +00:00
parent e6cbb88f61
commit 963748d1b5
5 changed files with 662 additions and 324 deletions

5
TODO
View File

@ -1,3 +1,8 @@
* BACKUP Filename requires a status message. !!!!
* Delete a card key as well as a wiping.
* From: Nicolas Sierro
Date: Thu, 17 Jun 2004 12:31:24 +0200

View File

@ -1,3 +1,7 @@
2005-01-27 Werner Koch <wk@g10code.com>
* faq.raw: Updated to the version from 1.2.7.
2005-01-18 Werner Koch <wk@g10code.com>
* gnupg-w32.reg: Remove the entry for the home directory.

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
2005-01-26 Werner Koch <wk@g10code.com>
* ccid-driver.c (parse_ccid_descriptor): Need the CSM workaround
also for newer firmware versions. Need to get a list of fixed
firmware versions and use that.
2005-01-26 David Shaw <dshaw@jabberwocky.com>
* keyserver.c (parse_keyserver_uri): Allow RFC-2732 IPv6 [literal
@ -11135,7 +11141,7 @@ Thu Feb 12 22:24:42 1998 Werner Koch (wk@frodo)
Copyright 1998, 1999, 2000, 2001, 2002, 2003,
2004 Free Software Foundation, Inc.
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

View File

@ -450,7 +450,7 @@ parse_ccid_descriptor (ccid_driver_t handle,
if (handle->id_vendor == VENDOR_SCM
/* FIXME: check whether it is the same
firmware version for all drivers. */
&& handle->bcd_device < 0x0513
&& handle->bcd_device < 0x0519
&& handle->max_ifsd > 48)
{
DEBUGOUT ("enabling workaround for buggy SCM readers\n");