@@ -1,3 +1,7 @@
|
|||||||
|
2021-04-02 NIIBE Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
|
* VERSION: 1.2.18.
|
||||||
|
|
||||||
2021-04-01 NIIBE Yutaka <gniibe@fsij.org>
|
2021-04-01 NIIBE Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
* tool/upgrade_by_passwd.py: Check configure target and
|
* tool/upgrade_by_passwd.py: Check configure target and
|
||||||
|
|||||||
15
NEWS
15
NEWS
@@ -1,6 +1,21 @@
|
|||||||
Gnuk NEWS - User visible changes
|
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
|
* Major changes in Gnuk 1.2.17
|
||||||
|
|
||||||
Released 2021-02-25, by NIIBE Yutaka
|
Released 2021-02-25, by NIIBE Yutaka
|
||||||
|
|||||||
10
README
10
README
@@ -1,14 +1,14 @@
|
|||||||
Gnuk - An Implementation of USB Cryptographic Token for GnuPG
|
Gnuk - An Implementation of USB Cryptographic Token for GnuPG
|
||||||
|
|
||||||
Version 1.2.17
|
Version 1.2.18
|
||||||
2021-02-25
|
2021-04-02
|
||||||
Niibe Yutaka
|
Niibe Yutaka
|
||||||
Free Software Initiative of Japan
|
Free Software Initiative of Japan
|
||||||
|
|
||||||
Release Notes
|
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
|
incompatible changes to Gnuk 1.0.x. Specifically, it now supports
|
||||||
overriding key import, but importing keys (or generating keys) results
|
overriding key import, but importing keys (or generating keys) results
|
||||||
password reset. Also, you need to import private keys before changing
|
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
|
On Debian we can install the packages of gcc-arm-none-eabi
|
||||||
and its friends. I'm using:
|
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
|
gcc-arm-none-eabi 15:8-2019-q3-1+b1
|
||||||
libnewlib-arm-none-eabi 3.3.0-1
|
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
|
Or else, see https://launchpad.net/gcc-arm-embedded for preparation of
|
||||||
GNU Toolchain for 'arm-none-eabi' target.
|
GNU Toolchain for 'arm-none-eabi' target.
|
||||||
|
|||||||
Reference in New Issue
Block a user