aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 116ff0f..8745745 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,24 @@
# fsverity-utils release notes
+## Version 1.3
+
+* Added a `fsverity digest` subcommand.
+
+* Added `libfsverity_enable()` and `libfsverity_enable_with_sig()`.
+
+* Added basic support for Windows builds of `fsverity` using MinGW.
+
+* `fsverity` now defaults to 4096-byte blocks on all platforms.
+
+* libfsverity now will use SHA-256 with 4096-byte blocks if the
+ `hash_algorithm` and `block_size` fields are left 0.
+
+* `make install` now installs a pkg-config file for libfsverity.
+
+* The Makefile now uses pkg-config to get the libcrypto build flags.
+
+* Fixed `make check` with `USE_SHARED_LIB=1`.
+
## Version 1.2
* Changed license from GPL to MIT.