git: 0ce030d226 - main - Document __FreeBSD_version bumps 1600004 and 1600005.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Dec 2025 20:51:01 UTC
The branch main has been updated by jhb:
URL: https://cgit.FreeBSD.org/doc/commit/?id=0ce030d2265de718abfb746f2ef74b23a3ef0fb0
commit 0ce030d2265de718abfb746f2ef74b23a3ef0fb0
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2025-12-09 20:50:34 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2025-12-09 20:50:34 +0000
Document __FreeBSD_version bumps 1600004 and 1600005.
---
.../content/en/books/porters-handbook/versions/_index.adoc | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc
index d9f2c027b1..e9de1bce21 100644
--- a/documentation/content/en/books/porters-handbook/versions/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc
@@ -81,6 +81,16 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
|October 30, 2025
|16.0-CURRENT after changing the `bus_alloc_resource` API to accept the `rid` argument by value.
+|1600004
+|gitref:b3de3c2dea576b626a8a107d96b0fd6562500c1e[repository="src",length=12]
+|November 2, 2025
+|16.0-CURRENT after adding support for `_PC_CASE_INSENSITIVE` to NFS.
+
+|1600005
+|gitref:575639548cef58590a1d70c29e47aae0e8d44153[repository="src",length=12]
+|December 9, 2025
+|16.0-CURRENT after changing the `BUS_ALLOC_RESOURCE` bus driver method to pass the `rid` argument by value.
+
|===
[[versions-15]]