OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: Stable branch
From: Warner Losh (impvillage.org)
Date: Thu Oct 05 2000 - 13:30:06 CDT


In message <4.3.2.7.2.20001005105420.04a7b540localhost> 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 majordomoFreeBSD.org
with "unsubscribe freebsd-security" in the body of the message