Post release updates

--
This commit is contained in:
Werner Koch 2022-10-13 18:27:32 +02:00
parent 6f12f952da
commit edf3b8aa53
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
3 changed files with 6 additions and 2 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
Noteworthy changes in version 2.3.9 (unreleased)
------------------------------------------------
Noteworthy changes in version 2.3.8 (2022-10-13)
------------------------------------------------

View File

@ -1448,7 +1448,7 @@ define AUTHENTICODE_sign
scp "$(AUTHENTICODE_SIGNHOST):a.exe" $(2);\
echo "speedo: signed file is '$(2)'" ;\
elif [ "$(AUTHENTICODE_KEY)" = card ]; then \
echo "speedo: Signing using a card";\
echo "speedo: Signing using a card: '$(1)'";\
$(OSSLSIGNCODE) sign \
-pkcs11engine $(OSSLPKCS11ENGINE) \
-pkcs11module $(SCUTEMODULE) \

View File

@ -29,7 +29,7 @@ min_automake_version="1.16.3"
m4_define([mym4_package],[gnupg])
m4_define([mym4_major], [2])
m4_define([mym4_minor], [3])
m4_define([mym4_micro], [8])
m4_define([mym4_micro], [9])
# To start a new development series, i.e a new major or minor number
# you need to mark an arbitrary commit before the first beta release