Hi,

FreeBSD 15.0 was released today. I pushed the attached patch to
maint-tools.git documenting that and the current minor versions for the
13.x and 14.x stable branches.

I skimmed the release notes [1], and don't expect any major changes are
needed for Gnulib.

They added an implementation of inotify which is nice. I will have a
look at coreutils and see if any changes are needed to have 'tail' use
it on FreeBSD.

Two other interesting things I noticed is they added two GNU extensions,
'env -c' and 'date +%N', used to print nanoseconds. I guess they have
had 'date -I' for ISO 8601 formatted dates for a while. Now 'date -Ins'
will print nanoseconds too (using a comma separator, thankfully).

Collin

[1] https://www.freebsd.org/releases/15.0R/relnotes/

>From 6217c3ef1b84acc43a419267ad111b2f3c54f6ed Mon Sep 17 00:00:00 2001
Message-ID: <6217c3ef1b84acc43a419267ad111b2f3c54f6ed.1764643063.git.collin.fu...@gmail.com>
From: Collin Funk <[email protected]>
Date: Mon, 1 Dec 2025 18:34:06 -0800
Subject: [PATCH] Update end-of-life.txt.

---
 end-of-life.txt | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/end-of-life.txt b/end-of-life.txt
index abb82c25..1a34eae8 100644
--- a/end-of-life.txt
+++ b/end-of-life.txt
@@ -31,8 +31,14 @@ End-of-life / end-of-support data for various OS releases
   FreeBSD 11.4: 2021-09-30 †
   FreeBSD 12.4: 2023-12-31 †
   FreeBSD 13.2: 2024-06-30 †
-  FreeBSD 13.3: 2026-04-30
-  FreeBSD 14.0: 2028-11-30
+  FreeBSD 13.3: 2024-12-31 †
+  FreeBSD 13.4: 2025-06-30 †
+  FreeBSD 13.5: 2026-04-30
+  FreeBSD 14.0: 2024-09-30 †
+  FreeBSD 14.1: 2025-03-31 †
+  FreeBSD 14.2: 2025-09-30 †
+  FreeBSD 14.3: 2026-06-30
+  FreeBSD 15.0: 2026-09-30
   Reference: https://en.wikipedia.org/wiki/FreeBSD_version_history
              https://endoflife.date/freebsd
              https://www.freebsd.org/security/#sup
-- 
2.52.0

Reply via email to