Release 2.1.21

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2017-05-15 16:11:09 +02:00
parent bd6074fbab
commit 9574820329
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 24 additions and 14 deletions

21
NEWS
View File

@ -1,6 +1,25 @@
Noteworthy changes in version 2.1.21 (unreleased) Noteworthy changes in version 2.1.21 (2017-05-15)
------------------------------------------------- -------------------------------------------------
* gpg,gpgsm: Fix corruption of old style keyring.gpg files. This
bug was introduced with version 2.1.20. Note that the default
pubring.kbx format was not affected.
* gpg,dirmngr: Removed the skeleton config file support. The
system's standard methods for providing default configuration
files should be used instead.
* w32: The Windows installer now allows installion of GnuPG without
Administrator permissions.
* gpg: Fixed import filter property match bug.
* scd: Removed Linux support for Cardman 4040 PCMCIA reader.
* scd: Fixed some corner case bugs in resume/suspend handling.
* Many minor bug fixes and code cleanup.
Noteworthy changes in version 2.1.20 (2017-04-03) Noteworthy changes in version 2.1.20 (2017-04-03)
------------------------------------------------- -------------------------------------------------

17
README
View File

@ -24,19 +24,10 @@
can be freely used, modified and distributed under the terms of the can be freely used, modified and distributed under the terms of the
GNU General Public License. GNU General Public License.
We are currently maintaining three branches of GnuPG: Note that the 2.0 series of GnuPG will reach end-of-life on
2017-12-31. It is not possible to install a 2.1.x version along
- 2.1 (i.e. this release) is the latest stable version with a lot of with any 2.0.x version. However, it is possible to install GnuPG
new features. 1.4 along with a 2.x version.
- 2.0 is an often used stable version. This branch will reach
end-of-life on 2017-12-31.
- 1.4 is the old standalone version which is most suitable for older
or embedded platforms.
You may not install 2.1 and 2.0 at the same time. However, it is
possible to install 1.4 along with any of the 2.x versions.
* BUILD INSTRUCTIONS * BUILD INSTRUCTIONS