From owner-freebsd-net@FreeBSD.ORG Sun May 4 22:03:56 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 007921065672 for ; Sun, 4 May 2008 22:03:55 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id C9D1D8FC17 for ; Sun, 4 May 2008 22:03:55 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id D7270104ACD; Sun, 4 May 2008 18:03:54 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Sun, 04 May 2008 18:03:54 -0400 X-Sasl-enc: 6o13nYEIv3Ch4LQa4PdT7YKc00h7Qvlb5l7W2a4Sq5Du 1209938634 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 5448E22D49; Sun, 4 May 2008 18:03:54 -0400 (EDT) Message-ID: <481E32C9.8010204@FreeBSD.org> Date: Sun, 04 May 2008 23:03:53 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.12 (X11/20080423) MIME-Version: 1.0 To: Paul References: <481E31E9.2080101@gtcomm.net> In-Reply-To: <481E31E9.2080101@gtcomm.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Net Subject: Re: Network Patches from -RELEASE to -STABLE 7.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2008 22:03:56 -0000 Paul wrote: > Is there a list of patches that have been applied to -STABLE since > the -RELEASE ? > I can't seem to find a simple organized list of applied patches > (something similar to linux kernel changelog). > I want to know if anything has been fixed or udpated in the network > area to see if it warrants changing the kernel to -STABLE on a > production machine. This information is typically present in commit messages, or in FreeBSD's release notes. It's not something which is compiled on an ad-hoc basis, it is specifically compiled on a per release basis, although you may occasionally see the release engineers updating the release notes for -CURRENT. Cheers BMS