aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-10-09 15:13:35 +0000
committerWerner Koch <[email protected]>2015-10-09 15:13:35 +0000
commit086b8738f71ba26d36287db81f6d78116053ba66 (patch)
tree1466b0a923b1e215c15c9246078b86ccf88bc1d9
parentpo: Auto-update. (diff)
downloadgnupg-086b8738f71ba26d36287db81f6d78116053ba66.tar.gz
gnupg-086b8738f71ba26d36287db81f6d78116053ba66.zip
Release 2.1.9gnupg-2.1.9
Diffstat (limited to '')
-rw-r--r--AUTHORS4
-rw-r--r--NEWS27
2 files changed, 28 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 9f7377e06..83ad5bdb7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,9 +2,9 @@ Program: GnuPG
Homepage: https://www.gnupg.org
Download: ftp://ftp.gnupg.org/gcrypt/gnupg/
Repository: git://git.gnupg.org/gnupg.git
-Maintainer: Werner Koch <[email protected]>
-Bug reports: http://bugs.gnupg.org
+Bug reports: https://bugs.gnupg.org
Security related bug reports: <[email protected]>
+Maintainer: Werner Koch <[email protected]>
License: GPLv3+
GnuPG is free software. See the files COPYING for copying conditions.
diff --git a/NEWS b/NEWS
index 16cbfbe95..b502b783a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,31 @@
-Noteworthy changes in version 2.1.9 (unreleased)
+Noteworthy changes in version 2.1.9 (2015-10-09)
------------------------------------------------
+ * gpg: Allow fetching keys via OpenPGP DANE (--auto-key-locate). New
+ option --print-dane-records.
+
+ * gpg: Fix for a problem with PGP-2 keys in a keyring.
+
+ * gpg: Fail with an error instead of a warning if a modern cipher
+ algorithm is used without a MDC.
+
+ * agent: New option --pinentry-invisible-char.
+
+ * agent: Always do a RSA signature verification after creation.
+
+ * agent: Fix a regression in ssh-add-ing Ed25519 keys.
+
+ * agent: Fix ssh fingerprint computation for nistp384 and EdDSA.
+
+ * agent: Fix crash during passprase entry on some platforms.
+
+ * scd: Change timeout to fix problems with some 2.1 cards.
+
+ * dirmngr: Displayed name is now Key Acquirer.
+
+ * dirmngr: Add option --keyserver. Deprecate that option for gpg.
+ Install a dirmngr.conf file from a skeleton for new installations.
+
Noteworthy changes in version 2.1.8 (2015-09-10)
------------------------------------------------