27 lines
1.2 KiB
Plaintext
27 lines
1.2 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
Thu Apr 4 08:52:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||
|
|
||
|
- update to 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`.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Mon Mar 27 09:01:42 UTC 2023 - David Disseldorp <ddiss@suse.com>
|
||
|
|
||
|
- Initial packaging, version 1.5 (jsc#PED-7094)
|
||
|
- Add pregenerated manpage to avoid pandoc build dependency
|
||
|
* pandoc is large and unavailable on some architectures
|
||
|
- Don't package static library
|