Version 0.11
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2011-04-15 NIIBE Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
|
* Version 0.11.
|
||||||
|
|
||||||
|
* src/usb_prop.c (gnukStringSerial): Updated.
|
||||||
|
|
||||||
2011-04-11 NIIBE Yutaka <gniibe@fsij.org>
|
2011-04-11 NIIBE Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
* tool/dfuse.py (DFU_STM32.verify): support data size of non-1-KiB.
|
* tool/dfuse.py (DFU_STM32.verify): support data size of non-1-KiB.
|
||||||
|
|||||||
14
README
14
README
@@ -1,7 +1,7 @@
|
|||||||
Gnuk - software for GPG USB Token
|
Gnuk - software for GPG USB Token
|
||||||
|
|
||||||
Version 0.10
|
Version 0.11
|
||||||
2011-02-10
|
2011-04-15
|
||||||
Niibe Yutaka
|
Niibe Yutaka
|
||||||
Free Software Initiative of Japan
|
Free Software Initiative of Japan
|
||||||
|
|
||||||
@@ -26,11 +26,11 @@ USB Token by Gnuk everywhere.
|
|||||||
Release notes
|
Release notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is eleventh release of Gnuk. While it works well for specific
|
This is twelfth release of Gnuk. While it works well for specific
|
||||||
usages, it is still experimental. Note that you need to write random
|
usages and it is considered stable, it is still somewhat experimental.
|
||||||
bits after installation of gnuk executable to the chip from this
|
Note that you need to write random bits after installation of gnuk
|
||||||
release. This procedure is required to share a single executable
|
executable to the chip. This procedure is required to share a single
|
||||||
among multiple devices.
|
executable among multiple devices.
|
||||||
|
|
||||||
Tested features are:
|
Tested features are:
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
static uint8_t gnukStringSerial[] = {
|
static uint8_t gnukStringSerial[] = {
|
||||||
13*2+2, /* bLength */
|
13*2+2, /* bLength */
|
||||||
USB_STRING_DESCRIPTOR_TYPE, /* bDescriptorType */
|
USB_STRING_DESCRIPTOR_TYPE, /* bDescriptorType */
|
||||||
'0', 0, '.', 0, '1', 0, '0', 0, /* Version number of Gnuk */
|
'0', 0, '.', 0, '1', 0, '1', 0, /* Version number of Gnuk */
|
||||||
'-', 0,
|
'-', 0,
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user