aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2024-03-20 15:51:24 -0700
committerEric Biggers <ebiggers@google.com>2024-03-20 21:21:46 -0700
commit2543e6e5037c0b1b448282c2793f8a6ce8b12d71 (patch)
treec4350b6ecf962c4354936cd872282c363fc80ec5 /NEWS.md
parentd54b6bb12c242b3e5b9bbad6fb0678ace498b848 (diff)
downloadfsverity-utils-master.tar.gz
Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index c63dff9..d93d1c0 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,22 @@
# fsverity-utils release notes
+## Version 1.6
+
+* Eliminated the dependency on `pandoc` for installing the manual page.
+
+* Updated the documentation to reflect recent kernel changes, including the
+ kernel adding support for more Merkle tree block sizes, IMA adding support for
+ fs-verity, and btrfs adding support for fs-verity.
+
+* Updated the documentation to refer to the new fsverity mailing list.
+
+* Fixed a C++ compatibility issue in `libfsverity.h`.
+
+* `fsverity measure` now follows standard command line syntax for arguments
+ beginning with hyphens. I.e., `fsverity measure --foo` now treats `--foo` as
+ an (unsupported) option, not a filename. To operate on a file actually named
+ `--foo`, use `fsverity measure -- --foo`.
+
## Version 1.5
* Made the `fsverity sign` command and the `libfsverity_sign_digest()` function