From 98119dc991b95052e80c647b1d6ccc59705c7729 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Fri, 2 Apr 2021 16:58:04 +0900 Subject: [PATCH] Version 1.2.18. Signed-off-by: NIIBE Yutaka --- ChangeLog | 4 ++++ NEWS | 15 +++++++++++++++ README | 10 +++++----- VERSION | 2 +- 4 files changed, 25 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index a1e6805..d7371b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2021-04-02 NIIBE Yutaka + + * VERSION: 1.2.18. + 2021-04-01 NIIBE Yutaka * tool/upgrade_by_passwd.py: Check configure target and diff --git a/NEWS b/NEWS index e176059..241c930 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,21 @@ Gnuk NEWS - User visible changes +* Major changes in Gnuk 1.2.18 + + Released 2021-04-02, by NIIBE Yutaka + +** GNU/Linux emulation bug fix +This time, for GNU/Linux emulation, KDF Data Object is required before +keygen and key import, really. + +** tool/upgrade_by_passwd.py +Now, it checks if the target of binary being written and the +configured target of running device are same. This check can be +skipped by -s option. Please note that FST-01 and FST-01SZ are +different target, as it's MHz is different. + + * Major changes in Gnuk 1.2.17 Released 2021-02-25, by NIIBE Yutaka diff --git a/README b/README index 7ecf542..5eb0216 100644 --- a/README +++ b/README @@ -1,14 +1,14 @@ Gnuk - An Implementation of USB Cryptographic Token for GnuPG - Version 1.2.17 - 2021-02-25 + Version 1.2.18 + 2021-04-02 Niibe Yutaka Free Software Initiative of Japan Release Notes ============= -This is the release of Gnuk, version 1.2.17, which has major +This is the release of Gnuk, version 1.2.18, which has major incompatible changes to Gnuk 1.0.x. Specifically, it now supports overriding key import, but importing keys (or generating keys) results password reset. Also, you need to import private keys before changing @@ -365,10 +365,10 @@ You need GNU toolchain and newlib for 'arm-none-eabi' target. On Debian we can install the packages of gcc-arm-none-eabi and its friends. I'm using: - binutils-arm-none-eabi 2.35.1-7+14+b1 + binutils-arm-none-eabi 2.35.2-2+14+b2 gcc-arm-none-eabi 15:8-2019-q3-1+b1 libnewlib-arm-none-eabi 3.3.0-1 - gdb-multiarch 10.1-1.7 + gdb-multiarch 10.1-2 Or else, see https://launchpad.net/gcc-arm-embedded for preparation of GNU Toolchain for 'arm-none-eabi' target. diff --git a/VERSION b/VERSION index ad9501c..dd3920d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -release/1.2.17 +release/1.2.18