Files
fsverity-utils/fsverity-utils.changes
Dirk Mueller 88f02d8f89 - 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`.

OBS-URL: https://build.opensuse.org/package/show/filesystems/fsverity-utils?expand=0&rev=6
2024-04-04 08:56:00 +00:00

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