From owner-freebsd-security Thu Oct 5 11:30:16 2000 Delivered-To: freebsd-security@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 4784637B502; Thu, 5 Oct 2000 11:30:09 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id e95IU7K00564; Thu, 5 Oct 2000 12:30:07 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA01024; Thu, 5 Oct 2000 12:30:06 -0600 (MDT) Message-Id: <200010051830.MAA01024@harmony.village.org> To: Brett Glass Subject: Re: Stable branch Cc: developers@freebsd.org, security@freebsd.org In-reply-to: Your message of "Thu, 05 Oct 2000 11:03:42 MDT." <4.3.2.7.2.20001005105420.04a7b540@localhost> References: <4.3.2.7.2.20001005105420.04a7b540@localhost> <20001004220906.D50210@dragon.nuxi.com> Date: Thu, 05 Oct 2000 12:30:06 -0600 From: Warner Losh Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <4.3.2.7.2.20001005105420.04a7b540@localhost> Brett Glass writes: : Perhaps this should be formalized as three branches: : : Branch name: Bug/security New features? "Breakable" for : fixes? a day or more? : : -PRODUCTION YES NO NO : : -STABLE YES YES, PREFERABLY NO : AFTER TESTING : IN -CURRENT : : -DEVELOPMENT YES YES YES : (formerly -CURRENT) Don't change -current's name. : What do you think of this as a model for what people seem to be : asking for? It is what people are asking for, but for which committers aren't doing. Until someone can be motivated to do 3.x stuff on a regular basis, several someones actually, it won't happen. Otherwise would do a PR spin with the following patch to 3.x would do the trick (I'd call it -solid, because -stable is suitable for production machines). Index: newvers.sh =================================================================== RCS file: /home/imp/FreeBSD/CVS/src/sys/conf/newvers.sh,v retrieving revision 1.41.2.16 diff -u -r1.41.2.16 newvers.sh --- newvers.sh 2000/06/20 16:13:59 1.41.2.16 +++ newvers.sh 2000/10/05 18:29:48 @@ -36,7 +36,7 @@ TYPE="FreeBSD" REVISION="3.5" -BRANCH="STABLE" +BRANCH="SOLID" RELEASE="${REVISION}-${BRANCH}" SNAPDATE="" if [ "X${SNAPDATE}" != "X" ]; then Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message