From owner-svn-doc-head@freebsd.org Tue Oct 27 19:02:47 2015 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3B88A1F166; Tue, 27 Oct 2015 19:02:47 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA6C31474; Tue, 27 Oct 2015 19:02:47 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9RJ2k5V026586; Tue, 27 Oct 2015 19:02:46 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9RJ2k8M026585; Tue, 27 Oct 2015 19:02:46 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201510271902.t9RJ2k8M026585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 27 Oct 2015 19:02:46 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47686 - head/en_US.ISO8859-1/articles/explaining-bsd X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2015 19:02:48 -0000 Author: rene Date: Tue Oct 27 19:02:46 2015 New Revision: 47686 URL: https://svnweb.freebsd.org/changeset/doc/47686 Log: en/articles/explaining-bsd: Note that EN and SA fixes also apply to RELEASEs. Modified: head/en_US.ISO8859-1/articles/explaining-bsd/article.xml Modified: head/en_US.ISO8859-1/articles/explaining-bsd/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/explaining-bsd/article.xml Tue Oct 27 18:23:36 2015 (r47685) +++ head/en_US.ISO8859-1/articles/explaining-bsd/article.xml Tue Oct 27 19:02:46 2015 (r47686) @@ -373,7 +373,8 @@ version is called the STABLE version, while in NetBSD and OpenBSD it continues to be called the RELEASE version. Smaller new features can also be added to this branch after a period of test - in the CURRENT branch. + in the CURRENT branch. Security and other important bug fixes + are also applied to all supported RELEASE versions.