Page MenuHomeFreeBSD

14.0 relnotes: more additions and cleanups
ClosedPublic

Authored by karels on Nov 1 2023, 2:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 4, 3:20 PM
Unknown Object (File)
Sep 30 2024, 4:29 AM
Unknown Object (File)
Sep 30 2024, 4:22 AM
Unknown Object (File)
Sep 30 2024, 3:35 AM
Unknown Object (File)
Sep 27 2024, 5:11 AM
Unknown Object (File)
Sep 25 2024, 8:15 PM
Unknown Object (File)
Sep 24 2024, 6:49 AM
Unknown Object (File)
Sep 24 2024, 3:09 AM
Subscribers

Details

Summary
  • Add note about artc and others that say "removed by 14.0".
  • Mention base64(1), bc/dc, tcpdump/libpcap, ncurses/terminfo, timerfd, kvm_clock.
  • Add example for sleep(1).
  • Catch up with Relnotes entries: freebsd-update file removal.
  • Another version upgrade for OpenSSL.
  • Add Azure entry in Cloud section
  • Include kernel crypto additions.
  • Note that kinst was ported to arm64 and riscv.
  • Move vnode statistics item to Storage section
  • Add UFS section with info about hardening.
  • Add Other Storage section with msdosfs, synthetic file systems, and tarfs.
  • Add placeholder for netlink.
  • Address earlier comments on wording and markup from grahamperrin@gmail.com.

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 54236
Build 51126: arc lint + arc unit

Event Timeline

karels created this revision.

Add kernel crypto items; note arm64 and riscv support for kinst.

emaste added inline comments.
website/content/en/releases/14.0R/relnotes.adoc
135

How about for the last sentence These drivers will in fact remain for the FreeBSD 14 series. The message will be updated in FreeBSD 14.1.

201

odd line split

434

Maybe "written only for FreeBSD" or "which will not need to be ported to other systems"?

website/content/en/releases/14.0R/relnotes.adoc
201

Good catch. Copy and paste artifact.

Mark items Done.

This revision is now accepted and ready to land.Nov 1 2023, 7:49 PM
zlei added inline comments.
website/content/en/releases/14.0R/relnotes.adoc
133

Not needed any more. Fix for it has been merged into releng/14.0 [1].
See also [2] and [3].

  1. 326adc0726cf Postpone removal of the non-PNP driver until 15
  2. 2dedf41fde95 Giant: Postpone removal of Giant-locked drivers until 15
  3. d9e6e99a8525 cam/ata: Postpone removal of two compat sysctls until 15

I will make one change in the commit: I'm removing the Other Notices section with the "will be removed in 14" message, as it is no longer true.