Commit graph

106 commits

Author SHA1 Message Date
Alexander Leidinger b9a60d36ba RELNOTES: mention ZFS dataset support for jail(8) 2024-01-17 13:59:03 +01:00
Xin LI 2f036705f3 Document the two recent newsyslog(8) change (-c option and <compress>
configuration option).
2023-12-29 00:45:52 -08:00
Rick Macklem 208f089d45 RELNOTES: Add an entry for commit 1a87880700 2023-12-26 15:01:42 -08:00
Rick Macklem dac33a65b9 RELNOTES: Add an entry for commit 7c5146da12 2023-12-22 12:25:19 -08:00
Mark Johnston 33c2bd534a RELNOTES: Add an entry about bhyve's slirp backend
Sponsored by:	Innovate UK
2023-11-22 15:19:10 -05:00
Christos Margiolis b351fa9d08 RELNOTES: mention bb830e346b
Reviewed by:	markj
Differential Revision:	https://reviews.freebsd.org/D42479
2023-11-06 17:36:39 +02:00
Christos Margiolis 963f38b2db RELNOTES: bump version to 15.0
Reviewed by:	markj
Differential Revision:	https://reviews.freebsd.org/D42478
2023-11-06 17:36:33 +02:00
Baptiste Daroussin b627b3e6ea RELNOTES: fix typo
Reported by:	garga
2023-10-10 13:59:32 +02:00
Baptiste Daroussin bb63e82e8c bsddialog(1): document the replacement of dialog(1) 2023-10-10 09:24:25 +02:00
Kenta Kubo 501edb1cc7 Fix typo in RELNOTES (objump -> objdump)
Pull Request: https://github.com/freebsd/freebsd-src/pull/847
2023-09-18 11:04:21 +01:00
Dag-Erling Smørgrav d2c839eee0 Belatedly document OPIE removal in RELNOTES and UPDATING.
MFC after:	3 days
Reviewed by:	imp, emaste
Differential Revision:	https://reviews.freebsd.org/D41822
2023-09-13 11:43:45 +00:00
John Baldwin 768489c721 RELNOTES: Clarify package building on older branches for 32-bit.
"on" could be read to require native builds only vs cross-builds
via qemu-user and that was not the intention.

Suggested by:	Mark Millard <marklmi@yahoo.com>
2023-08-17 14:25:44 -07:00
John Baldwin da51a1211d RELNOTES: Note the deprecation of 32-bit platforms for 15.0.
This draws a line in the sand of removing support for 32-bit worlds
and kernels aside from COMPAT_FREEBSD32 and lib32 support.  The
project may choose to alter this approach when 15.0 is released by
extending some level of 32-bit support in 15.0 or later.

In particular, at present there is a fair bit of interest in retaining
armv7 support in 15.0 at least.

Reviewed by:	brooks
Differential Revision:	https://reviews.freebsd.org/D41164
2023-08-16 09:52:16 -07:00
John Baldwin e3637e2f5b RELNOTES: Trim spurious blank line. 2023-08-14 12:02:29 -07:00
Kyle Evans b9b8a4769c RELNOTES: add a note about lua config files in loader
Scripted configuration can make safer some use-cases that currently use
local.lua, but don't actually need to access external resources to make
their changes.  Let's note the new feature in RELNOTES.

Reviewed by:	markj
Differential Revision:	https://reviews.freebsd.org/D40066
2023-07-24 23:35:25 -05:00
Warner Losh 6a8d4071c4 nvd/nda: Add release notes info.
Sponsored by:		Netflix
2023-06-13 09:18:18 -06:00
Mike Karels 1186ef86c3 RELNOTES: add note about moving /usr/home to /home
Document change to pw and hence bsdinstall.
2023-05-24 10:32:07 -05:00
Elliott Mitchell af8e0a60d9 RELNOTES: fix consistency
Colons on the commit ids started being lost at 89d197cc99 and
continued subsequent updates.

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D39991
2023-05-06 23:32:04 -06:00
Emmanuel Vadot 1d7355248b RELNOTES: Document TI code removal from armv7 GENERIC kernel
Suggested by:	mhorne
Sponsored by:	Beckhoff Automation GmbH & Co. KG
2023-05-03 09:21:58 +02:00
Emmanuel Vadot f15b2e1afd RELNOTES: Add fwget entry
Sponsored by:	Beckhoff Automation GmbH & Co. KG
2023-05-03 09:20:35 +02:00
Rick Macklem 89d197cc99 RELNOTES: Add entries for two new NFS features 2023-04-16 12:34:52 -07:00
Rick Macklem 84eac07049 RELNOTES: Add an entry for NFS server support in vnet prisons 2023-03-12 14:55:46 -07:00
Gregory Neil Shapiro 17c8213559 Note upgrade to sendmail 8.17.1 2023-02-01 02:23:02 +00:00
Mike Karels 8d0ed56646 RELNOTES: Add mention of growfs addition of swap partition.
As documented in growfs(7).
2022-12-13 08:54:43 -06:00
Ed Maste f16281460a RELNTOES: Add note for llvm-objdump as objdump 2022-12-12 15:52:29 -05:00
Baptiste Daroussin 882fc6da1a RELNOTE: Document the removal of mta_start_script and othermta 2022-11-14 09:12:33 +01:00
Baptiste Daroussin 4d184bd438 RELNOTES: document the switch from sendmail to dma 2022-11-07 12:52:20 +01:00
Kristof Provost 3c62f0f608 RELNOTES: Add an entry for if_bridge l3 filtering default change 2022-10-24 17:58:00 +02:00
Mark Johnston 2e5699fb9c RELNOTES: Add an entry for dtrace_kinst(4) 2022-10-11 18:19:55 -04:00
Brooks Davis 9bbed3f615 Mention telnetd removal
I forgot to add Relnotes to the original commit.

Reported by:	gjb
2022-09-28 20:07:05 +01:00
Rick Macklem e7d9290fc2 RELNOTES: Add an entry for use of "intr,nolockd" NFSv4.1/4.2 mounts
Add an entry for the commits that make the mount options "intr" and
"nolockd" usable for NFSv4.1/4.2 mounts.
2022-09-07 15:55:15 -07:00
Rick Macklem 85c11f808e RELNOTES: Add an entry for new NFSv4.1/4.2 console messages
Add and entry for the commits that generate new console messages
indicating that all clients need to have unique /etc/hostid strings.
2022-09-07 15:35:55 -07:00
Mark Johnston c39eecd84b RELNOTES: Document ZFS support in makefs
Sponsored by:	The FreeBSD Foundation
2022-08-05 13:43:24 -04:00
Mark Johnston da10709ded RELNOTES: Fix whitespace 2022-07-27 11:13:20 -04:00
Mark Johnston 4cb0d41c54 RELNOTES: Add an entry for the new QAT driver
Sponsored by:	The FreeBSD Foundation
2022-07-27 11:13:20 -04:00
Mateusz Piotrowski c71a534e1c RELNOTES: Add an entry for boottrace(4)
Reviewed by:	mhorne
Sponsored by:	NetApp, Inc.
Sponsored by:	Klara Inc.
Differential Revision: https://reviews.freebsd.org/D34432
2022-03-29 13:35:14 +02:00
John Baldwin 253ecb389e RELNOTES: Note support for KTLS RX for TLS 1.3.
Sponsored by:	Netflix
2021-12-14 11:02:45 -08:00
Kristof Provost 76fe9df7a4 RELNOTES: mention 6rd support in if_stf
Sponsored by:	Rubicon Communications, LLC ("Netgate")
Differential Revision:	https://reviews.freebsd.org/D33088
2021-11-23 16:49:12 +01:00
Cy Schubert e383c423c4 RELNOTES: Add comment about WiFi 6 support to wpa 2021-11-22 12:03:34 -08:00
Cy Schubert 22b1cbec8e Revert "RELNOTES: Add comment about WiFi 6 support"
This reverts commit c0601c3e01.
2021-11-22 12:01:36 -08:00
Cy Schubert c0601c3e01 RELNOTES: Add comment about WiFi 6 support 2021-11-22 10:34:42 -08:00
Warner Losh aa80581c19 Add notes about vt beeping
Sponsored by:		Netflix
2021-11-04 09:15:38 -06:00
Gleb Smirnoff b788a226f6 Document net.inet.tcp.nolocaltimewait enabled. 2021-11-03 10:31:44 -07:00
Elliott Mitchell cfd8fda159
RELNOTES: Fix KMSAN entry
The lead digit was lost in 05eba8e068 making it impossible to find the
commit.

The two subsequent RELNOTES commits gave one less digit of the commit
hash, which is what `git rev-parse --short` thinks the minimal length is,
but keep them to align with other entries.

Fixes:		05eba8e068
Differential Revision:	https://reviews.freebsd.org/D32595
2021-10-22 15:16:54 +08:00
Baptiste Daroussin 1fca3dca23 RELNOTES: document the change of the default shell 2021-10-20 09:35:07 +02:00
Baptiste Daroussin 5aeb26000a ncurses: documents the latest changes in RELNOTES 2021-10-20 09:33:04 +02:00
Mark Johnston 05eba8e068 RELNOTES: Add entries for KASAN and KMSAN
Sponsored by:	The FreeBSD Foundation
2021-08-11 13:08:36 -04:00
Warner Losh 818edf67bd RELNOTES: update the runing entry on awk.
Dig up the major commits and document the coming -Ft change.

Sponsored by:		Netflix
2021-08-01 11:08:53 -06:00
Warner Losh cda1f88da5 RELNOTES: Put the old descripiton back
After looking at the RELNOTES files on the stable branches, restore the
old description and update the file to match the format it's supposed to
have.

Sponsored by:		Netflix
2021-07-30 17:07:52 -06:00
Warner Losh 59b83c47e2 awk: Note awk upgrades.
Note the high level differences with the latest one true awk
import. This list may grow as we learn more troublesome areas.

Updated description of the format fo the file to match the file.

I'll likely merge this change (and any followups) by direct commit to
stable/13 and stable/12 in a couple of weeks.

Sponsored by:		Netflix
2021-07-29 15:45:25 -06:00