m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/contrib/emacs/CHANGELOG.md
diff options
context:
space:
mode:
authorTino Calancha <tino.calancha@gmail.com>2022-03-06 23:06:56 +0100
committerTino Calancha <tino.calancha@gmail.com>2022-03-06 23:30:56 +0100
commitc4d8a1d815e79ddd89a85d3e36a41d29f0475771 (patch)
tree47ca2f1e0ed275c2622cbec51644ee2ee2eaaf3a /contrib/emacs/CHANGELOG.md
parenteea24967a002a2a81ae9b97a1fe972b5287f3a09 (diff)
emacs: Fix an infloop on Windows enviroments
The infloop has been observed in calls to `pasword-store--run' for pass v1.7.4 in a Windows/WSL2 enviroment. When this happens, the sentinel in `password-store--run-1' doesn't call the callback. * contrib/emacs/password-store.el (password-store--run-1): Prefer `process-status' over the string comparison to check the process status. Problem reported by Kai Tetzlaff <pwstore@tetzco.de>: https://lists.zx2c4.com/pipermail/password-store/2022-February/004583.html
Diffstat (limited to 'contrib/emacs/CHANGELOG.md')
-rw-r--r--contrib/emacs/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/emacs/CHANGELOG.md b/contrib/emacs/CHANGELOG.md
index 7173f65..ed85577 100644
--- a/contrib/emacs/CHANGELOG.md
+++ b/contrib/emacs/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 2.1.5
+
+* (bugfix) Fix an infloop on Windows enviroments.
+
# 2.1.4
* Drop dependency on f library.