diff options
| author | John Baldwin <[email protected]> | 2025-12-09 20:50:34 +0000 |
|---|---|---|
| committer | John Baldwin <[email protected]> | 2025-12-09 20:50:34 +0000 |
| commit | 0ce030d2265de718abfb746f2ef74b23a3ef0fb0 (patch) | |
| tree | c7b1beff448fd3c96eb9ba40277cf06c3b623c3c | |
| parent | 8a0b1e04b26b02e79648fe677609bc283866d311 (diff) | |
| -rw-r--r-- | documentation/content/en/books/porters-handbook/versions/_index.adoc | 10 |
1 files changed, 10 insertions, 0 deletions
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]] |
