Like the PR says:
Add 6.0-R press release to site. This has already been submitted to PRWEB: http://news.yahoo.com/s/prweb/20051104/bs_prweb/prweb306854_2 PR: www/88504 Submitted by: Seth Kingsley <sethk a-t offmyserver d-o-t com>
This commit is contained in:
parent
4fac3c0dd5
commit
14d0851f57
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26256
3 changed files with 76 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/news/Makefile,v 1.42 2005/09/18 04:33:45 hrs Exp $
|
||||
# $FreeBSD: www/en/news/Makefile,v 1.43 2005/09/19 20:18:28 hrs Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -18,6 +18,7 @@ DOCS+= press-rel-4.sgml
|
|||
DOCS+= press-rel-5.sgml
|
||||
DOCS+= press-rel-6.sgml
|
||||
DOCS+= press-rel-7.sgml
|
||||
DOCS+= press-rel-8.sgml
|
||||
|
||||
# The yearly State of the Union address
|
||||
DOCS+= sou1999.sgml
|
||||
|
|
67
en/news/press-rel-8.sgml
Normal file
67
en/news/press-rel-8.sgml
Normal file
|
@ -0,0 +1,67 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Project Launches FreeBSD 6.0">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h3>FreeBSD raises the bar for open source operating systems.</h3>
|
||||
|
||||
<p>FOR IMMEDIATE RELEASE<br>
|
||||
Berkeley, CA November 4, 2005</p>
|
||||
|
||||
<p>The FreeBSD Project announces the availability of FreeBSD 6.0, an open
|
||||
source operating system derived from BSD UNIX, which offers a powerful
|
||||
alternative to Linux, Solaris, and Windows. FreeBSD enables enterprise
|
||||
organizations to utilize open source technologies that focus on
|
||||
reliability, security, and scalability.</p>
|
||||
|
||||
<p>"Yahoo! is impressed with the performance and stability of FreeBSD 6.0,"
|
||||
says David Filo, Yahoo! co-founder. Yahoo! is one of many enterprise
|
||||
companies that rely on the world-renowned stability and performance of the
|
||||
FreeBSD operating system.</p>
|
||||
|
||||
<p>One of the new features in FreeBSD 6.0 is a multithreaded filesystem,
|
||||
which greatly improves data access times for local disks, RAID
|
||||
configurations, network filesystems, and SANs. Recent performance
|
||||
benchmarks show that FreeBSD 6.0 outperforms Linux in raw data
|
||||
throughput.</p>
|
||||
|
||||
<p>Additionally, FreeBSD 6.0 extends support for wireless devices such as
|
||||
Intel Centrino and adds support for the popular new WPA wireless security
|
||||
protocol. Several improvements are incorporated into NDISulator, a
|
||||
component of the operating system that allows Windows network drivers to
|
||||
run natively under FreeBSD.</p>
|
||||
|
||||
<p>FreeBSD now scales much more efficiently across multiple processor
|
||||
systems. Support for 8 or more processors, such as the new dual core AMD
|
||||
Opteron configurations, gives consumers a viable alternative against more
|
||||
expensive, proprietary hardware platforms and operating systems from IBM,
|
||||
HP, and Sun.</p>
|
||||
|
||||
<h3>About the FreeBSD Project</h3>
|
||||
|
||||
<p>The FreeBSD Project provides a free, open source operating system for
|
||||
several platforms, including Intel x86 and AMD64. FreeBSD is derived from
|
||||
BSD, the version of UNIX developed at UC Berkeley. The unencumbered BSD
|
||||
license permits modification and redistribution of the software while
|
||||
allowing an individual or company to retain intellectual property.</p>
|
||||
|
||||
<p>For more information, please visit
|
||||
<a href="http://www.FreeBSD.org/">www.FreeBSD.org</a>.</p>
|
||||
|
||||
<h3>Press Contact</h3>
|
||||
|
||||
<p>For interviews or further information, contact: <a
|
||||
href="mailto:marketing@FreeBSD.org">marketing@FreeBSD.org</a>,
|
||||
+1-408-943-4100 ext 113; or The FreeBSD Foundation, +1-720-207-5142</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/news/pressreleases.sgml,v 1.9 2004/08/30 19:13:19 ceri Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/news/pressreleases.sgml,v 1.10 2005/10/04 19:43:48 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD Press Releases">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -17,6 +17,12 @@
|
|||
|
||||
<dl>
|
||||
|
||||
<dt>November 4, 2005</dt>
|
||||
<dd>
|
||||
<a href="press-rel-8.html">FreeBSD Project Launches FreeBSD 6.0</a>
|
||||
<p></p>
|
||||
</dd>
|
||||
|
||||
<dt>January 20, 2003</dt>
|
||||
<dd>
|
||||
<a href="press-rel-7.html">FreeBSD Project announces FreeBSD 5.0</a>
|
||||
|
|
Loading…
Reference in a new issue