mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
Release 2.2.20
* build-aux/speedo.mk (sign-installer): Fix syntax error.
This commit is contained in:
parent
dae1e384c4
commit
5094bb08ed
32
NEWS
32
NEWS
@ -1,9 +1,37 @@
|
|||||||
Noteworthy changes in version 2.2.20 (unreleased)
|
Noteworthy changes in version 2.2.20 (2020-03-20)
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
||||||
|
* Protect the error counter against overflow to guarantee that the
|
||||||
|
tools can't be tricked into returning success after an error.
|
||||||
|
|
||||||
|
* gpg: Make really sure that --verify-files always returns an error.
|
||||||
|
|
||||||
|
* gpg: Fix key listing --with-secret if a pattern is given. [#4061]
|
||||||
|
|
||||||
|
* gpg: Fix detection of certain keys used as default-key. [#4810]
|
||||||
|
|
||||||
|
* gpg: Fix default-key selection when a card is available. [#4850]
|
||||||
|
|
||||||
|
* gpg: Fix key expiration and key usage for keys created with a
|
||||||
|
creation date of zero. [4670]
|
||||||
|
|
||||||
|
* gpgsm: Fix import of some CR,LF terminated certificates. [#4847]
|
||||||
|
|
||||||
|
* gpg: New options --include-key-block and --auto-key-import to
|
||||||
|
allow encrypted replies after an initial signed message. [#4856]
|
||||||
|
|
||||||
|
* gpg: Allow the use of a fingerprint with --trusted-key. [#4855]
|
||||||
|
|
||||||
|
* gpg: New property "fpr" for use by --export-filter.
|
||||||
|
|
||||||
|
* scdaemon: Disable the pinpad if a KDF DO is used. [#4832]
|
||||||
|
|
||||||
|
* dirmngr: Improve finding OCSP certificates. [#4536]
|
||||||
|
|
||||||
|
* Avoid build problems with LTO or gcc-10. [#4831]
|
||||||
|
|
||||||
Release-info: https://dev.gnupg.org/T4860
|
Release-info: https://dev.gnupg.org/T4860
|
||||||
See-also: gnupg-announce/2020q1/000xxx.html
|
See-also: gnupg-announce/2020q1/000444.html
|
||||||
|
|
||||||
|
|
||||||
Noteworthy changes in version 2.2.19 (2019-12-07)
|
Noteworthy changes in version 2.2.19 (2019-12-07)
|
||||||
|
@ -1438,7 +1438,7 @@ sign-installer:
|
|||||||
cd $(INST_NAME)-$(INST_VERSION); \
|
cd $(INST_NAME)-$(INST_VERSION); \
|
||||||
reldate="$$(date -u +%Y-%m-%d)" ;\
|
reldate="$$(date -u +%Y-%m-%d)" ;\
|
||||||
exefile="$(INST_NAME)-$(INST_VERSION)_$(BUILD_DATESTR).exe" ;\
|
exefile="$(INST_NAME)-$(INST_VERSION)_$(BUILD_DATESTR).exe" ;\
|
||||||
msifile="$(INST_NAME)-$(INST_VERSION)_$(BUILD_DATESTR).wixlib ;\
|
msifile="$(INST_NAME)-$(INST_VERSION)_$(BUILD_DATESTR).wixlib" ;\
|
||||||
echo "speedo: /*" ;\
|
echo "speedo: /*" ;\
|
||||||
echo "speedo: * Signing installer" ;\
|
echo "speedo: * Signing installer" ;\
|
||||||
echo "speedo: */" ;\
|
echo "speedo: */" ;\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user