From 93867d0c8b90c485f9832c0047c3a2e17a029aca Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Fri, 15 Mar 2013 16:21:07 +0900 Subject: [PATCH] version 1.0.4 --- ChangeLog | 3 +++ NEWS | 9 +++++++++ README | 6 +++--- src/usb_desc.c | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 71c6631..78e6c37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-03-15 Niibe Yutaka + * 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. diff --git a/NEWS b/NEWS index 86648e3..a797ad7 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/README b/README index 6020da3..7ea2979 100644 --- a/README +++ b/README @@ -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 diff --git a/src/usb_desc.c b/src/usb_desc.c index fc06934..727e54e 100644 --- a/src/usb_desc.c +++ b/src/usb_desc.c @@ -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,