From 2e31c8d145b3c8f0b9dc39e3b700edec08d5599c Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Fri, 16 Nov 2012 15:43:27 +0000 Subject: [PATCH] Add OSVERSION bumps: 1000022 for IPv4 stack switched to network byte order for IP packet header storage. 1000023 for jitter buffer for USB serial driver code. 1000024 for clang the default compile on i386 and amd64. Reviewed by: eadler@ --- .../books/porters-handbook/book.xml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.xml b/en_US.ISO8859-1/books/porters-handbook/book.xml index 5b90e20fe4..ae9bbf1c77 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.xml +++ b/en_US.ISO8859-1/books/porters-handbook/book.xml @@ -15827,6 +15827,32 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00 241519, 241897). + + + 1000022 + October 22, 2012 + 10-CURRENT after the entire IPv4 stack switched + to network byte order for IP packet header storage + (rev 241913). + + + + 1000023 + November 5, 2012 + 10-CURRENT after jitter buffer in the common USB + serial driver code, to temporarily store characters + if the TTY buffer is full. Add flow stop and start + signals when this happens (rev + 242619). + + + + 1000024 + November 5, 2012 + 10-CURRENT after clang was made the default + compiler on i386 and amd64 + (rev 242624). +