From owner-freebsd-questions@FreeBSD.ORG Thu Oct 16 02:30:21 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C897CF12 for ; Thu, 16 Oct 2014 02:30:21 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 713A8653 for ; Thu, 16 Oct 2014 02:30:21 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s9G2UHRt039630 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 15 Oct 2014 20:30:17 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s9G2UGZh039627; Wed, 15 Oct 2014 20:30:16 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 15 Oct 2014 20:30:16 -0600 (MDT) From: Warren Block To: Polytropon Subject: Re: Noob question .... In-Reply-To: <20141016020025.27547cc0.freebsd@edvax.de> Message-ID: References: <543F041D.7030206@hiwaay.net> <20141016013646.34d542e6.freebsd@edvax.de> <543F0863.60205@hiwaay.net> <20141016020025.27547cc0.freebsd@edvax.de> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Wed, 15 Oct 2014 20:30:17 -0600 (MDT) Cc: "William A. Mahaffey III" , FreeBSD Questions !!!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2014 02:30:21 -0000 On Thu, 16 Oct 2014, Polytropon wrote: > On Wed, 15 Oct 2014 18:50:59 -0500, William A. Mahaffey III wrote: >> *Aaaaaaaaack* !!!! That clarifies an important misunderstanding for me >> .... I thought STABLE would be more/most stable, maybe a refinement on >> RELEASE .... Thx for the clarification. > > The name -STABLE is to be understood as "more stable than > -CURRENT", because when you check out the development branch, > it _might_ happen that it misbehaves or that it won't even > compile; it can also happen that an experimental feature > in -CURRENT is being removed later on. -STABLE means the ABI is stable. So applications compiled for 9.1 will still run on 9-STABLE, and vice versa. In effect, the -STABLE branch ends up being -RELEASE plus bug fixes and new features, the continued development after a release. Where a -RELEASE is a snapshot in time, -STABLE is the latest version of that branch.