aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-12-19 19:21:27 -0800
committerDaniel Mueller <deso@posteo.net>2019-12-19 19:21:27 -0800
commit3602aa37413186da0973c069bd0edc701a240dfe (patch)
treeceb38c1d15f67277304b923fe8046c84a6ebce56 /nitrocli/CHANGELOG.md
parentba79a947fe4e7cc0c6e898bd4a7318a37962fca7 (diff)
downloadnitrocli-3602aa37413186da0973c069bd0edc701a240dfe.tar.gz
nitrocli-3602aa37413186da0973c069bd0edc701a240dfe.tar.bz2
Add note about interaction with GnuPG to README
Applications accessing the Nitrokey device through libnitrokey apparently lock the device. This lock may not be released in time, causing GnuPG operations performed shortly afterwards to fail (or, the other way around, when accessing the GPG smart card through GnuPG and then using nitrocli, the latter program may fail the interaction). Unfortunately there is nothing we can do directly about this problem on the nitrocli side of things, as the problem seemingly needs to be fixed in the firmware. Hence, with this change we add a note about this problem including a reference to the upstream issue to the README.
Diffstat (limited to 'nitrocli/CHANGELOG.md')
-rw-r--r--nitrocli/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md
index 7104c20..3d2584c 100644
--- a/nitrocli/CHANGELOG.md
+++ b/nitrocli/CHANGELOG.md
@@ -1,5 +1,6 @@
Unreleased
----------
+- Added note about interaction with GnuPG to `README` file
- Bumped `nitrokey` dependency to `0.4.0-alpha.3`
- Bumped `nitrokey-sys` dependency to `3.5.0`
- Added `lazy_static` dependency in version `1.2.0`