version 0.7

This commit is contained in:
NIIBE Yutaka 2011-01-15 21:49:17 +09:00
parent f7e26ae952
commit 84e7630a9a
4 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2011-01-15 NIIBE Yutaka <gniibe@fsij.org>
* src/usb-icc.c (icc_handle_data): Bug fix: add break for case
ICC_STATE_SEND.
2011-01-14 NIIBE Yutaka <gniibe@fsij.org>
* Version 0.6.

10
NEWS
View File

@ -1,5 +1,15 @@
Gnuk NEWS - User visible changes
* Major changes in Gnuk 0.7
Released 2011-01-15, by NIIBE Yutaka
** Bug fix only.
In version 0.6, a severe bug was introduced in usb-icc.c when adding a
work around for libccid 1.3.11. The fix is one-liner, but it is worth
to release newer version.
* Major changes in Gnuk 0.6
Released 2011-01-14, by NIIBE Yutaka

6
README
View File

@ -1,7 +1,7 @@
Gnuk - software for GPG USB Token
Version 0.6
2011-01-14
Version 0.7
2011-01-15
Niibe Yutaka
Free Software Initiative of Japan
@ -26,7 +26,7 @@ USB Token by Gnuk everywhere.
Release notes
=============
This is seventh release of Gnuk. While it works well for specific
This is eighth release of Gnuk. While it works well for specific
usages, it is still experimental.
Tested features are:

View File

@ -618,6 +618,7 @@ icc_handle_data (void)
icc_error (ICC_OFFSET_CMD_NOT_SUPPORTED);
next_state = ICC_STATE_WAIT;
}
break;
default:
next_state = ICC_STATE_START;
DEBUG_INFO ("ERR10\r\n");