mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Post release updates
--
This commit is contained in:
parent
6f12f952da
commit
edf3b8aa53
4
NEWS
4
NEWS
@ -1,3 +1,7 @@
|
||||
Noteworthy changes in version 2.3.9 (unreleased)
|
||||
------------------------------------------------
|
||||
|
||||
|
||||
Noteworthy changes in version 2.3.8 (2022-10-13)
|
||||
------------------------------------------------
|
||||
|
||||
|
@ -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) \
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user