aboutsummaryrefslogtreecommitdiff
path: root/nitrokey-sys/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-01-12 13:09:49 -0800
committerDaniel Mueller <deso@posteo.net>2019-01-12 13:09:49 -0800
commit16ed68c0f5e3ccb330c7a5f7c11781bc7a129b03 (patch)
treef748675f5b510d548d7f9de7f3ed8b4b83219616 /nitrokey-sys/CHANGELOG.md
parent0083f9dc7104dd21883451ad18c70758469ce1de (diff)
downloadnitrocli-16ed68c0f5e3ccb330c7a5f7c11781bc7a129b03.tar.gz
nitrocli-16ed68c0f5e3ccb330c7a5f7c11781bc7a129b03.tar.bz2
Update nitrokey-sys crate to 3.4.3
This change updates the nitrokey-sys crate to version 3.4.3. Import subrepo nitrokey-sys/:nitrokey-sys at fe86df47853718983e1f45d6a4289a1d93ace45c
Diffstat (limited to 'nitrokey-sys/CHANGELOG.md')
-rw-r--r--nitrokey-sys/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/nitrokey-sys/CHANGELOG.md b/nitrokey-sys/CHANGELOG.md
index 00f832b..a11d168 100644
--- a/nitrokey-sys/CHANGELOG.md
+++ b/nitrokey-sys/CHANGELOG.md
@@ -1,3 +1,13 @@
+# v3.4.3 (2019-10-12)
+- Link directly against `libnitrokey` if the `USE_SYSTEM_LIBNITROKEY`
+ environment variable is set.
+
+# v3.4.2 (2019-01-01)
+- Use the -std=c++14 compiler flag.
+- Change the build script to link to `-lhidapi` on non-Linux operating systems
+ (while still using `-lhidapi-libusb` on Linux).
+- Decouple the libnitrokey and nitrokey-sys-rs versions.
+
# v3.4.1 (2018-12-10)
- Update to libnitrokey 3.4.1. There are no changes affecting this crate.