From: Karel Zak Date: Thu, 9 Jul 2020 09:55:05 +0000 (+0200) Subject: docs: update ReleaseNotes X-Git-Tag: v2.36-rc2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0eb43f7d30cc84b8b79fc59803d6151a219f590;p=thirdparty%2Futil-linux.git docs: update ReleaseNotes Signed-off-by: Karel Zak --- diff --git a/Documentation/releases/v2.36-ReleaseNotes b/Documentation/releases/v2.36-ReleaseNotes index 8026f805cd..eb8240f407 100644 --- a/Documentation/releases/v2.36-ReleaseNotes +++ b/Documentation/releases/v2.36-ReleaseNotes @@ -55,10 +55,17 @@ All tools which read /etc/login.defs is possible to compile with libeconf now. The build system provides a new option --disable-hwclock-gplv3 to avoid optional GPLv3 code in the command hwclock(8). +The build system supports a new option --with-cryptsetup=dlopen to use dlopen +for libcryptsetup in libmount dm-verity support. This is a temporary workaround +to avoid collisions between JSON libraries and to reduce dependencies overhead in +libmount. Note that dm-verity support is still EXPERIMENTAL and disabled by +default. + more(1) has been refactored to meet 21st century codding standards. Thanks to Sami Kerola. -Thanks to Michael Kerrisk for massive man pages cleanup. +Thanks to Michael Kerrisk for massive man pages cleanup, and thanks to Evgeny +Vereshchagin for work on better integration with CIFuzz and Travis. Changes between v2.35 and v2.36