From owner-freebsd-stable@FreeBSD.ORG Mon Dec 20 10:49:13 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29C7E16A4CE; Mon, 20 Dec 2004 10:49:13 +0000 (GMT) Received: from mail.dt.e-technik.uni-dortmund.de (mail.dt.E-Technik.Uni-Dortmund.DE [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id C04A143D45; Mon, 20 Dec 2004 10:49:12 +0000 (GMT) (envelope-from ma@dt.e-technik.uni-dortmund.de) Received: from localhost (localhost [127.0.0.1])B9B6B4C5F4; Mon, 20 Dec 2004 11:49:11 +0100 (CET) Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1]) by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15262-04; Mon, 20 Dec 2004 11:49:10 +0100 (CET) Received: from m2a2.dyndns.org (p54854AE1.dip.t-dialin.net [84.133.74.225]) 74DEB4C2FB; Mon, 20 Dec 2004 11:49:10 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id A4BCB77953; Mon, 20 Dec 2004 11:49:09 +0100 (CET) Received: from merlin.emma.line.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18055-03; Mon, 20 Dec 2004 11:49:09 +0100 (CET) Received: by merlin.emma.line.org (Postfix, from userid 500) id E33A278F4C; Mon, 20 Dec 2004 11:49:08 +0100 (CET) From: Matthias Andree To: freebsd-stable@FreeBSD.org, re@freebsd.org In-Reply-To: <20041218235921.GA60628@bobbi.cse.buffalo.edu> (Ken Smith's message of "Sat, 18 Dec 2004 18:59:21 -0500") References: <20041218235921.GA60628@bobbi.cse.buffalo.edu> Date: Mon, 20 Dec 2004 11:49:08 +0100 Message-ID: User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new at dt.e-technik.uni-dortmund.de Subject: Re: [FreeBSD-Announce] FreeBSD-4.11 Release Candidate 1 Available X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Dec 2004 10:49:13 -0000 Ken Smith writes: > Announcement > ------------ > > The FreeBSD Release Engineering Team is pleased to announce the availability > of FreeBSD 4.11-RC1, which marks the beginning of the FreeBSD 4.11 Release > Cycle. This will be the last of the FreeBSD 4.X releases. It is meant These long-standing bugs are still open, in decreasing order of importance. I checked 60313 and 44260 a few moments ago with a current RELENG_4_11 CVS, and haven't seen any followups on 46866 and 71453. kern/60313 data destruction (kernel access wrong address on block device) bin/46866 nondeterministic NIS returns (this has been messing up NIS-based systems for ages with users gone one moment and appearing the next) bin/71453 tcpdump segfaults on PPP IPV6CP traffic (includes a suggested solution, perhaps MFC suffices) kern/44260 LINT does not list pseudo-device tap (trivial to fix) -- Matthias Andree