From owner-cvs-src@FreeBSD.ORG Mon Oct 27 07:36:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 267C616A4B3; Mon, 27 Oct 2003 07:36:22 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EB4C43FD7; Mon, 27 Oct 2003 07:36:04 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1AE9V8-0007ZK-00; Mon, 27 Oct 2003 21:41:50 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1AE9V7-0007Y6-00; Mon, 27 Oct 2003 21:41:49 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id h9RFZtg1045880; Mon, 27 Oct 2003 21:35:55 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id h9RFZtMs045873; Mon, 27 Oct 2003 21:35:55 +0600 (NOVT) (envelope-from danfe) Date: Mon, 27 Oct 2003 21:35:55 +0600 From: Alexey Dokuchaev To: "M. Warner Losh" Message-ID: <20031027153555.GB39816@regency.nsu.ru> References: <20031027093150.GA58637@regency.nsu.ru> <20031027030448.A67575@FreeBSD.org> <20031027121613.GB17552@regency.nsu.ru> <20031027.083317.54187409.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031027.083317.54187409.imp@bsdimp.com> User-Agent: Mutt/1.4.1i X-Envelope-To: imp@bsdimp.com, fjoe@FreeBSD.org, bmah@FreeBSD.org, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org cc: fjoe@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: bmah@FreeBSD.org Subject: Re: cvs commit: src/release/doc/share/sgml release.ent X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2003 15:36:22 -0000 On Mon, Oct 27, 2003 at 08:33:17AM -0700, M. Warner Losh wrote: > In message: <20031027121613.GB17552@regency.nsu.ru> > Alexey Dokuchaev writes: > : On Mon, Oct 27, 2003 at 03:04:48AM -0800, Max Khon wrote: > : > Hello! > : > > : > On Mon, Oct 27, 2003 at 03:31:50PM +0600, Alexey Dokuchaev wrote: > : > > : > > > bmah 2003/10/26 21:37:00 PST > : > > > > : > > > FreeBSD src repository > : > > > > : > > > Modified files: (Branch: RELENG_4_9) > : > > > release/doc/share/sgml release.ent > : > > > Log: > : > > > The next release of FreeBSD will most likely be 4.9.1, according to > : > > > current RE plans. > : > > > : > > I'd like to see 4.10 someday though. 4.x set a de-facto standard WRT > : > > security, robustness, and overall excellent general- (and all-) purpose > : > > operating system. Seems like it deserves 10th incarnation. 8-) > : > > : > there will be problems if it will be called 4.10. > : > at least with __FreeBSD_version. > : > : Hmm, I seem to recall a conversation from where I've got an impression > : that in FreeBSD X.Y, Y can go from 0 through 9, 10, ..., 99 up to 100. > : I'll take a look closed at __FreeBSD_version, thanks. > > in 5.x that's true, but in 4.x, only 0-9 were considered for Y. The > __FreeBSD_version will decode as 4.9.1, even if we call it 4.10. Thanks for straighting things out! ./danfe