mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Release 1.4.23
This commit is contained in:
parent
dd6192bfea
commit
8ae6a246be
18
NEWS
18
NEWS
@ -1,6 +1,22 @@
|
|||||||
Noteworthy changes in version 1.4.23 (unreleased)
|
Noteworthy changes in version 1.4.23 (2018-06-11)
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
||||||
|
* gpg: Sanitize the diagnostic output of the original file name in
|
||||||
|
verbose mode. [#4012,CVE-2018-12020]
|
||||||
|
|
||||||
|
* Does not push the compress-filter if not needed. [#3898]
|
||||||
|
|
||||||
|
* Fix the regexp sanitation. [#2923]
|
||||||
|
|
||||||
|
* Fix the accidental use of a C99 feature.
|
||||||
|
|
||||||
|
* Does not try to use the removed /dev/srandom device on OpenBSD.
|
||||||
|
|
||||||
|
* Updated the Danish, Dutch and Spansih translations.
|
||||||
|
|
||||||
|
Release info at <https://dev.gnupg.org/T4015>.
|
||||||
|
|
||||||
|
|
||||||
Noteworthy changes in version 1.4.22 (2017-07-19)
|
Noteworthy changes in version 1.4.22 (2017-07-19)
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
||||||
|
26
README
26
README
@ -1,10 +1,10 @@
|
|||||||
|
|
||||||
GnuPG - The GNU Privacy Guard
|
GnuPG - The GNU Privacy Guard
|
||||||
-------------------------------
|
-------------------------------
|
||||||
Version 1.4.22
|
Version 1.4.23
|
||||||
|
|
||||||
Copyright 1998-2017 Free Software Foundation, Inc.
|
Copyright 1998-2018 Free Software Foundation, Inc.
|
||||||
Copyright 1997-2017 Werner Koch
|
Copyright 1997-2018 Werner Koch
|
||||||
|
|
||||||
This file is free software; as a special exception the author
|
This file is free software; as a special exception the author
|
||||||
gives unlimited permission to copy and/or distribute it, with or
|
gives unlimited permission to copy and/or distribute it, with or
|
||||||
@ -15,6 +15,26 @@
|
|||||||
the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||||
PARTICULAR PURPOSE.
|
PARTICULAR PURPOSE.
|
||||||
|
|
||||||
|
Warning
|
||||||
|
-------
|
||||||
|
|
||||||
|
This version is from a legacy branch of GnuPG. We provide this
|
||||||
|
version only for two purposes:
|
||||||
|
|
||||||
|
- To decrypt and verify old messages created using PGP-2 keys.
|
||||||
|
Due to security problems with PGP-2 keys, these keys are not
|
||||||
|
anymore supported by the current stable GnuPG versions.
|
||||||
|
|
||||||
|
- For ancient pre-POSIX platforms which are not capable of
|
||||||
|
building the modern GnuPG-2.
|
||||||
|
|
||||||
|
Although there are no plans to stop basic maintenance of the 1.4
|
||||||
|
branch, it will not see any updates except for severe security
|
||||||
|
problems. Side-channel attacks and the like won't be fixed in
|
||||||
|
this branch. It is strongly suggested to migrate to the current
|
||||||
|
stable GnuPG version and - if at all needed - use the 1.4 version
|
||||||
|
only for the above listed purposes.
|
||||||
|
|
||||||
|
|
||||||
Intro
|
Intro
|
||||||
-----
|
-----
|
||||||
|
Loading…
x
Reference in New Issue
Block a user