aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2018-12-19 19:33:50 +0000
committerDaniel Müller <d-e-s-o@users.noreply.github.com>2018-12-19 20:11:33 -0800
commit170e1df9d96f628af8cf8107f29227b90ae9350b (patch)
tree337ead190bfc5ff61cd8cf413e2d7163748b525a /nitrocli/CHANGELOG.md
parent74d9302eeddc0c9aadd9a8d6ebcb786d55a91320 (diff)
downloadnitrocli-170e1df9d96f628af8cf8107f29227b90ae9350b.tar.gz
nitrocli-170e1df9d96f628af8cf8107f29227b90ae9350b.tar.bz2
pinentry: Encode spaces in prompt argument
Spaces in the arguments for gpg-connect-agent’s `GET_PASSPHRASE` command have to be esaced using a plus sign. Somehow this was missing for the prompt argument. This patch adds escaping for the prompt so that the pinentry dialog is displayed correctly.
Diffstat (limited to 'nitrocli/CHANGELOG.md')
-rw-r--r--nitrocli/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md
index 6eda412..81102a9 100644
--- a/nitrocli/CHANGELOG.md
+++ b/nitrocli/CHANGELOG.md
@@ -10,6 +10,8 @@ Unreleased
and building of the project
- Added badges indicating pipeline status, current `crates.io` published
version of the crate, and minimum version of `rustc` required
+- Fixed wrong messages in the pinentry dialog that were caused by unescaped
+ spaces in a string
0.1.3