Version 1.2.19.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka
2021-10-12 11:42:44 +09:00
parent 870de72ee2
commit 57fdadf283
6 changed files with 17 additions and 11 deletions

View File

@@ -1,3 +1,8 @@
2021-10-12 NIIBE Yutaka <gniibe@fsij.org>
* VERSION: 1.2.19.
* chopstx: Update to 1.20.
2021-10-11 NIIBE Yutaka <gniibe@fsij.org> 2021-10-11 NIIBE Yutaka <gniibe@fsij.org>
* src/configure (kdf_do): It can be overridden, now. * src/configure (kdf_do): It can be overridden, now.

10
NEWS
View File

@@ -3,16 +3,16 @@ Gnuk NEWS - User visible changes
* Major changes in Gnuk 1.2.19 * Major changes in Gnuk 1.2.19
Released 2021-10-1x, by NIIBE Yutaka Released 2021-10-12, by NIIBE Yutaka
** KDF Data Object configuration ** KDF Data Object configuration
KDF Data Object should be highly recommended for all configurations. KDF Data Object should be highly recommended for all configurations.
Nevertheless, for backward compatibillity, in Gnuk 1.2, it is optional Nevertheless, for backward compatibillity, in Gnuk 1.2, it is optional
by default; It is up to user to configure KDF Data Object before by default; It is up to user to configure KDF Data Object before
importing private keys. In this situatoin, it is not good to importing private keys. In this situation, it is not good to
introduce new option like --enable-always-require-kdf-do, because it introduce new build-time option like --enable-always-require-kdf-do,
might wrongly encourage use of Gnuk with no KDF Data Object setting, because it might wrongly encourage use of Gnuk with no KDF Data Object
by confusion. If needed, please run configure: setting, by confusion. If needed, please run configure:
kdf_do=required ./configure --enable-factory-reset --target... kdf_do=required ./configure --enable-factory-reset --target...

8
README
View File

@@ -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.18 Version 1.2.19
2021-04-02 2021-10-12
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.18, which has major This is the release of Gnuk, version 1.2.19, 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
@@ -243,7 +243,7 @@ External source code
Gnuk is distributed with external source code. Gnuk is distributed with external source code.
* chopstx/ -- Chopstx 1.19 * chopstx/ -- Chopstx 1.20
We use Chopstx as the kernel for Gnuk. We use Chopstx as the kernel for Gnuk.

1
THANKS
View File

@@ -18,6 +18,7 @@ Clint Adams clint@softwarefreedom.org
Daniel Kahn Gillmor dkg@fifthhorseman.net Daniel Kahn Gillmor dkg@fifthhorseman.net
Elliott Mitchell Elliott Mitchell
Fabio Utzig utzig@apache.org Fabio Utzig utzig@apache.org
Heiko Schaefer heiko.schaefer@posteo.de
Hironobu SUZUKI hironobu@h2np.net Hironobu SUZUKI hironobu@h2np.net
Jan Suhr jan@suhr.info Jan Suhr jan@suhr.info
Jeremy Drake jeremydrake+gnuk@eacceleration.com Jeremy Drake jeremydrake+gnuk@eacceleration.com

View File

@@ -1 +1 @@
release/1.2.18 release/1.2.19

Submodule chopstx updated: 71cc5a8f32...a6b96fe434