version 1.0.4

This commit is contained in:
NIIBE Yutaka
2013-03-15 16:21:07 +09:00
parent a1a112d213
commit a7d6abedab
4 changed files with 16 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
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
be loaded on the lower address.

9
NEWS
View File

@@ -1,5 +1,14 @@
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
Released 2013-03-14, by NIIBE Yutaka

6
README
View File

@@ -1,7 +1,7 @@
Gnuk - An Implementation of USB Cryptographic Token for GnuPG
Version 1.0.3
2013-03-14
Version 1.0.4
2013-03-15
Niibe Yutaka
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
=============
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
features (including key generation and firmware upgrade) should be

View File

@@ -274,7 +274,7 @@ const uint8_t gnukStringSerial[] = {
USB_STRING_DESCRIPTOR_TYPE, /* bDescriptorType */
/* FSIJ-1.0.3- */
'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,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,