From d4d99ae662a3cd56784c80ca79015352bd5b6067 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Fri, 11 Jan 2013 21:51:09 +0000 Subject: [PATCH] Document __FreeBSD_version 1000025 and 1000026. --- .../books/porters-handbook/book.xml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.xml b/en_US.ISO8859-1/books/porters-handbook/book.xml index 798a18ca59..b98f47b3ed 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.xml +++ b/en_US.ISO8859-1/books/porters-handbook/book.xml @@ -15872,6 +15872,26 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00 compiler on i386 and amd64 (rev 242624). + + + 1000025 + November 17, 2012 + 10-CURRENT after the sin6_scope_id member variable + in struct sockaddr_in6 was changed to being filled by the + kernel before passing the structure to the userland via + sysctl or routing socket. This means the KAME-specific + embedded scope id in sin6_addr.s6_addr[2] is always + cleared in userland application (rev + 243443). + + + + 1000026 + January 11, 2013 + 10-CURRENT after install gained the -N flag (rev + 245313). May also be used to indicate + the presense of nmtree. +