From owner-freebsd-questions@FreeBSD.ORG Sun Oct 28 21:36:30 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EEEF71C5 for ; Sun, 28 Oct 2012 21:36:30 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id B0A8D8FC12 for ; Sun, 28 Oct 2012 21:36:29 +0000 (UTC) Received: from baby-jane.lamaiziere.net (unknown [192.168.1.10]) by smtp.lamaiziere.net (Postfix) with ESMTP id 1F140AAF9; Sun, 28 Oct 2012 22:36:28 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 325012CECDA; Sun, 28 Oct 2012 22:35:54 +0100 (CET) Date: Sun, 28 Oct 2012 22:35:53 +0100 From: Patrick Lamaiziere To: Yuri Subject: Re: Why RELENG_9 branch is labeled as PRERELEASE and freebsd.org says FreeBSD is currently at 9.1-RC2 ? Message-ID: <20121028223553.507bc4f1@davenulle.org> In-Reply-To: <508D7DF3.8080103@rawbw.com> References: <508C7445.6080809@rawbw.com> <20121028151758.5f866bcb@davenulle.org> <508D7DF3.8080103@rawbw.com> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; i386-portbld-freebsd9) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2012 21:36:31 -0000 Le Sun, 28 Oct 2012 11:48:19 -0700, Yuri a écrit : > > RELENG_9 should be called 9-STABLE, if you want 9.1 use RELENG_9_1 > > Hm, if they wanted to keep RELENG_9 as "stable" 9.X branch, why then > 9.1-PRERELEASE is there? Is PRERELEASE considered more stable than > RC? This looks strange to me. This is because of the release process. At some point (beta) the "stable" branch (RELENG_9 here) is named -PRERELEASE. After (for release candidate) a new branch (RELENG_9_1) is created and named 9.1-XXX. This branch will be the 9.1 release and changes should be only bug fixes. RELENG_9 continues its own way. So yes, RELENG_9 "should" be named 9-STABLE. That will be fixed after the release. I guess nobody takes the time to change the name or they are too busy with the release of 9.1. Regards.