>From 84f2050e78c0f19dacb67d50dbe4d1dc114f5e3e Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Sun, 2 Jun 2019 11:08:40 +0200 Subject: [PATCH 12/12] * etc/NEWS: Describe changes to auth-source-pass --- etc/NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 975fab495a..5dcdac2668 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1485,6 +1485,25 @@ the new variable 'buffer-auto-revert-by-notification' to a non-nil value. Auto Revert mode can use this information to avoid polling the buffer periodically when 'auto-revert-avoid-polling' is non-nil. +** auth-source-pass + +*** New customizable variable 'auth-source-pass-path' for the path to +the password-store. This defaults to ~/.password-store. + +*** New customizable variable 'auth-source-pass-port-separator' to +specify separator between host and port. This defaults to colon +":". + +*** auth-source-pass.el and auth-source-pass-tests.el have been +massively rewritten to minimize parsing of password-store entries. +This makes the package usable with physical tokens requiring touching +a sensor for every decryption. + +*** 'auth-source-pass-get' has an autoload cookie now. + +*** 'auth-source-pass-search' now correctly returns nil if no entry +found. + * New Modes and Packages in Emacs 27.1 -- 2.21.0