aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-05-25 21:37:07 -0400
committerJesse Luehrs <doy@tozt.net>2020-05-25 21:37:07 -0400
commitfe23507043d5d476e382d364270fcc9419475958 (patch)
treeff7c20b34a5e2ec97db978258186c623b83a2f31 /CHANGELOG.md
parentbb9b1d9dbe9f1c098a538d729472d257c860fee3 (diff)
downloadrbw-fe23507043d5d476e382d364270fcc9419475958.tar.gz
rbw-fe23507043d5d476e382d364270fcc9419475958.zip
fix finding the active tty name
apparently $TTY is a shell builtin variable, and not set in the actual environment
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a18b99..a3f8a1f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
### Fixed
+* Terminal-based pinentry methods should now work correctly (Glandos).
* Further error message improvements.
## [0.3.4] - 2020-05-24