From owner-svn-doc-head@FreeBSD.ORG Sat Nov 1 20:51:27 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38EC3418; Sat, 1 Nov 2014 20:51:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 1A667364; Sat, 1 Nov 2014 20:51:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA1KpQBP040844; Sat, 1 Nov 2014 20:51:26 GMT (envelope-from gavin@FreeBSD.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA1KpQXk040839; Sat, 1 Nov 2014 20:51:26 GMT (envelope-from gavin@FreeBSD.org) Message-Id: <201411012051.sA1KpQXk040839@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gavin set sender to gavin@FreeBSD.org using -f From: Gavin Atkinson Date: Sat, 1 Nov 2014 20:51:26 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45901 - in head/en_US.ISO8859-1/htdocs/releases: . 1.0 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.18-1 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: Sat, 01 Nov 2014 20:51:27 -0000 Author: gavin Date: Sat Nov 1 20:51:25 2014 New Revision: 45901 URL: https://svnweb.freebsd.org/changeset/doc/45901 Log: Add a piece of history: the FreeBSD 1.0 release announcement. In a couple of hours, FreeBSD will turn 21. Added: head/en_US.ISO8859-1/htdocs/releases/1.0/ head/en_US.ISO8859-1/htdocs/releases/1.0/Makefile (contents, props changed) head/en_US.ISO8859-1/htdocs/releases/1.0/announce.xml (contents, props changed) Modified: head/en_US.ISO8859-1/htdocs/releases/Makefile head/en_US.ISO8859-1/htdocs/releases/index.xml Added: head/en_US.ISO8859-1/htdocs/releases/1.0/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/en_US.ISO8859-1/htdocs/releases/1.0/Makefile Sat Nov 1 20:51:25 2014 (r45901) @@ -0,0 +1,12 @@ +# $FreeBSD$ + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +DOCS= announce.xml + +.include "${DOC_PREFIX}/share/mk/web.site.mk" Added: head/en_US.ISO8859-1/htdocs/releases/1.0/announce.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/en_US.ISO8859-1/htdocs/releases/1.0/announce.xml Sat Nov 1 20:51:25 2014 (r45901) @@ -0,0 +1,86 @@ + + +]> + + + &title; + + $FreeBSD$ + + + + +

+From: jkh@whisker.lotus.ie (Jordan K. Hubbard)
+Newsgroups: comp.os.386bsd.announce
+Subject: FreeBSD 1.0 RELEASE now available
+Date: 1 Nov 1993 16:12:20 -0800 +

+ +

The first "official" release of FreeBSD 1.0 is now available, no more +greek letters - this is the "production" release.

+ +

While a fair number of bugs were also whacked between EPSILON and +RELEASE, the following additional features deserve special mention:

+ +
    +
  • A dynamic buffer cache mechanism that automagically grows and shrinks + as you use the memory for other things. This should speed up disk + operations significantly.
  • + +
  • The Linux sound driver for Gravis UltraSound, SoundBlaster, etc. cards.
  • + +
  • Mitsumi CDROM interface and drive.
  • + +
  • Updated install floppies.
  • + +
  • More fail-safe probing of devices on the ISA bus. This makes it + much harder for devices to conflict with each other.
  • + +
  • Advance syscons support for XFree86 2.0.
  • +
+ +

For more information, please read the release notes.

+ +

FreeBSD 1.0 RELEASE may be obtained by ftp on freebsd.cdrom.com, and +on its various mirror sites within a day or so.

+ +

Release structure:

+ + + + + + + + + + + + + + + +
FreeBSD.cdrom.com:~ftp/pub/FreeBSD/
  FreeBSD-1.0-RELEASE/bin+src releases.
  FreeBSD-1.0-EPSILON-to-RELEASEUpgrade patches for existing EPSILON sites.
+ +

Thanks, as usual, to all the kind individuals on the net who aided us +significantly bu finding bugs, contributing fixes and just generally +lending moral support. Thank You!

+ +

Also, continuing thanks to Walnut Creek CDROM who's ongoing (and, up +to now, profitless) support has made this all possible.

+ + +

Questions, as usual, should be sent to `freebsd-questions@freefall.cdrom.com'. +Bug reports to `freebsd-bugs@freefall.cdrom.com' and general technical +commentary to `freebsd-hackers@freefall.cdrom.com'.

+ +

Regards,
+ + The FreeBSD Team.

+ +

Release Home + + Modified: head/en_US.ISO8859-1/htdocs/releases/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/Makefile Sat Nov 1 20:05:40 2014 (r45900) +++ head/en_US.ISO8859-1/htdocs/releases/Makefile Sat Nov 1 20:51:25 2014 (r45901) @@ -9,7 +9,7 @@ DOCS?= index.xml -SUBDIR= 1.1 1.1.5 2.0 2.0.5R 2.1R 2.1.5R 2.1.6R 2.1.7R 2.2R +SUBDIR= 1.0 1.1 1.1.5 2.0 2.0.5R 2.1R 2.1.5R 2.1.6R 2.1.7R 2.2R SUBDIR+= 2.2.1R 2.2.2R 2.2.5R 2.2.6R 2.2.7R 2.2.8R 3.0R 3.1R 3.2R SUBDIR+= 3.3R 3.4R 3.5R 4.0R 4.1R 4.1.1R 4.2R 4.3R 4.4R 4.5R 4.6R SUBDIR+= 4.6.2R 4.7R 4.8R 4.9R 4.10R 4.11R Modified: head/en_US.ISO8859-1/htdocs/releases/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/index.xml Sat Nov 1 20:05:40 2014 (r45900) +++ head/en_US.ISO8859-1/htdocs/releases/index.xml Sat Nov 1 20:51:25 2014 (r45901) @@ -656,7 +656,11 @@ -
  • 1.0 (November, 1993)
  • +
  • 1.0 (November, 1993) + + Announcement + +