mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-12 22:11:29 +02:00
Updated to the version from 1.2.7.
This commit is contained in:
parent
e6cbb88f61
commit
963748d1b5
5
TODO
5
TODO
@ -1,3 +1,8 @@
|
|||||||
|
* BACKUP Filename requires a status message. !!!!
|
||||||
|
|
||||||
|
* Delete a card key as well as a wiping.
|
||||||
|
|
||||||
|
|
||||||
* From: Nicolas Sierro
|
* From: Nicolas Sierro
|
||||||
Date: Thu, 17 Jun 2004 12:31:24 +0200
|
Date: Thu, 17 Jun 2004 12:31:24 +0200
|
||||||
|
|
||||||
|
@ -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>
|
2005-01-18 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* gnupg-w32.reg: Remove the entry for the home directory.
|
* gnupg-w32.reg: Remove the entry for the home directory.
|
||||||
|
967
doc/faq.raw
967
doc/faq.raw
File diff suppressed because it is too large
Load Diff
@ -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>
|
2005-01-26 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* keyserver.c (parse_keyserver_uri): Allow RFC-2732 IPv6 [literal
|
* 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,
|
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
|
This file is free software; as a special exception the author gives
|
||||||
unlimited permission to copy and/or distribute it, with or without
|
unlimited permission to copy and/or distribute it, with or without
|
||||||
|
@ -450,7 +450,7 @@ parse_ccid_descriptor (ccid_driver_t handle,
|
|||||||
if (handle->id_vendor == VENDOR_SCM
|
if (handle->id_vendor == VENDOR_SCM
|
||||||
/* FIXME: check whether it is the same
|
/* FIXME: check whether it is the same
|
||||||
firmware version for all drivers. */
|
firmware version for all drivers. */
|
||||||
&& handle->bcd_device < 0x0513
|
&& handle->bcd_device < 0x0519
|
||||||
&& handle->max_ifsd > 48)
|
&& handle->max_ifsd > 48)
|
||||||
{
|
{
|
||||||
DEBUGOUT ("enabling workaround for buggy SCM readers\n");
|
DEBUGOUT ("enabling workaround for buggy SCM readers\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user