Fix building rescue/rescue when sanitizers are enabled
[freebsd.git] / RELNOTES
1 Release notes for FreeBSD 14.0.
2
3 This file describes new user-visible features, changes and updates relevant to
4 users of binary FreeBSD releases.  Each entry should describe the change in no
5 more than several sentences and should reference manual pages where an
6 interested user can find more information.  Entries should wrap after 80
7 columns.  Each entry should begin with one or more commit IDs on one line,
8 specified as a comma separated list and/or range, followed by a colon and a
9 newline.  Entries should be separated by a newline.
10
11 Changes to this file should not be MFCed.
12
13 d575e81fbcfa
14         gconcat(8) has added support for appending devices to the device
15         not present at creation time.
16
17 76681661be28
18         Remove support for asymmetric cryptographic operations from
19         the kernel open cryptographic framework (OCF).
20
21 a145cf3f73c7
22         The NFSv4 client now uses the highest minor version of NFSv4
23         supported by the NFSv4 server by default instead of minor version 0,
24         for NFSv4 mounts.
25         The "minorversion" mount option may be used to override this default.