]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Mention the removal of pinentry.el. (Bug#27445)
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2017 09:48:15 +0000 (11:48 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2017 09:48:15 +0000 (11:48 +0200)
etc/NEWS

index 6e3001f5fa87dc2574ed67c7a10569ae0976d928..ccd819077ea02d61feaf94100e5de9564bd9001f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1489,6 +1489,19 @@ passing '&optional' multiple times:
 Previously, Emacs would just ignore the extra keyword, or give
 incorrect results in certain cases.
 
+---
+** The pinentry.el library has been removed.
+That package (and the corresponding change in GnuPG and pinentry)
+was intended to provide a way to input passphrase through Emacs with
+GnuPG 2.0.  However, the change to support that was only implemented
+in GnuPG >= 2.1 and didn't get backported to GnuPG 2.0.  And with
+GnuPG 2.1 and later, pinentry.el is not needed at all.  So the
+library was useless, and we removed it.  GnuPG 2.0 is no longer
+supported by the upstream project.
+
+To adapt to the change, you may need to set 'epa-pinentry-mode' to the
+symbol 'loopback'.
+
 \f
 * Lisp Changes in Emacs 26.1