Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Nov 2004 01:23:22 -0600
From:      Mark Linimon <linimon@lonesome.com>
To:        freebsd-doc@FreeBSD.org
Cc:        kensmith@FreeBSD.org
Subject:   [patch] missing FreeBSD versions in Porter's Handbook
Message-ID:  <200411070123.22843.linimon@lonesome.com>

index | next in thread | raw e-mail

[-- Attachment #1 --]
There are a couple of missing versions.  One's easy, the other is
the problematic one where we had a version and then backed it out.
Worse, we seem to have reintroduced that number later.

I _think_ this patch is accurate but someone who understands what
happened will have to tell me so.


[-- Attachment #2 --]
Index: book.sgml
===================================================================
RCS file: /home/FreeBSD/dcvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v
retrieving revision 1.490
diff -u -r1.490 book.sgml
--- book.sgml	4 Nov 2004 08:57:33 -0000	1.490
+++ book.sgml	7 Nov 2004 07:20:23 -0000
@@ -7376,6 +7376,20 @@
 		    <entry>5.3-RELEASE</entry>
 		    <entry>503000</entry>
 		  </row>
+
+		  <row>
+		    <entry>5.3 after addition of the struct inpcb
+		      argument to the pfil API.  (This was also
+		      erroneously used to indicate 5.3 after permanently
+		      enabling PFIL_HOOKS, but that was quickly backed out.)
+		    <entry>503001</entry>
+		  </row>
+
+		  <row>
+		    <entry>5.3-STABLE after branching for RELENG_5_3</entry>
+		    <entry>503100</entry>
+		  </row>
+
 		  <row>
 		    <entry>6.0-CURRENT</entry>
 		    <entry>600000</entry>
help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411070123.22843.linimon>