Frank Tegtmeyer <[EMAIL PROTECTED]> writes: | I thought that the -RELEASE system is made from the -STABLE cvs | branch so that this is in effect the same. Is this wrong?
No and yes. RELEASE is taken from STABLE, but that doesn't mean that STABLE is RELEASE. When a new release is being made, it is always tested rigorously. STABLE is a branch undergoing constant development, meaning that there's no guarantee of its stability. It might contain development code that could be unstable. Not really bad, but not rock solid. Tracking RELEASE is a lot more stable. If you have, say, RELENG_4_7 in your supfile, you get security fixes for 4.7-RELEASE. This doesn't happen very often unless many security holes are found. This is the way to go if you are dependent on stability. If you track RELENG_4 (= STABLE) you get more new features, but sometimes at the cost of stability. -- SB To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
