git: c487d94cb6 - main - Document __FreeBSD_version 1500030
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Jan 2025 18:43:04 UTC
The branch main has been updated by jhb:
URL: https://cgit.FreeBSD.org/doc/commit/?id=c487d94cb6f4accd36ab437cec3c4aec2a272f38
commit c487d94cb6f4accd36ab437cec3c4aec2a272f38
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2025-01-02 18:42:21 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2025-01-02 18:42:57 +0000
Document __FreeBSD_version 1500030
---
documentation/content/en/books/porters-handbook/versions/_index.adoc | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc
index 179e51417f..2677fd74ae 100644
--- a/documentation/content/en/books/porters-handbook/versions/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc
@@ -210,6 +210,11 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
|December 6, 2024
|15.0-CURRENT after adding `bus_attach_children`, `bus_detach_children`, and `bus_identify_children`.
+|1500030
+|gitref:b196276c20b577b364372f1aa1a646b9ce34bf5c[repository="src",length=12]
+|January 2, 2025
+|15.0-CURRENT after changing `bus_generic_detach` to delete child devices after detaching them.
+
|===
[[versions-14]]