aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* Check the USE_SYSTEM_LIBNITROKEY environment variableRobin Krahl2019-01-12
| | | | | | | This patch introduces the USE_SYSTEM_LIBNITROKEY environment variable. If it is set when compiling, the nitrokey-sys crate will not try to build libnitrokey from source but instead uses the system libnitrokey version.
* Update README to reflect versioning changesRobin Krahl2019-01-01
| | | | | | To be able to ship crate updates without a new libnitrokey version, the patch version is decoupled from libnitrokey. This patch updates the README to describe this policy.
* Update to libnitrokey v3.4.1v3.4.1Robin Krahl2018-12-10
| | | | In libinitrokey v3.4.1, there are no changes affecting this crate.
* Update to libnitrokey v3.4v3.4.0Robin Krahl2018-12-10
| | | | | | Besides the changes listed in the changelog, this patch also changes the build system to be able to generate the version.cc file containing the library version.
* Release v3.3.0v3.3.0Robin Krahl2018-05-21
|
* Update readme for libnitrokey compilationRobin Krahl2018-05-21
|
* Add readmeRobin Krahl2018-05-20