version 1.0.4
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
2013-03-15 Niibe Yutaka <gniibe@fsij.org>
|
2013-03-15 Niibe Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
|
* Version 1.0.4.
|
||||||
|
* src/usb_desc.c (gnukStringSerial): Updated.
|
||||||
|
|
||||||
* regnual/regnual.ld (.bss): Put at RAM1. This makes reGNUal can
|
* regnual/regnual.ld (.bss): Put at RAM1. This makes reGNUal can
|
||||||
be loaded on the lower address.
|
be loaded on the lower address.
|
||||||
|
|
||||||
|
|||||||
9
NEWS
9
NEWS
@@ -1,5 +1,14 @@
|
|||||||
Gnuk NEWS - User visible changes
|
Gnuk NEWS - User visible changes
|
||||||
|
|
||||||
|
* Major changes in Gnuk 1.0.4
|
||||||
|
|
||||||
|
Released 2013-03-15, by NIIBE Yutaka
|
||||||
|
|
||||||
|
** Relocatable reGNUal, really
|
||||||
|
In 1.0.3, reGNUal was not fully relocatable. It worked loaded on higher
|
||||||
|
address, but didn't work for lower address. This was fixed.
|
||||||
|
|
||||||
|
|
||||||
* Major changes in Gnuk 1.0.3
|
* Major changes in Gnuk 1.0.3
|
||||||
|
|
||||||
Released 2013-03-14, by NIIBE Yutaka
|
Released 2013-03-14, by NIIBE Yutaka
|
||||||
|
|||||||
6
README
6
README
@@ -1,7 +1,7 @@
|
|||||||
Gnuk - An Implementation of USB Cryptographic Token for GnuPG
|
Gnuk - An Implementation of USB Cryptographic Token for GnuPG
|
||||||
|
|
||||||
Version 1.0.3
|
Version 1.0.4
|
||||||
2013-03-14
|
2013-03-15
|
||||||
Niibe Yutaka
|
Niibe Yutaka
|
||||||
Free Software Initiative of Japan
|
Free Software Initiative of Japan
|
||||||
|
|
||||||
@@ -120,7 +120,7 @@ Ac: ST-Link/V2 is cheap one and works, although it's not very good
|
|||||||
Release notes
|
Release notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is a third minor release in version 1.0 series of Gnuk.
|
This is a fourth minor release in version 1.0 series of Gnuk.
|
||||||
|
|
||||||
While it is daily use for a year and a half, some newly introduced
|
While it is daily use for a year and a half, some newly introduced
|
||||||
features (including key generation and firmware upgrade) should be
|
features (including key generation and firmware upgrade) should be
|
||||||
|
|||||||
@@ -274,7 +274,7 @@ const uint8_t gnukStringSerial[] = {
|
|||||||
USB_STRING_DESCRIPTOR_TYPE, /* bDescriptorType */
|
USB_STRING_DESCRIPTOR_TYPE, /* bDescriptorType */
|
||||||
/* FSIJ-1.0.3- */
|
/* FSIJ-1.0.3- */
|
||||||
'F', 0, 'S', 0, 'I', 0, 'J', 0, '-', 0,
|
'F', 0, 'S', 0, 'I', 0, 'J', 0, '-', 0,
|
||||||
'1', 0, '.', 0, '0', 0, '.', 0, '3', 0, /* Version number of Gnuk */
|
'1', 0, '.', 0, '0', 0, '.', 0, '4', 0, /* Version number of Gnuk */
|
||||||
'-', 0,
|
'-', 0,
|
||||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||||
|
|||||||
Reference in New Issue
Block a user