From owner-freebsd-current@FreeBSD.ORG Mon Nov 8 16:43:39 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33CD816A4CE for ; Mon, 8 Nov 2004 16:43:39 +0000 (GMT) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EC7343D46 for ; Mon, 8 Nov 2004 16:43:38 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 29850 invoked from network); 8 Nov 2004 16:38:59 -0000 Received: from dotat.atdotat.at (HELO [62.48.0.47]) ([62.48.0.47]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 8 Nov 2004 16:38:59 -0000 Message-ID: <418FA238.80605@freebsd.org> Date: Mon, 08 Nov 2004 17:43:36 +0100 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a1) Gecko/20040520 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Yuval Levy References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: FreeBSD 6.0 and onwards X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 16:43:39 -0000 Yuval Levy wrote: > As a business I need predictability. I love the idea expressed by Scott > earlier of regular, frequent releases. I'd go one step further: Rather than > declaring the CURRENT branch STABLE and open a new CURRENT branch, I would > suggest to let both branches grow indefinitely with STABLE playing catch-up > on CURRENT. All changes (including major changes such as API) implemented > incrementally rather than disruptively and with a painless upgrade path from > one STABLE version to the next as the recommended way of keeping production > environments alive and secure. This doesn't work. You can't change API/ABI incrementally without breaking applications. -- Andre