Re: git: 481fce462d - main - Document various missing __FreeBSD_version values.
John Baldwin <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
On 12/18/25 17:21, John Baldwin wrote: > The branch main has been updated by jhb: > > URL: https://cgit.FreeBSD.org/doc/commit/?id=481fce462dc6520dfe29432d673766137b7cd0fc > > commit 481fce462dc6520dfe29432d673766137b7cd0fc > Author: John Baldwin <[email protected]> > AuthorDate: 2025-12-18 22:21:02 +0000 > Commit: John Baldwin <[email protected]> > CommitDate: 2025-12-18 22:21:02 +0000 > > Document various missing __FreeBSD_version values. > --- > .../en/books/porters-handbook/versions/_index.adoc | 194 ++++++++++++++++++++- > 1 file changed, 192 insertions(+), 2 deletions(-) Reminder: if you bump __FreeBSD_version in sys/sys/param.h, you are supposed to document it here. There were quite a few missing versions on 14-STABLE and 15. The format is pretty simple to follow. -- John Baldwin