Move 2007 newsflash and in the press entries off to a separate page
now that we have a full year of 2008 content on the news and press pages.
This commit is contained in:
parent
760c82a092
commit
71e73198d5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=33389
8 changed files with 1330 additions and 1268 deletions
16
en/news/2007/Makefile
Normal file
16
en/news/2007/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
XMLDOCS+= index:${XSL_NEWS_NEWSFLASH_OLD}:news.xml:
|
||||
DEPENDSET.index=transtable news
|
||||
|
||||
XMLDOCS+= press:${XSL_NEWS_PRESS_OLD}::
|
||||
DEPENDSET.press=transtable press
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
836
en/news/2007/news.xml
Normal file
836
en/news/2007/news.xml
Normal file
|
@ -0,0 +1,836 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!DOCTYPE news PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for News//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/news.dtd">
|
||||
|
||||
<!-- Simple schema for FreeBSD Project news.
|
||||
|
||||
Divide time in to <year>, <month>, and <day> elements, each of which
|
||||
has a <name>.
|
||||
|
||||
each <day> element contains one or more <event> elements.
|
||||
|
||||
Each <event> contains an optional <title>, and then a <p>. <p> elements
|
||||
can contain <a> anchors.
|
||||
|
||||
Use the <title> element if the <p> content is lengthy. When generating
|
||||
synopses of this information (e.g., for syndication using RDF files),
|
||||
the contents of <title> will be preferred over <p>.
|
||||
-->
|
||||
|
||||
<news>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD$
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
<year>
|
||||
<name>2007</name>
|
||||
|
||||
<month>
|
||||
<name>12</name>
|
||||
|
||||
<day>
|
||||
<name>31</name>
|
||||
<event>
|
||||
<title>FreeBSD 6.3-RC2 Available</title>
|
||||
|
||||
<p>The second release candidate of FreeBSD 6.3 has been <a
|
||||
href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-December/039352.html">announced</a>.
|
||||
ISO images and distributions for Tier-1 architectures are
|
||||
now available on most of the <a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
|
||||
FreeBSD mirror sites</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>30</name>
|
||||
<event>
|
||||
<title>FreeBSD 7.0-RC1 Available</title>
|
||||
|
||||
<p>The first release candidate of FreeBSD 7.0 is now <a
|
||||
href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-December/039334.html">available</a>.
|
||||
ISO images for Tier-1 architectures are now available on most of the
|
||||
<a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
|
||||
FreeBSD mirror sites</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>28</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:weongyo@FreeBSD.org">Weongyo Jeong</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>26</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:raj@FreeBSD.org">Rafal Jaworowski</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>25</name>
|
||||
<event>
|
||||
<title>Juniper Networks, Inc has donated a reference FreeBSD
|
||||
port to the MIPS architecture</title>
|
||||
|
||||
<p>Juniper Networks, Inc. (http://www.juniper.net) has donated a
|
||||
reference FreeBSD port to the MIPS architecture to The FreeBSD
|
||||
Project.
|
||||
This code will be used as one reference for creating an official
|
||||
project-supported FreeBSD/MIPS offering.</p>
|
||||
<p>Information about the code drop can be found <a
|
||||
href="http://people.freebsd.org/~obrien/juniper-mips.html">here</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>10</name>
|
||||
<event>
|
||||
<title>End-of-Year Fund Raising Drive</title>
|
||||
|
||||
<p>The <a href="http://www.freebsdfoundation.org">FreeBSD
|
||||
Foundation</a> has announced an End-of-Year Fund Raising
|
||||
Drive. The goal this year is to raise over $250,000.
|
||||
This money is used for sponsoring FreeBSD related conferences,
|
||||
providing travel grants to developers to attend these conferences,
|
||||
providing grants for projects that improve FreeBSD, and
|
||||
providing legal support on issues like understanding
|
||||
the GPLv3 impact on FreeBSD, trademarks, and other legal
|
||||
issues that come up.</p>
|
||||
|
||||
<p>Donations can be made online from <a
|
||||
href="http://www.freebsdfoundation.org/donate/">http://www.freebsdfoundation.org/donate/</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>5</name>
|
||||
<event>
|
||||
<title>&os; 7.0-BETA4 Available</title>
|
||||
|
||||
<p>The &os; 7.0 release process proceeds and as a consequence
|
||||
the 7.0-BETA4 ISO images for Tier-1 architectures are now <a
|
||||
href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-December/038873.html">
|
||||
available</a> for download on most <a
|
||||
href="&enbase;/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
|
||||
&os; mirror sites</a>. We ask our users to report any
|
||||
outstanding bugs, as this will presumably be the last BETA
|
||||
release before the first RC release.</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>11</name>
|
||||
|
||||
<day>
|
||||
<name>29</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD 6.3-RC1 Available</title>
|
||||
|
||||
<p>The first release candidate of FreeBSD 6.3 has been <a
|
||||
href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-November/038670.html">announced</a>.
|
||||
ISO images and distributions for Tier-1 architectures are now available on most of the
|
||||
<a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
|
||||
FreeBSD mirror sites</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>19</name>
|
||||
<event>
|
||||
<title>&os; 7.0-BETA3 Available</title>
|
||||
|
||||
<p>The &os; 7.0 release process proceeds and as a consequence
|
||||
the 7.0-BETA3 ISO images for Tier-1 architectures are now <a
|
||||
href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-November/038388.html">
|
||||
available</a> for download on most <a
|
||||
href="&enbase;/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
|
||||
&os; mirror sites</a>. We ask our users to report any
|
||||
outstanding bugs.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>4</name>
|
||||
<event>
|
||||
<title>&os; 7.0-BETA2 Available</title>
|
||||
|
||||
<p>The &os; 7.0 release process proceeds and as a consequence
|
||||
the 7.0-BETA2 ISO images for Tier-1 architectures are now <a
|
||||
href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-November/037966.html">
|
||||
available</a> for download on most <a
|
||||
href="&enbase;/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
|
||||
&os; mirror sites</a>. We ask our users to report any
|
||||
outstanding bugs, as this will presumably be the last BETA
|
||||
release before the first RC release.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>1</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:brix@FreeBSD.org">Henrik Brix Andersen</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>10</name>
|
||||
|
||||
<day>
|
||||
<name>27</name>
|
||||
<event>
|
||||
<title>The FreeBSD Foundation auctions the first copy of the book
|
||||
"Absolute &os;, 2nd Edition"</title>
|
||||
|
||||
<p>The &os; Foundation has started its Fall Fund-Raising
|
||||
Campaign with an auction of the first copy of the book
|
||||
"Absolute &os;, 2nd Edition" which was graciously
|
||||
donated by the author Michael Lucas. The winner of this
|
||||
auction will get a laser-printed Certificate of Authenticity
|
||||
together with a signed bookplate. All proceeds will go to
|
||||
The &os; Foundation! The bidding ends on November 2nd.
|
||||
More information is available on <a
|
||||
href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=120175384688&ssPageName=ADME:L:LCA:US:1123">eBay</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>26</name>
|
||||
<event>
|
||||
<p>Enhanced commit privileges: <a href="mailto:miwi@FreeBSD.org">Martin Wilke</a>
|
||||
(ports, doc)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>25</name>
|
||||
<event>
|
||||
<title>New committer: <a href="mailto:lulf@FreeBSD.org">Ulf Lilleengen</a>
|
||||
(src). SoC2007 alumnus.</title>
|
||||
|
||||
<p><a href="mailto:lulf@FreeBSD.org">Ulf Lilleengen</a> is now a src/
|
||||
committer. He participated in the Summer of Code program, where he
|
||||
worked on gvinum. In FreeBSD, Ulf will continue to work on gvinum,
|
||||
as well as csup and filesystem-related parts.</p>
|
||||
</event>
|
||||
</day>
|
||||
<day>
|
||||
<name>22</name>
|
||||
<event>
|
||||
<title>&os; 7.0-BETA1 Available</title>
|
||||
|
||||
<p>The final stage of the &os;-7.0 Release cycle has begun
|
||||
with the first beta release. The &os; 7.0-BETA1 ISO images
|
||||
for Tier-1 architectures are now <a
|
||||
href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-October/037539.html">available</a>
|
||||
for download on most of the <a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
|
||||
&os; mirror sites</a>. The more people that test and
|
||||
report bugs, the better &os; 7.0-RELEASE will be. For more
|
||||
information about the &os; 7.0 release process, please check
|
||||
the official <a
|
||||
href="http://www.freebsd.org/releases/7.0R/schedule.html">schedule</a>
|
||||
and the <a
|
||||
href="http://www.freebsd.org/releases/7.0R/todo.html">todo</a>
|
||||
list.</p>
|
||||
</event>
|
||||
</day>
|
||||
<day>
|
||||
<name>10</name>
|
||||
<event>
|
||||
<title>July-October, 2007 Status Reports</title>
|
||||
|
||||
<p>The July-October, 2007 Status Reports is <a
|
||||
href="&enbase;/news/status/report-2007-07-2007-10.html">now
|
||||
available</a> with 21 entries.</p>
|
||||
</event>
|
||||
</day>
|
||||
<day>
|
||||
<name>3</name>
|
||||
<event>
|
||||
<title>PC-BSD 1.4 Released</title>
|
||||
|
||||
<p>PC-BSD 1.4 has just been released. PC-BSD is a
|
||||
successful desktop operating system based on FreeBSD that
|
||||
focuses on providing an easy to use desktop system for
|
||||
casual computer users. The release may be <a
|
||||
href="http://www.pcbsd.org">downloaded</a> or <a
|
||||
href="http://www.freebsdmall.com">purchased</a> on CD.</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>9</name>
|
||||
|
||||
<day>
|
||||
<name>28</name>
|
||||
<event>
|
||||
<title>New committer: <a href="mailto:kaiw@FreeBSD.org">Kai Wang</a>
|
||||
(src). SoC2007 alumnus.</title>
|
||||
|
||||
<p><a href="mailto:kaiw@FreeBSD.org">Kai Wang</a>, a
|
||||
student in the Summer of Code program, is now a
|
||||
src/ committer.</p>
|
||||
</event>
|
||||
</day>
|
||||
<day>
|
||||
<name>25</name>
|
||||
<event>
|
||||
<title>New committer: <a href="mailto:rpaulo@FreeBSD.org">Rui Paulo</a>
|
||||
(src). SoC2007 alumnus.</title>
|
||||
|
||||
<p><a href="mailto:rpaulo@FreeBSD.org">Rui Paulo</a>, a
|
||||
student in the Summer of Code program, is now a full
|
||||
src/ committer.</p>
|
||||
</event>
|
||||
</day>
|
||||
<day>
|
||||
<name>17</name>
|
||||
<event>
|
||||
<title>Summer of Code Projects Completed</title>
|
||||
|
||||
<p>We are happy to report that 22 students successfully
|
||||
completed their FreeBSD <a
|
||||
href="&enbase;/projects/summerofcode-2007.html">Summer of
|
||||
Code</a> projects. Congratulations to both mentors and
|
||||
students, and thanks to <a
|
||||
href="http://www.google.com/">Google</a> for running
|
||||
this program and providing funding.</p>
|
||||
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>8</name>
|
||||
|
||||
<day>
|
||||
<name>29</name>
|
||||
<event>
|
||||
<title>FreeBSD Foundation August 2007 newsletter</title>
|
||||
|
||||
<p>The FreeBSD Foundation has published their
|
||||
<a href="http://www.freebsdfoundation.org/press/2007Aug-newsletter.shtml">
|
||||
August 2007 newsletter</a> which summarizes their activities
|
||||
so far this year.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>20</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:tabthorpe@FreeBSD.org">Thomas Abthorpe</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>2</name>
|
||||
<event>
|
||||
<title>IPv6 live at the FreeBSD.org cluster</title>
|
||||
|
||||
<p>Most of the machines and services in the FreeBSD.org cluster
|
||||
are now available through IPv6. This includes www, mail and
|
||||
developer ssh access. Connectivity is provided from ISC using
|
||||
a tunnel.</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:loader@FreeBSD.org">Fukang Chen</a>
|
||||
(doc)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>7</name>
|
||||
|
||||
<day>
|
||||
<name>10</name>
|
||||
<event>
|
||||
<title>April-June, 2007 Status Report</title>
|
||||
|
||||
<p>The April-June, 2007 Status Report is <a
|
||||
href="&enbase;/news/status/report-2007-04-2007-06.html">now
|
||||
available</a> with 49 entries.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>9</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:lme@FreeBSD.org">Lars Engels</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>6</name>
|
||||
|
||||
<day>
|
||||
<name>25</name>
|
||||
<event>
|
||||
<p>Enhanced commit privileges: <a href="mailto:edwin@FreeBSD.org">Edwin Groothuis</a>
|
||||
(src, ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>24</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:scf@FreeBSD.org">Sean C. Farley</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>12</name>
|
||||
<event>
|
||||
<p>New committer: <a
|
||||
href="mailto:timur@FreeBSD.org">Timur I. Bakeyev</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>Enhanced commit privileges: <a
|
||||
href="mailto:chinsan@FreeBSD.org">Chin-San Huang</a>
|
||||
(doc, ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>7</name>
|
||||
<event>
|
||||
<title>FreeBSD Project Integrates Support for the Camellia Block Cipher</title>
|
||||
|
||||
<p>Support for the Camellia block cipher has been integrated
|
||||
into FreeBSD 7-CURRENT and will be part of the upcoming
|
||||
FreeBSD 7-RELEASE. For more information, please refer to the <a
|
||||
href="http://www.emediawire.com/releases/2007/6/emw531216.htm">
|
||||
press release</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>4</name>
|
||||
|
||||
<event>
|
||||
<p>Enhanced commit privileges: <a href="mailto:jkois@FreeBSD.org">Johann Kois</a>
|
||||
(full doc/www)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>5</name>
|
||||
|
||||
<day>
|
||||
<name>30</name>
|
||||
<event>
|
||||
<p>New committer: <a
|
||||
href="mailto:beech@FreeBSD.org">Beech Rintoul</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>29</name>
|
||||
<event>
|
||||
<title>New committer: <a href="mailto:attilio@FreeBSD.org">Attilio Rao</a>
|
||||
(src). SoC2007 alumnus.</title>
|
||||
|
||||
<p><a href="mailto:attilio@FreeBSD.org">Attilio Rao</a>, a
|
||||
student in the Summer of Code program, is now a full
|
||||
src/ committer.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>19</name>
|
||||
<event>
|
||||
<title>Xorg 7.2 imported into the ports collection.</title>
|
||||
<p>Thanks to the hard work of
|
||||
<a href="mailto:flz@FreeBSD.org">Florent Thoumie</a> (and
|
||||
others), the FreeBSD ports collection now uses the modular
|
||||
Xorg 7.2 as its default X server. i386 and AMD64 6.2-STABLE
|
||||
packages are available and other architectures/releases
|
||||
will be available later, or you can compile it from
|
||||
source. In both cases, see <a
|
||||
href="http://www.freebsd.org/cgi/cvsweb.cgi/ports/UPDATING?rev=1.504;content-type=text%2Fplain">
|
||||
the 20070519 entry in /usr/ports/UPDATING</a> on how to upgrade. Please track <a
|
||||
href="http://docs.freebsd.org/mail/archive/freebsd-ports.html">-ports</a>
|
||||
for last minute information.
|
||||
</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>4</name>
|
||||
|
||||
<day>
|
||||
<name>26</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:araujo@FreeBSD.org">Marcelo Araujo</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>25</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:nemoliu@FreeBSD.org">Tong Liu</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>13</name>
|
||||
|
||||
<event>
|
||||
<title>Funded Summer of Code Projects Announced</title>
|
||||
|
||||
<p>The FreeBSD Project received over 120 applications for <a
|
||||
href="http://code.google.com/soc">Google's
|
||||
Summer of Code</a> program, amongst which 25 were selected
|
||||
for funding. Unfortunately, there were far more first rate
|
||||
applications than available spots for students. However,
|
||||
we encourage students to work together with us all year
|
||||
round. The FreeBSD Project is always willing to help
|
||||
mentor students learn more about operating system
|
||||
development through our normal community mailing lists and
|
||||
development forums. Contributing to an open source
|
||||
software project is a valuable component of a computer
|
||||
science education and great preparation for a career in
|
||||
software development.</p>
|
||||
|
||||
<p>A complete list of the winning students and projects is
|
||||
available <a
|
||||
href="http://www.freebsd.org/projects/summerofcode-2007.html">here</a>.
|
||||
A <a href="http://wiki.freebsd.org/moin.cgi/SummerOfCode2007">Summer
|
||||
of Code wiki</a> is also available with additional information.</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:trasz@FreeBSD.org">Edward Tomasz Napierala</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
<event>
|
||||
<title>Mongolian FreeBSD Documentation Project Launches</title>
|
||||
|
||||
<p>Under the supervision of <a
|
||||
href="mailto:ganbold@micom.mng.net">Ganbold Tsagaankhuu</a> the
|
||||
Mongolian translation goes live. The official translation of the
|
||||
FreeBSD Handbook, completed by the Mongolian FreeBSD Documentation
|
||||
Project, adds support for documentation in another language. For
|
||||
more information about the ongoing work of the MFDP, please refer
|
||||
to the <a href="&enbase;/docproj/translations.html">Translations page
|
||||
of the FreeBSD Documentation Project</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>12</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:mav@FreeBSD.org">Alexander Motin</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>9</name>
|
||||
<event>
|
||||
<title>January-March, 2007 Status Report</title>
|
||||
|
||||
<p>The January-March, 2007 Status Report is <a
|
||||
href="&enbase;/news/status/report-2007-01-2007-03.html">now
|
||||
available</a> with 19 entries.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>6</name>
|
||||
<event>
|
||||
<title>ZFS Now Part of FreeBSD</title>
|
||||
|
||||
<p>Support for Sun's <a href="http://www.sun.com/2004-0914/feature/">
|
||||
ZFS</a> has been committed
|
||||
to the FreeBSD 7-CURRENT development branch and will be available
|
||||
as an experimental feature in FreeBSD 7.0-RELEASE. For more
|
||||
information please refer to the <a
|
||||
href="http://lists.freebsd.org/pipermail/freebsd-current/2007-April/070544.html">
|
||||
announcement</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>4</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:mm@FreeBSD.org">Martin Matuska</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>3</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:lwhsu@FreeBSD.org">Li-Wen Hsu</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>3</name>
|
||||
|
||||
<day>
|
||||
<name>28</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:sephe@FreeBSD.org">Sepherosa Ziehau</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>14</name>
|
||||
<event>
|
||||
<title>Accepting Applications for Summer of Code</title>
|
||||
|
||||
<p>The FreeBSD Project is now accepting applications for
|
||||
the Google <a
|
||||
href="http://code.google.com/summerofcode.html">Summer
|
||||
of Code 2007</a> program. This program will provide
|
||||
funding for students to spend the summer contributing to
|
||||
open source software projects. A list of FreeBSD specific
|
||||
projects and potential mentors is available <a
|
||||
href="&enbase;/projects/summerofcode.html">here</a>.</p>
|
||||
|
||||
<p>Once a suitable project and mentor have been identified,
|
||||
interested students should complete a proposal and submit
|
||||
it to Google. Proposals are now being accepted and the
|
||||
final deadline is March 24, 2007. Please see the <a
|
||||
href="http://code.google.com/support/bin/topic.py?topic=10442">Google
|
||||
FAQ</a> for more information.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>12</name>
|
||||
<event>
|
||||
<title>March 2007 Snapshot Releases Available</title>
|
||||
|
||||
<p>FreeBSD 7-CURRENT and 6-STABLE snapshot releases for
|
||||
March 2007 now available. The FreeBSD Release Engineering
|
||||
Team issues snapshot releases to encourage users to test
|
||||
new features and improve the reliability. For more
|
||||
details, please visit
|
||||
<a href="&enbase;/snapshots/index.html">the snapshots
|
||||
page</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>11</name>
|
||||
<event>
|
||||
<title>New committer: <a
|
||||
href="mailto:bushman@FreeBSD.org">Michael Bushkov</a>
|
||||
(src). An SoC2006 alumnus.</title>
|
||||
|
||||
<p><a href="mailto:bushman@FreeBSD.org">Michael Bushkov</a>, a
|
||||
successful student from last year's Summer of Code
|
||||
program, has continued working with the FreeBSD Project
|
||||
and is now a full src/ committer.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>10</name>
|
||||
<event>
|
||||
<title>Progress on scaling of FreeBSD on 8 CPU systems</title>
|
||||
|
||||
<p>Recently there has been significant progress on optimizing
|
||||
FreeBSD 7.0 for MySQL running an 8-core amd64 system. Under the
|
||||
test workload FreeBSD has peak performance consistent with Linux,
|
||||
and outperforms it by a factor of 4 under higher loads. Continue
|
||||
reading for a more <a
|
||||
href="http://people.freebsd.org/~kris/scaling/mysql.html">detailed
|
||||
report here.</a></p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>7</name>
|
||||
<event>
|
||||
<title>FreeBSD Announces Intel Approval for Redistribution of Wireless Firmware</title>
|
||||
|
||||
<p>The FreeBSD project has reached an agreement with Intel about the redistribution
|
||||
of firmware images for Intel wireless cards. Please refer to the <a
|
||||
href="http://www.prweb.com/releases/2007/03/prweb509818.htm">press release</a>
|
||||
for more information.</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>2</name>
|
||||
|
||||
<day>
|
||||
<name>27</name>
|
||||
<event>
|
||||
<p><a href="&enbase;/releng/dst_info.html">Information</a>
|
||||
about how the change in Daylight Savings Time for some
|
||||
time zones affects FreeBSD releases.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>23</name>
|
||||
<event>
|
||||
<p>Enhanced commit privileges: <a
|
||||
href="mailto:remko@FreeBSD.org">Remko Lodder</a>
|
||||
(doc,src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>17</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:jinmei@FreeBSD.org">JINMEI, Tatuya</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>16</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:sepotvin@FreeBSD.org">Stephane E. Potvin</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>10</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:benjsc@FreeBSD.org">Benjamin Close</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>9</name>
|
||||
<event>
|
||||
<title>Podcast Interview with FreeBSD Core Team Member and
|
||||
AsiaBSDCon 2007 Program Committee Chair George V.
|
||||
Neville-Neil.</title>
|
||||
|
||||
<p>In his latest <a href="http://bsdtalk.blogspot.com/">bsdtalk</a>
|
||||
podcast, Will Backman interviews FreeBSD Developer George V.
|
||||
Neville-Neil about the upcoming AsiaBSDCon conference.
|
||||
<a
|
||||
href="http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk099.mp3">
|
||||
http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk099.mp3</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>8</name>
|
||||
<event>
|
||||
<title>AsiaBSDCon 2007 Announces Conference Schedule</title>
|
||||
|
||||
<p>AsiaBSDCon, the BSD conference for Asia, has posted its schedule of
|
||||
tutorials, papers and presentations for the conference, taking place
|
||||
in Tokyo from March 8th through 11th 2007. The complete schedule can
|
||||
be found <a href="http://www.asiabsdcon.org/timetable.html">here</a>.</p>
|
||||
|
||||
<p>Registration will begin on or about the 12th of February.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>2</name>
|
||||
<event>
|
||||
<p>Enhanced commit privileges: <a
|
||||
href="mailto:gabor@FreeBSD.org">Gábor Kövesdán</a>
|
||||
(doc, ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>1</name>
|
||||
|
||||
<day>
|
||||
<name>31</name>
|
||||
<event>
|
||||
<p>Enhanced commit privileges: <a
|
||||
href="mailto:rafan@FreeBSD.org">Rong-En Fan</a>
|
||||
(src, ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>18</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:db@FreeBSD.org">Diane Bruce</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>16</name>
|
||||
<event>
|
||||
<title>October-December, 2006 Status Report</title>
|
||||
|
||||
<p>The October-December, 2006 Status Report is <a
|
||||
href="&enbase;/news/status/report-2006-10-2006-12.html">now
|
||||
available</a> with 41 entries.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>15</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD 6.2-RELEASE is Now Available</title>
|
||||
|
||||
<p><a href="&enbase;/releases/6.2R/announce.html">FreeBSD
|
||||
6.2-RELEASE</a> has been released. Please check the <a
|
||||
href="&enbase;/releases/6.2R/errata.html">release errata</a>
|
||||
before installation for any late-breaking news and/or
|
||||
issues with 6.2. The <a
|
||||
href="&enbase;/releases/index.html">Release Information</a>
|
||||
page has more information about FreeBSD releases.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>9</name>
|
||||
|
||||
<event>
|
||||
<title>Hungarian FreeBSD Documentation Project Launches</title>
|
||||
|
||||
<p>Under the supervision of FreeBSD developer Gábor Kövesdán, the
|
||||
Hungarian translation goes live. This official translation,
|
||||
completed by the Hungarian FreeBSD Documentation Project, adds
|
||||
support for documentation in another language. For more
|
||||
information about the ongoing work of the HFDP team, please refer
|
||||
to <a href="http://www.FreeBSD.org/docproj/translations.html">the
|
||||
Translations page of the FreeBSD Documentation Project</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
</year>
|
||||
|
||||
</news>
|
470
en/news/2007/press.xml
Normal file
470
en/news/2007/press.xml
Normal file
|
@ -0,0 +1,470 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE press PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Press//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/press.dtd">
|
||||
<!--
|
||||
COMMITTERS PLEASE NOTE:
|
||||
News articles referenced in this file are also to be archived under
|
||||
"freefall:/c/www/bsddoc/press/".
|
||||
-->
|
||||
<press>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD$
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
<year>
|
||||
<name>2007</name>
|
||||
|
||||
<month>
|
||||
<name>11</name>
|
||||
|
||||
<story>
|
||||
<name>DataPipe and Rackspace are the Most Reliable Hosting Companies in October 2007</name>
|
||||
<url>http://news.netcraft.com/archives/2007/11/19/datapipe_and_rackspace_are_the_most_reliable_hosting_companies_in_october_2007.html</url>
|
||||
<site-name>Netcraft</site-name>
|
||||
<site-url>http://www.netcraft.com/</site-url>
|
||||
<date>19 November 2007</date>
|
||||
<author>Paul Mutton</author>
|
||||
<p>FreeBSD using web hosting provider DataPipe was ranked the
|
||||
most reliable provider in October 2007 by Netcraft.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>10</name>
|
||||
|
||||
<story>
|
||||
<name>Desktop FreeBSD Part 9: FreeBSD and Broadband</name>
|
||||
<url>http://www.ofb.biz/safari/article/441.html</url>
|
||||
<site-name>Open For Business</site-name>
|
||||
<site-url>http://www.ofb.biz/</site-url>
|
||||
<date>30 October 2007</date>
|
||||
<author>Ed Hurst</author>
|
||||
<p>An article that briefly covers broadband setup on FreeBSD.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Squeeze Your Gigabit NIC for Top Performance</name>
|
||||
<url>http://www.enterprisenetworkingplanet.com/nethub/article.php/3485486</url>
|
||||
<site-name>Enterprise Networking Planet</site-name>
|
||||
<site-url>http://www.enterprisenetworkingplanet.com/</site-url>
|
||||
<date>24 October 2007</date>
|
||||
<author>Charlie Schluting</author>
|
||||
<p>Describes the TCP stack tuning process used to get FreeBSD
|
||||
5.3 to run at gigabit speeds.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Low-Cost Storage Tools</name>
|
||||
<url>http://www.processor.com/editorial/article.asp?article=articles/p2942/23p42/23p42.asp&guid=&searchtype=&WordList=&bJumpTo=True</url>
|
||||
<site-name>Processor Magazine</site-name>
|
||||
<site-url>http://www.processor.com/</site-url>
|
||||
<date>19 October 2007</date>
|
||||
<author>Processor magazine staff</author>
|
||||
<p>FreeBSD-based FreeNAS is touched upon in an article on
|
||||
open-source storage tools.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Creating And Managing A Jailed Virtual Host
|
||||
in FreeBSD</name>
|
||||
<url>http://www.openaddict.com/node/36</url>
|
||||
<site-name>OpenAddict</site-name>
|
||||
<site-url>http://www.openaddict.com/</site-url>
|
||||
<date>18 October 2007</date>
|
||||
<author>Sharaz</author>
|
||||
<p>An article discussing how to build and subsequently manage
|
||||
FreeBSD jails.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Managing Multiple FreeBSD Systems</name>
|
||||
<url>http://www.openaddict.com/node/35</url>
|
||||
<site-name>OpenAddict</site-name>
|
||||
<site-url>http://www.openaddict.com/</site-url>
|
||||
<date>18 October 2007</date>
|
||||
<author>Sharaz</author>
|
||||
<p>An article on keeping multiple FreeBSD machines upto-date
|
||||
by building from source code.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Desktop FreeBSD Part 8: Updating the Core System</name>
|
||||
<url>http://www.ofb.biz/safari/article/439.html</url>
|
||||
<site-name>Open For Business</site-name>
|
||||
<site-url>http://www.ofb.biz/</site-url>
|
||||
<date>5 October 2007</date>
|
||||
<author>Ed Hurst</author>
|
||||
<p>An article that touches on the process of rebuilding a
|
||||
FreeBSD system from source.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>9</name>
|
||||
<story>
|
||||
<name>PC-BSD revisited</name>
|
||||
<url>http://blogs.ittoolbox.com/webdesign/php/archives/pcbsd-revisited-18820</url>
|
||||
<site-name>ITToolbox</site-name>
|
||||
<site-url>http://www.ittoolbox.com/</site-url>
|
||||
<date>6 September 2007</date>
|
||||
<author>Gregory L. Magnusson</author>
|
||||
<p>A reviewer is impressed by the FreeBSD-based PC-BSD desktop
|
||||
system.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>8</name>
|
||||
|
||||
<story>
|
||||
<name>Downtime, What's That?</name>
|
||||
<url>http://www.processor.com/editorial/article.asp?article=articles/P2935/21p35/21p35.asp&guid=</url>
|
||||
<site-name>Processor Magazine</site-name>
|
||||
<site-url>http://www.processor.com/</site-url>
|
||||
<date>31 August 2007</date>
|
||||
<author>Processor Magazine staff</author>
|
||||
<p>An article in the Processor Magazine discusses using
|
||||
FreeBSD or OpenBSD as part of a strategy to increase server
|
||||
uptime.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Linux vs. BSD, What's the Difference?</name>
|
||||
<url>http://www.linuxdevcenter.com/pub/a/linux/2007/08/23/linux-vs-bsd-whats-the-difference.html</url>
|
||||
<site-name>Linux Dev Center</site-name>
|
||||
<site-url>http://www.linuxdevcenter.com/</site-url>
|
||||
<date>23 August 2007</date>
|
||||
<author>Dru Lavigne</author>
|
||||
<p>An introduction to PC-BSD for Linux users.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Desktop FreeBSD Part 7: Terminal Emulator Settings</name>
|
||||
<url>http://www.ofb.biz/safari/article/435.html</url>
|
||||
<site-name>Open For Business</site-name>
|
||||
<site-url>http://www.ofb.biz/</site-url>
|
||||
<date>10 August 2007</date>
|
||||
<author>Ed Hurst</author>
|
||||
<p>An article on using and configuring the command line in
|
||||
FreeBSD.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>The INQ takes a dip into open sauce</name>
|
||||
<url>http://www.theinquirer.net/?article=41377</url>
|
||||
<site-name>The Inquirer</site-name>
|
||||
<site-url>http://www.theinquirer.net/</site-url>
|
||||
<date>1 August 2007</date>
|
||||
<author>Dr. John</author>
|
||||
<p>The Inquirer takes FreeBSD-based PC-BSD 1.4 (beta) for a test
|
||||
drive.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>7</name>
|
||||
|
||||
<story>
|
||||
<name>BSDTalk Interview: Embedding FreeBSD</name>
|
||||
<url>http://bsdtalk.blogspot.com/2007/07/bsdtalk122-embedding-freebsd-with-m.html</url>
|
||||
<site-name>bsdtalk</site-name>
|
||||
<site-url>http://bsdtalk.blogspot.com/</site-url>
|
||||
<date>26 July 2007</date>
|
||||
<author>Will Backman</author>
|
||||
<p>A podcast interview with M. Warner Losh on embedding
|
||||
FreeBSD.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>BSDTalk Interview: George Neville-Neil</name>
|
||||
<url>http://bsdtalk.blogspot.com/2007/07/bsdtalk121-fast-ipsec-with-george.html</url>
|
||||
<site-name>bsdtalk</site-name>
|
||||
<site-url>http://bsdtalk.blogspot.com</site-url>
|
||||
<date>18 July 2007</date>
|
||||
<author>Will Backman</author>
|
||||
<p>BSDTalk interviews FreeBSD developer George Neville-Neil
|
||||
about FAST IPSec</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Desktop FreeBSD Part 6: User PPP Connections</name>
|
||||
<url>http://www.ofb.biz/safari/article/433.html</url>
|
||||
<site-name>Open For Business</site-name>
|
||||
<site-url>http://www.ofb.biz/</site-url>
|
||||
<date>7 July 2007</date>
|
||||
<author>Ed Hurst</author>
|
||||
<p>A tutorial on setting up user PPP on FreeBSD.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>6</name>
|
||||
|
||||
<story>
|
||||
<name>24-hour test drive: PC-BSD</name>
|
||||
<url>http://arstechnica.com/reviews/os/pc-bsd-a-24-hour-test-drive.ars</url>
|
||||
<site-name>Ars Technica</site-name>
|
||||
<site-url>http://www.arstechnica.com/</site-url>
|
||||
<date>18 June 2007</date>
|
||||
<author>Troy Unrau</author>
|
||||
<p>Ars Technica reviews PC-BSD 1.3 and is favorably impressed.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Desktop FreeBSD Part 5: Printing</name>
|
||||
<url>http://www.ofb.biz/safari/article/430.html</url>
|
||||
<site-name>Open For Business</site-name>
|
||||
<site-url>http://www.ofb.biz/</site-url>
|
||||
<date>11 June 2007</date>
|
||||
<author>Ed Hurst</author>
|
||||
<p>An introduction to printing on a FreeBSD desktop.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Kazakhs shower president with cryptic questions</name>
|
||||
<url>http://www.reuters.com/article/technologyNews/idUSL0131903220070601</url>
|
||||
<site-name>Reuters</site-name>
|
||||
<site-url>http://www.reuters.com/</site-url>
|
||||
<date>1 June 2007</date>
|
||||
<author>Reuters</author>
|
||||
<p>An article about FreeBSD being part of the most popular
|
||||
question in a webcast with the Kazakhian president.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>5</name>
|
||||
|
||||
<story>
|
||||
<name>A BSD Rootkit Primer</name>
|
||||
<url>http://www.onlamp.com/pub/a/bsd/2007/05/31/defending-against-rootkits-under-bsd.html</url>
|
||||
<site-name>ONLamp.com</site-name>
|
||||
<site-url>http://www.onlamp.com/</site-url>
|
||||
<date>31 May 2007</date>
|
||||
<author>Federico Biancuzzi</author>
|
||||
<p>An interview with the author of the first book on BSD
|
||||
rootkits.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>BSDTalk Interview: FreeBSD Core Team</name>
|
||||
<url>http://bsdtalk.blogspot.com/2007/05/bsdtalk114-few-freebsd-core-team.html</url>
|
||||
<site-name>bsdtalk</site-name>
|
||||
<site-url>http://bsdtalk.blogspot.com/</site-url>
|
||||
<date>25 May 2007</date>
|
||||
<author>Will Backman</author>
|
||||
<p>BSDTalk interviews a few FreeBSD Core team members
|
||||
at BSDCAN '07.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Desktop FreeBSD Part 4: Internet Mail Setup</name>
|
||||
<url>http://www.ofb.biz/safari/article/427.html</url>
|
||||
<site-name>Open For Business</site-name>
|
||||
<site-url>http://www.ofb.biz/</site-url>
|
||||
<date>18 May 2007</date>
|
||||
<author>Ed Hurst</author>
|
||||
<p>An article on setting up email for a FreeBSD desktop.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Linux too vanilla? Try this</name>
|
||||
<url>http://www.theinquirer.net/default.aspx?article=39621</url>
|
||||
<site-name>The Inquirer</site-name>
|
||||
<site-url>http://www.theinquirer.net/</site-url>
|
||||
<date>15 May 2007</date>
|
||||
<author>Liam Proven</author>
|
||||
<p>A review of PC-BSD 1.3.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>BSDTalk Interview: Diane Bruce</name>
|
||||
<url>http://bsdtalk.blogspot.com/2007/05/bsdtalk111-freebsd-developer-diane.html</url>
|
||||
<site-name>bsdtalk</site-name>
|
||||
<site-url>http://bsdtalk.blogspot.com</site-url>
|
||||
<date>9 May 2007</date>
|
||||
<author>Will Backman</author>
|
||||
<p>BSDTalk interviews FreeBSD developer Diane Bruce about Ham
|
||||
radio on BSD.</p>
|
||||
</story>
|
||||
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>4</name>
|
||||
|
||||
<story>
|
||||
<name>BSDTalk Interview: George Neville-Neil</name>
|
||||
<url>http://bsdtalk.blogspot.com/2007/04/bsdtalk109-george-neville-neil-and.html"</url>
|
||||
<site-name>bsdtalk</site-name>
|
||||
<site-url>http://bsdtalk.blogspot.com</site-url>
|
||||
<date>26 April 2007</date>
|
||||
<author>Will Backman</author>
|
||||
<p>In this BSDTalk interview FreeBSD developer George Neville-Neil
|
||||
talks about using VMs for development.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Desktop FreeBSD Part 3: Adding Software</name>
|
||||
<url>http://www.ofb.biz/safari/article/425.html</url>
|
||||
<site-name>Open For Business</site-name>
|
||||
<site-url>http://www.ofb.biz/</site-url>
|
||||
<date>12 April 2007</date>
|
||||
<author>Ed Hurst</author>
|
||||
<p>An article that walks the reader through the process of
|
||||
installing 3rd party software using the FreeBSD's ports
|
||||
and package collection.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>3</name>
|
||||
|
||||
<story>
|
||||
<name>Deploying a FreeBSD 6.2 Server</name>
|
||||
<url>http://www.openaddict.com/deploying_a_freebsd_6_2_server.html</url>
|
||||
<site-name>OpenAddict</site-name>
|
||||
<site-url>http://www.openaddict.com/</site-url>
|
||||
<date>10 March 2007</date>
|
||||
<author>Sharaz</author>
|
||||
<p>The third article in a series covering the deployment of a
|
||||
FreeBSD based server with Apache 2.2, PHP 5, MySQL 5.0, Sendmail
|
||||
with SMTP-AUTH, Webmail, Bind DNS, SNMP, synchronized local time,
|
||||
Webmin and with graphing using rrdtool/cacti.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>BSDTalk Interview: Randall Stewart</name>
|
||||
<url>http://bsdtalk.blogspot.com/2007/03/bsdtalk102-cisco-distinguished-engineer.html</url>
|
||||
<site-name>bsdtalk</site-name>
|
||||
<site-url>http://bsdtalk.blogspot.com</site-url>
|
||||
<date>6 March 2007</date>
|
||||
<author>Will Backman</author>
|
||||
<p>BSDTalk interviews FreeBSD developer Randall Stewart
|
||||
about his work bringing SCTP to FreeBSD.</p>
|
||||
</story>
|
||||
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>2</name>
|
||||
|
||||
<story>
|
||||
<name>BSDTalk Interview: George Neville-Neil</name>
|
||||
<url>http://bsdtalk.blogspot.com/2007/02/bsdtalk101-freebsd-developer-george.html</url>
|
||||
<site-name>bsdtalk</site-name>
|
||||
<site-url>http://bsdtalk.blogspot.com</site-url>
|
||||
<date>26 February 2007</date>
|
||||
<author>Will Backman</author>
|
||||
<p>BSDTalk interviews FreeBSD developer George Neville-Neil
|
||||
on his packet construction set and packet debugger tools.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Interview: The BSD Certification Group's Dru Lavigne</name>
|
||||
<url>http://www.thejemreport.com/mambo/content/view/305/</url>
|
||||
<site-name>The Jem Report</site-name>
|
||||
<site-url>http://www.thejemreport.com/</site-url>
|
||||
<date>20 February 2007</date>
|
||||
<author>Jem Matzan</author>
|
||||
<p>BSD Certification Group member Dru Lavigne puts forth the idea
|
||||
that free/open source software provided an excellent opportunity
|
||||
to inexpensively change one's career path.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Interview: Sam Leffler of the FreeBSD Foundation</name>
|
||||
<url>http://www.thejemreport.com/mambo/content/view/304/</url>
|
||||
<site-name>The Jem Report</site-name>
|
||||
<site-url>http://www.thejemreport.com/</site-url>
|
||||
<date>15 February 2007</date>
|
||||
<author>Jem Matzan</author>
|
||||
<p>An interview with FreeBSD developer and FreeBSD Foundation Director
|
||||
Sam Leffler about the FreeBSD Foundation.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Open source is the ticket for In Ticketing</name>
|
||||
<url>http://business.newsforge.com/business/07/01/25/1642213.shtml?tid=33</url>
|
||||
<site-name>NewsForge</site-name>
|
||||
<site-url>http://www.newsforge.com/</site-url>
|
||||
<date>2 February 2007</date>
|
||||
<author>Tina Gasperson</author>
|
||||
<p>Ticket broking firm <a href="http://www.inticketing.com/">In Ticketing</a>
|
||||
prefers FreeBSD on account of the security it provides.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>1</name>
|
||||
|
||||
<story>
|
||||
<name>Inside PC-BSD 1.3</name>
|
||||
<url>http://www.onlamp.com/pub/a/bsd/2007/01/25/inside-pc-bsd-13.html</url>
|
||||
<site-name>Onlamp.com</site-name>
|
||||
<site-url>http://www.onlamp.com/</site-url>
|
||||
<date>25 January 2007</date>
|
||||
<author>Dru Lavigne</author>
|
||||
<p>An interview with Kris Moore, Andrei Kolu, and Charles
|
||||
Landemaine of the PC-BSD release engineering team.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Interview with Matteo Riondato, FreeSBIE</name>
|
||||
<url>http://distrowatch.com/weekly.php?issue=20070122#interview</url>
|
||||
<site-name>DistroWatch</site-name>
|
||||
<site-url>http://distrowatch.com/</site-url>
|
||||
<date>22 January 2007</date>
|
||||
<author>Distrowatch staff</author>
|
||||
<p>An interview with Matteo Riondato, FreeBSD developer and release
|
||||
engineer for FreeSBIE, a FreeBSD-based ``Live CD''.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>FreeBSD 6.2: Polished, More Stable</name>
|
||||
<url>http://www.internetnews.com/dev-news/article.php/3654371</url>
|
||||
<site-name>InternetNews.com</site-name>
|
||||
<site-url>http://www.internetnews.com/</site-url>
|
||||
<date>17 January 2007</date>
|
||||
<author>Sean Michael Kerner</author>
|
||||
<p>A brief look at FreeBSD 6.2.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>FreeSBIE 2.0-RELEASE is Now Available!</name>
|
||||
<url>http://osnews.com/story.php/16957/FreeSBIE-2.0-Released</url>
|
||||
<site-name>OSnews</site-name>
|
||||
<site-url>http://www.osnews.com</site-url>
|
||||
<date>16 January 2007</date>
|
||||
<author>Thom Holwerda</author>
|
||||
<p>A new release of FreeSBIE, a FreeBSD Live-CD, has been
|
||||
released after two years of development.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>New Year, New Look For PC-BSD</name>
|
||||
<url>http://www.internetnews.com/dev-news/article.php/3651641</url>
|
||||
<site-name>InternetNews.com</site-name>
|
||||
<site-url>http://www.internetnews.com/</site-url>
|
||||
<date>2 January 2007</date>
|
||||
<author>Sean Michael Kerner</author>
|
||||
<p>A look at the new features in PC-BSD 1.3.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Project of the Month: January 2007 - FreeNAS</name>
|
||||
<url>http://sourceforge.net/potm/potm-2007-01.php</url>
|
||||
<site-name>SourceForge.Net</site-name>
|
||||
<site-url>http://sourceforge.net/</site-url>
|
||||
<date>January 2007</date>
|
||||
<author>SF.Net Staff</author>
|
||||
<p>An interview with the developers of the FreeBSD-based FreeNAS
|
||||
project, on the occasion of it being selected as SourceForge's
|
||||
Project of the Month.</p>
|
||||
</story>
|
||||
</month>
|
||||
</year>
|
||||
|
||||
</press>
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/news/Makefile,v 1.49 2008/01/07 07:50:27 murray Exp $
|
||||
# $FreeBSD: www/en/news/Makefile,v 1.50 2008/01/16 08:21:47 murray Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -46,6 +46,7 @@ SUBDIR+= 2003
|
|||
SUBDIR+= 2004
|
||||
SUBDIR+= 2005
|
||||
SUBDIR+= 2006
|
||||
SUBDIR+= 2007
|
||||
SUBDIR+= status
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<news>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/share/sgml/news.xml,v 1.211 2008/11/28 17:08:23 hrs Exp $
|
||||
$FreeBSD: www/share/sgml/news.xml,v 1.212 2008/12/04 05:01:36 murray Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -857,813 +857,4 @@
|
|||
</month>
|
||||
</year>
|
||||
|
||||
<year>
|
||||
<name>2007</name>
|
||||
|
||||
<month>
|
||||
<name>12</name>
|
||||
|
||||
<day>
|
||||
<name>31</name>
|
||||
<event>
|
||||
<title>FreeBSD 6.3-RC2 Available</title>
|
||||
|
||||
<p>The second release candidate of FreeBSD 6.3 has been <a
|
||||
href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-December/039352.html">announced</a>.
|
||||
ISO images and distributions for Tier-1 architectures are
|
||||
now available on most of the <a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
|
||||
FreeBSD mirror sites</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>30</name>
|
||||
<event>
|
||||
<title>FreeBSD 7.0-RC1 Available</title>
|
||||
|
||||
<p>The first release candidate of FreeBSD 7.0 is now <a
|
||||
href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-December/039334.html">available</a>.
|
||||
ISO images for Tier-1 architectures are now available on most of the
|
||||
<a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
|
||||
FreeBSD mirror sites</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>28</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:weongyo@FreeBSD.org">Weongyo Jeong</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>26</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:raj@FreeBSD.org">Rafal Jaworowski</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>25</name>
|
||||
<event>
|
||||
<title>Juniper Networks, Inc has donated a reference FreeBSD
|
||||
port to the MIPS architecture</title>
|
||||
|
||||
<p>Juniper Networks, Inc. (http://www.juniper.net) has donated a
|
||||
reference FreeBSD port to the MIPS architecture to The FreeBSD
|
||||
Project.
|
||||
This code will be used as one reference for creating an official
|
||||
project-supported FreeBSD/MIPS offering.</p>
|
||||
<p>Information about the code drop can be found <a
|
||||
href="http://people.freebsd.org/~obrien/juniper-mips.html">here</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>10</name>
|
||||
<event>
|
||||
<title>End-of-Year Fund Raising Drive</title>
|
||||
|
||||
<p>The <a href="http://www.freebsdfoundation.org">FreeBSD
|
||||
Foundation</a> has announced an End-of-Year Fund Raising
|
||||
Drive. The goal this year is to raise over $250,000.
|
||||
This money is used for sponsoring FreeBSD related conferences,
|
||||
providing travel grants to developers to attend these conferences,
|
||||
providing grants for projects that improve FreeBSD, and
|
||||
providing legal support on issues like understanding
|
||||
the GPLv3 impact on FreeBSD, trademarks, and other legal
|
||||
issues that come up.</p>
|
||||
|
||||
<p>Donations can be made online from <a
|
||||
href="http://www.freebsdfoundation.org/donate/">http://www.freebsdfoundation.org/donate/</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>5</name>
|
||||
<event>
|
||||
<title>&os; 7.0-BETA4 Available</title>
|
||||
|
||||
<p>The &os; 7.0 release process proceeds and as a consequence
|
||||
the 7.0-BETA4 ISO images for Tier-1 architectures are now <a
|
||||
href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-December/038873.html">
|
||||
available</a> for download on most <a
|
||||
href="&enbase;/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
|
||||
&os; mirror sites</a>. We ask our users to report any
|
||||
outstanding bugs, as this will presumably be the last BETA
|
||||
release before the first RC release.</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>11</name>
|
||||
|
||||
<day>
|
||||
<name>29</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD 6.3-RC1 Available</title>
|
||||
|
||||
<p>The first release candidate of FreeBSD 6.3 has been <a
|
||||
href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-November/038670.html">announced</a>.
|
||||
ISO images and distributions for Tier-1 architectures are now available on most of the
|
||||
<a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
|
||||
FreeBSD mirror sites</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>19</name>
|
||||
<event>
|
||||
<title>&os; 7.0-BETA3 Available</title>
|
||||
|
||||
<p>The &os; 7.0 release process proceeds and as a consequence
|
||||
the 7.0-BETA3 ISO images for Tier-1 architectures are now <a
|
||||
href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-November/038388.html">
|
||||
available</a> for download on most <a
|
||||
href="&enbase;/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
|
||||
&os; mirror sites</a>. We ask our users to report any
|
||||
outstanding bugs.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>4</name>
|
||||
<event>
|
||||
<title>&os; 7.0-BETA2 Available</title>
|
||||
|
||||
<p>The &os; 7.0 release process proceeds and as a consequence
|
||||
the 7.0-BETA2 ISO images for Tier-1 architectures are now <a
|
||||
href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-November/037966.html">
|
||||
available</a> for download on most <a
|
||||
href="&enbase;/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
|
||||
&os; mirror sites</a>. We ask our users to report any
|
||||
outstanding bugs, as this will presumably be the last BETA
|
||||
release before the first RC release.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>1</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:brix@FreeBSD.org">Henrik Brix Andersen</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>10</name>
|
||||
|
||||
<day>
|
||||
<name>27</name>
|
||||
<event>
|
||||
<title>The FreeBSD Foundation auctions the first copy of the book
|
||||
"Absolute &os;, 2nd Edition"</title>
|
||||
|
||||
<p>The &os; Foundation has started its Fall Fund-Raising
|
||||
Campaign with an auction of the first copy of the book
|
||||
"Absolute &os;, 2nd Edition" which was graciously
|
||||
donated by the author Michael Lucas. The winner of this
|
||||
auction will get a laser-printed Certificate of Authenticity
|
||||
together with a signed bookplate. All proceeds will go to
|
||||
The &os; Foundation! The bidding ends on November 2nd.
|
||||
More information is available on <a
|
||||
href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=120175384688&ssPageName=ADME:L:LCA:US:1123">eBay</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>26</name>
|
||||
<event>
|
||||
<p>Enhanced commit privileges: <a href="mailto:miwi@FreeBSD.org">Martin Wilke</a>
|
||||
(ports, doc)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>25</name>
|
||||
<event>
|
||||
<title>New committer: <a href="mailto:lulf@FreeBSD.org">Ulf Lilleengen</a>
|
||||
(src). SoC2007 alumnus.</title>
|
||||
|
||||
<p><a href="mailto:lulf@FreeBSD.org">Ulf Lilleengen</a> is now a src/
|
||||
committer. He participated in the Summer of Code program, where he
|
||||
worked on gvinum. In FreeBSD, Ulf will continue to work on gvinum,
|
||||
as well as csup and filesystem-related parts.</p>
|
||||
</event>
|
||||
</day>
|
||||
<day>
|
||||
<name>22</name>
|
||||
<event>
|
||||
<title>&os; 7.0-BETA1 Available</title>
|
||||
|
||||
<p>The final stage of the &os;-7.0 Release cycle has begun
|
||||
with the first beta release. The &os; 7.0-BETA1 ISO images
|
||||
for Tier-1 architectures are now <a
|
||||
href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-October/037539.html">available</a>
|
||||
for download on most of the <a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
|
||||
&os; mirror sites</a>. The more people that test and
|
||||
report bugs, the better &os; 7.0-RELEASE will be. For more
|
||||
information about the &os; 7.0 release process, please check
|
||||
the official <a
|
||||
href="http://www.freebsd.org/releases/7.0R/schedule.html">schedule</a>
|
||||
and the <a
|
||||
href="http://www.freebsd.org/releases/7.0R/todo.html">todo</a>
|
||||
list.</p>
|
||||
</event>
|
||||
</day>
|
||||
<day>
|
||||
<name>10</name>
|
||||
<event>
|
||||
<title>July-October, 2007 Status Reports</title>
|
||||
|
||||
<p>The July-October, 2007 Status Reports is <a
|
||||
href="&enbase;/news/status/report-2007-07-2007-10.html">now
|
||||
available</a> with 21 entries.</p>
|
||||
</event>
|
||||
</day>
|
||||
<day>
|
||||
<name>3</name>
|
||||
<event>
|
||||
<title>PC-BSD 1.4 Released</title>
|
||||
|
||||
<p>PC-BSD 1.4 has just been released. PC-BSD is a
|
||||
successful desktop operating system based on FreeBSD that
|
||||
focuses on providing an easy to use desktop system for
|
||||
casual computer users. The release may be <a
|
||||
href="http://www.pcbsd.org">downloaded</a> or <a
|
||||
href="http://www.freebsdmall.com">purchased</a> on CD.</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>9</name>
|
||||
|
||||
<day>
|
||||
<name>28</name>
|
||||
<event>
|
||||
<title>New committer: <a href="mailto:kaiw@FreeBSD.org">Kai Wang</a>
|
||||
(src). SoC2007 alumnus.</title>
|
||||
|
||||
<p><a href="mailto:kaiw@FreeBSD.org">Kai Wang</a>, a
|
||||
student in the Summer of Code program, is now a
|
||||
src/ committer.</p>
|
||||
</event>
|
||||
</day>
|
||||
<day>
|
||||
<name>25</name>
|
||||
<event>
|
||||
<title>New committer: <a href="mailto:rpaulo@FreeBSD.org">Rui Paulo</a>
|
||||
(src). SoC2007 alumnus.</title>
|
||||
|
||||
<p><a href="mailto:rpaulo@FreeBSD.org">Rui Paulo</a>, a
|
||||
student in the Summer of Code program, is now a full
|
||||
src/ committer.</p>
|
||||
</event>
|
||||
</day>
|
||||
<day>
|
||||
<name>17</name>
|
||||
<event>
|
||||
<title>Summer of Code Projects Completed</title>
|
||||
|
||||
<p>We are happy to report that 22 students successfully
|
||||
completed their FreeBSD <a
|
||||
href="&enbase;/projects/summerofcode-2007.html">Summer of
|
||||
Code</a> projects. Congratulations to both mentors and
|
||||
students, and thanks to <a
|
||||
href="http://www.google.com/">Google</a> for running
|
||||
this program and providing funding.</p>
|
||||
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>8</name>
|
||||
|
||||
<day>
|
||||
<name>29</name>
|
||||
<event>
|
||||
<title>FreeBSD Foundation August 2007 newsletter</title>
|
||||
|
||||
<p>The FreeBSD Foundation has published their
|
||||
<a href="http://www.freebsdfoundation.org/press/2007Aug-newsletter.shtml">
|
||||
August 2007 newsletter</a> which summarizes their activities
|
||||
so far this year.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>20</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:tabthorpe@FreeBSD.org">Thomas Abthorpe</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>2</name>
|
||||
<event>
|
||||
<title>IPv6 live at the FreeBSD.org cluster</title>
|
||||
|
||||
<p>Most of the machines and services in the FreeBSD.org cluster
|
||||
are now available through IPv6. This includes www, mail and
|
||||
developer ssh access. Connectivity is provided from ISC using
|
||||
a tunnel.</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:loader@FreeBSD.org">Fukang Chen</a>
|
||||
(doc)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>7</name>
|
||||
|
||||
<day>
|
||||
<name>10</name>
|
||||
<event>
|
||||
<title>April-June, 2007 Status Report</title>
|
||||
|
||||
<p>The April-June, 2007 Status Report is <a
|
||||
href="&enbase;/news/status/report-2007-04-2007-06.html">now
|
||||
available</a> with 49 entries.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>9</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:lme@FreeBSD.org">Lars Engels</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>6</name>
|
||||
|
||||
<day>
|
||||
<name>25</name>
|
||||
<event>
|
||||
<p>Enhanced commit privileges: <a href="mailto:edwin@FreeBSD.org">Edwin Groothuis</a>
|
||||
(src, ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>24</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:scf@FreeBSD.org">Sean C. Farley</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>12</name>
|
||||
<event>
|
||||
<p>New committer: <a
|
||||
href="mailto:timur@FreeBSD.org">Timur I. Bakeyev</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>Enhanced commit privileges: <a
|
||||
href="mailto:chinsan@FreeBSD.org">Chin-San Huang</a>
|
||||
(doc, ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>7</name>
|
||||
<event>
|
||||
<title>FreeBSD Project Integrates Support for the Camellia Block Cipher</title>
|
||||
|
||||
<p>Support for the Camellia block cipher has been integrated
|
||||
into FreeBSD 7-CURRENT and will be part of the upcoming
|
||||
FreeBSD 7-RELEASE. For more information, please refer to the <a
|
||||
href="http://www.emediawire.com/releases/2007/6/emw531216.htm">
|
||||
press release</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>4</name>
|
||||
|
||||
<event>
|
||||
<p>Enhanced commit privileges: <a href="mailto:jkois@FreeBSD.org">Johann Kois</a>
|
||||
(full doc/www)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>5</name>
|
||||
|
||||
<day>
|
||||
<name>30</name>
|
||||
<event>
|
||||
<p>New committer: <a
|
||||
href="mailto:beech@FreeBSD.org">Beech Rintoul</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>29</name>
|
||||
<event>
|
||||
<title>New committer: <a href="mailto:attilio@FreeBSD.org">Attilio Rao</a>
|
||||
(src). SoC2007 alumnus.</title>
|
||||
|
||||
<p><a href="mailto:attilio@FreeBSD.org">Attilio Rao</a>, a
|
||||
student in the Summer of Code program, is now a full
|
||||
src/ committer.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>19</name>
|
||||
<event>
|
||||
<title>Xorg 7.2 imported into the ports collection.</title>
|
||||
<p>Thanks to the hard work of
|
||||
<a href="mailto:flz@FreeBSD.org">Florent Thoumie</a> (and
|
||||
others), the FreeBSD ports collection now uses the modular
|
||||
Xorg 7.2 as its default X server. i386 and AMD64 6.2-STABLE
|
||||
packages are available and other architectures/releases
|
||||
will be available later, or you can compile it from
|
||||
source. In both cases, see <a
|
||||
href="http://www.freebsd.org/cgi/cvsweb.cgi/ports/UPDATING?rev=1.504;content-type=text%2Fplain">
|
||||
the 20070519 entry in /usr/ports/UPDATING</a> on how to upgrade. Please track <a
|
||||
href="http://docs.freebsd.org/mail/archive/freebsd-ports.html">-ports</a>
|
||||
for last minute information.
|
||||
</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>4</name>
|
||||
|
||||
<day>
|
||||
<name>26</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:araujo@FreeBSD.org">Marcelo Araujo</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>25</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:nemoliu@FreeBSD.org">Tong Liu</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>13</name>
|
||||
|
||||
<event>
|
||||
<title>Funded Summer of Code Projects Announced</title>
|
||||
|
||||
<p>The FreeBSD Project received over 120 applications for <a
|
||||
href="http://code.google.com/soc">Google's
|
||||
Summer of Code</a> program, amongst which 25 were selected
|
||||
for funding. Unfortunately, there were far more first rate
|
||||
applications than available spots for students. However,
|
||||
we encourage students to work together with us all year
|
||||
round. The FreeBSD Project is always willing to help
|
||||
mentor students learn more about operating system
|
||||
development through our normal community mailing lists and
|
||||
development forums. Contributing to an open source
|
||||
software project is a valuable component of a computer
|
||||
science education and great preparation for a career in
|
||||
software development.</p>
|
||||
|
||||
<p>A complete list of the winning students and projects is
|
||||
available <a
|
||||
href="http://www.freebsd.org/projects/summerofcode-2007.html">here</a>.
|
||||
A <a href="http://wiki.freebsd.org/moin.cgi/SummerOfCode2007">Summer
|
||||
of Code wiki</a> is also available with additional information.</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:trasz@FreeBSD.org">Edward Tomasz Napierala</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
<event>
|
||||
<title>Mongolian FreeBSD Documentation Project Launches</title>
|
||||
|
||||
<p>Under the supervision of <a
|
||||
href="mailto:ganbold@micom.mng.net">Ganbold Tsagaankhuu</a> the
|
||||
Mongolian translation goes live. The official translation of the
|
||||
FreeBSD Handbook, completed by the Mongolian FreeBSD Documentation
|
||||
Project, adds support for documentation in another language. For
|
||||
more information about the ongoing work of the MFDP, please refer
|
||||
to the <a href="&enbase;/docproj/translations.html">Translations page
|
||||
of the FreeBSD Documentation Project</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>12</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:mav@FreeBSD.org">Alexander Motin</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>9</name>
|
||||
<event>
|
||||
<title>January-March, 2007 Status Report</title>
|
||||
|
||||
<p>The January-March, 2007 Status Report is <a
|
||||
href="&enbase;/news/status/report-2007-01-2007-03.html">now
|
||||
available</a> with 19 entries.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>6</name>
|
||||
<event>
|
||||
<title>ZFS Now Part of FreeBSD</title>
|
||||
|
||||
<p>Support for Sun's <a href="http://www.sun.com/2004-0914/feature/">
|
||||
ZFS</a> has been committed
|
||||
to the FreeBSD 7-CURRENT development branch and will be available
|
||||
as an experimental feature in FreeBSD 7.0-RELEASE. For more
|
||||
information please refer to the <a
|
||||
href="http://lists.freebsd.org/pipermail/freebsd-current/2007-April/070544.html">
|
||||
announcement</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>4</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:mm@FreeBSD.org">Martin Matuska</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>3</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:lwhsu@FreeBSD.org">Li-Wen Hsu</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>3</name>
|
||||
|
||||
<day>
|
||||
<name>28</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:sephe@FreeBSD.org">Sepherosa Ziehau</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>14</name>
|
||||
<event>
|
||||
<title>Accepting Applications for Summer of Code</title>
|
||||
|
||||
<p>The FreeBSD Project is now accepting applications for
|
||||
the Google <a
|
||||
href="http://code.google.com/summerofcode.html">Summer
|
||||
of Code 2007</a> program. This program will provide
|
||||
funding for students to spend the summer contributing to
|
||||
open source software projects. A list of FreeBSD specific
|
||||
projects and potential mentors is available <a
|
||||
href="&enbase;/projects/summerofcode.html">here</a>.</p>
|
||||
|
||||
<p>Once a suitable project and mentor have been identified,
|
||||
interested students should complete a proposal and submit
|
||||
it to Google. Proposals are now being accepted and the
|
||||
final deadline is March 24, 2007. Please see the <a
|
||||
href="http://code.google.com/support/bin/topic.py?topic=10442">Google
|
||||
FAQ</a> for more information.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>12</name>
|
||||
<event>
|
||||
<title>March 2007 Snapshot Releases Available</title>
|
||||
|
||||
<p>FreeBSD 7-CURRENT and 6-STABLE snapshot releases for
|
||||
March 2007 now available. The FreeBSD Release Engineering
|
||||
Team issues snapshot releases to encourage users to test
|
||||
new features and improve the reliability. For more
|
||||
details, please visit
|
||||
<a href="&enbase;/snapshots/index.html">the snapshots
|
||||
page</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>11</name>
|
||||
<event>
|
||||
<title>New committer: <a
|
||||
href="mailto:bushman@FreeBSD.org">Michael Bushkov</a>
|
||||
(src). An SoC2006 alumnus.</title>
|
||||
|
||||
<p><a href="mailto:bushman@FreeBSD.org">Michael Bushkov</a>, a
|
||||
successful student from last year's Summer of Code
|
||||
program, has continued working with the FreeBSD Project
|
||||
and is now a full src/ committer.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>10</name>
|
||||
<event>
|
||||
<title>Progress on scaling of FreeBSD on 8 CPU systems</title>
|
||||
|
||||
<p>Recently there has been significant progress on optimizing
|
||||
FreeBSD 7.0 for MySQL running an 8-core amd64 system. Under the
|
||||
test workload FreeBSD has peak performance consistent with Linux,
|
||||
and outperforms it by a factor of 4 under higher loads. Continue
|
||||
reading for a more <a
|
||||
href="http://people.freebsd.org/~kris/scaling/mysql.html">detailed
|
||||
report here.</a></p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>7</name>
|
||||
<event>
|
||||
<title>FreeBSD Announces Intel Approval for Redistribution of Wireless Firmware</title>
|
||||
|
||||
<p>The FreeBSD project has reached an agreement with Intel about the redistribution
|
||||
of firmware images for Intel wireless cards. Please refer to the <a
|
||||
href="http://www.prweb.com/releases/2007/03/prweb509818.htm">press release</a>
|
||||
for more information.</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>2</name>
|
||||
|
||||
<day>
|
||||
<name>27</name>
|
||||
<event>
|
||||
<p><a href="&enbase;/releng/dst_info.html">Information</a>
|
||||
about how the change in Daylight Savings Time for some
|
||||
time zones affects FreeBSD releases.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>23</name>
|
||||
<event>
|
||||
<p>Enhanced commit privileges: <a
|
||||
href="mailto:remko@FreeBSD.org">Remko Lodder</a>
|
||||
(doc,src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>17</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:jinmei@FreeBSD.org">JINMEI, Tatuya</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>16</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:sepotvin@FreeBSD.org">Stephane E. Potvin</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>10</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:benjsc@FreeBSD.org">Benjamin Close</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>9</name>
|
||||
<event>
|
||||
<title>Podcast Interview with FreeBSD Core Team Member and
|
||||
AsiaBSDCon 2007 Program Committee Chair George V.
|
||||
Neville-Neil.</title>
|
||||
|
||||
<p>In his latest <a href="http://bsdtalk.blogspot.com/">bsdtalk</a>
|
||||
podcast, Will Backman interviews FreeBSD Developer George V.
|
||||
Neville-Neil about the upcoming AsiaBSDCon conference.
|
||||
<a
|
||||
href="http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk099.mp3">
|
||||
http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk099.mp3</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>8</name>
|
||||
<event>
|
||||
<title>AsiaBSDCon 2007 Announces Conference Schedule</title>
|
||||
|
||||
<p>AsiaBSDCon, the BSD conference for Asia, has posted its schedule of
|
||||
tutorials, papers and presentations for the conference, taking place
|
||||
in Tokyo from March 8th through 11th 2007. The complete schedule can
|
||||
be found <a href="http://www.asiabsdcon.org/timetable.html">here</a>.</p>
|
||||
|
||||
<p>Registration will begin on or about the 12th of February.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>2</name>
|
||||
<event>
|
||||
<p>Enhanced commit privileges: <a
|
||||
href="mailto:gabor@FreeBSD.org">Gábor Kövesdán</a>
|
||||
(doc, ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>1</name>
|
||||
|
||||
<day>
|
||||
<name>31</name>
|
||||
<event>
|
||||
<p>Enhanced commit privileges: <a
|
||||
href="mailto:rafan@FreeBSD.org">Rong-En Fan</a>
|
||||
(src, ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>18</name>
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:db@FreeBSD.org">Diane Bruce</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>16</name>
|
||||
<event>
|
||||
<title>October-December, 2006 Status Report</title>
|
||||
|
||||
<p>The October-December, 2006 Status Report is <a
|
||||
href="&enbase;/news/status/report-2006-10-2006-12.html">now
|
||||
available</a> with 41 entries.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>15</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD 6.2-RELEASE is Now Available</title>
|
||||
|
||||
<p><a href="&enbase;/releases/6.2R/announce.html">FreeBSD
|
||||
6.2-RELEASE</a> has been released. Please check the <a
|
||||
href="&enbase;/releases/6.2R/errata.html">release errata</a>
|
||||
before installation for any late-breaking news and/or
|
||||
issues with 6.2. The <a
|
||||
href="&enbase;/releases/index.html">Release Information</a>
|
||||
page has more information about FreeBSD releases.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>9</name>
|
||||
|
||||
<event>
|
||||
<title>Hungarian FreeBSD Documentation Project Launches</title>
|
||||
|
||||
<p>Under the supervision of FreeBSD developer Gábor Kövesdán, the
|
||||
Hungarian translation goes live. This official translation,
|
||||
completed by the Hungarian FreeBSD Documentation Project, adds
|
||||
support for documentation in another language. For more
|
||||
information about the ongoing work of the HFDP team, please refer
|
||||
to <a href="http://www.FreeBSD.org/docproj/translations.html">the
|
||||
Translations page of the FreeBSD Documentation Project</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
</year>
|
||||
|
||||
</news>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<press>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/share/sgml/press.xml,v 1.69 2008/10/06 06:30:21 jkoshy Exp $
|
||||
$FreeBSD: www/share/sgml/press.xml,v 1.70 2008/10/06 08:54:23 jkoshy Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -156,458 +156,4 @@
|
|||
</month>
|
||||
</year>
|
||||
|
||||
<year>
|
||||
<name>2007</name>
|
||||
|
||||
<month>
|
||||
<name>11</name>
|
||||
|
||||
<story>
|
||||
<name>DataPipe and Rackspace are the Most Reliable Hosting Companies in October 2007</name>
|
||||
<url>http://news.netcraft.com/archives/2007/11/19/datapipe_and_rackspace_are_the_most_reliable_hosting_companies_in_october_2007.html</url>
|
||||
<site-name>Netcraft</site-name>
|
||||
<site-url>http://www.netcraft.com/</site-url>
|
||||
<date>19 November 2007</date>
|
||||
<author>Paul Mutton</author>
|
||||
<p>FreeBSD using web hosting provider DataPipe was ranked the
|
||||
most reliable provider in October 2007 by Netcraft.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>10</name>
|
||||
|
||||
<story>
|
||||
<name>Desktop FreeBSD Part 9: FreeBSD and Broadband</name>
|
||||
<url>http://www.ofb.biz/safari/article/441.html</url>
|
||||
<site-name>Open For Business</site-name>
|
||||
<site-url>http://www.ofb.biz/</site-url>
|
||||
<date>30 October 2007</date>
|
||||
<author>Ed Hurst</author>
|
||||
<p>An article that briefly covers broadband setup on FreeBSD.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Squeeze Your Gigabit NIC for Top Performance</name>
|
||||
<url>http://www.enterprisenetworkingplanet.com/nethub/article.php/3485486</url>
|
||||
<site-name>Enterprise Networking Planet</site-name>
|
||||
<site-url>http://www.enterprisenetworkingplanet.com/</site-url>
|
||||
<date>24 October 2007</date>
|
||||
<author>Charlie Schluting</author>
|
||||
<p>Describes the TCP stack tuning process used to get FreeBSD
|
||||
5.3 to run at gigabit speeds.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Low-Cost Storage Tools</name>
|
||||
<url>http://www.processor.com/editorial/article.asp?article=articles/p2942/23p42/23p42.asp&guid=&searchtype=&WordList=&bJumpTo=True</url>
|
||||
<site-name>Processor Magazine</site-name>
|
||||
<site-url>http://www.processor.com/</site-url>
|
||||
<date>19 October 2007</date>
|
||||
<author>Processor magazine staff</author>
|
||||
<p>FreeBSD-based FreeNAS is touched upon in an article on
|
||||
open-source storage tools.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Creating And Managing A Jailed Virtual Host
|
||||
in FreeBSD</name>
|
||||
<url>http://www.openaddict.com/node/36</url>
|
||||
<site-name>OpenAddict</site-name>
|
||||
<site-url>http://www.openaddict.com/</site-url>
|
||||
<date>18 October 2007</date>
|
||||
<author>Sharaz</author>
|
||||
<p>An article discussing how to build and subsequently manage
|
||||
FreeBSD jails.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Managing Multiple FreeBSD Systems</name>
|
||||
<url>http://www.openaddict.com/node/35</url>
|
||||
<site-name>OpenAddict</site-name>
|
||||
<site-url>http://www.openaddict.com/</site-url>
|
||||
<date>18 October 2007</date>
|
||||
<author>Sharaz</author>
|
||||
<p>An article on keeping multiple FreeBSD machines upto-date
|
||||
by building from source code.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Desktop FreeBSD Part 8: Updating the Core System</name>
|
||||
<url>http://www.ofb.biz/safari/article/439.html</url>
|
||||
<site-name>Open For Business</site-name>
|
||||
<site-url>http://www.ofb.biz/</site-url>
|
||||
<date>5 October 2007</date>
|
||||
<author>Ed Hurst</author>
|
||||
<p>An article that touches on the process of rebuilding a
|
||||
FreeBSD system from source.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>9</name>
|
||||
<story>
|
||||
<name>PC-BSD revisited</name>
|
||||
<url>http://blogs.ittoolbox.com/webdesign/php/archives/pcbsd-revisited-18820</url>
|
||||
<site-name>ITToolbox</site-name>
|
||||
<site-url>http://www.ittoolbox.com/</site-url>
|
||||
<date>6 September 2007</date>
|
||||
<author>Gregory L. Magnusson</author>
|
||||
<p>A reviewer is impressed by the FreeBSD-based PC-BSD desktop
|
||||
system.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>8</name>
|
||||
|
||||
<story>
|
||||
<name>Downtime, What's That?</name>
|
||||
<url>http://www.processor.com/editorial/article.asp?article=articles/P2935/21p35/21p35.asp&guid=</url>
|
||||
<site-name>Processor Magazine</site-name>
|
||||
<site-url>http://www.processor.com/</site-url>
|
||||
<date>31 August 2007</date>
|
||||
<author>Processor Magazine staff</author>
|
||||
<p>An article in the Processor Magazine discusses using
|
||||
FreeBSD or OpenBSD as part of a strategy to increase server
|
||||
uptime.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Linux vs. BSD, What's the Difference?</name>
|
||||
<url>http://www.linuxdevcenter.com/pub/a/linux/2007/08/23/linux-vs-bsd-whats-the-difference.html</url>
|
||||
<site-name>Linux Dev Center</site-name>
|
||||
<site-url>http://www.linuxdevcenter.com/</site-url>
|
||||
<date>23 August 2007</date>
|
||||
<author>Dru Lavigne</author>
|
||||
<p>An introduction to PC-BSD for Linux users.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Desktop FreeBSD Part 7: Terminal Emulator Settings</name>
|
||||
<url>http://www.ofb.biz/safari/article/435.html</url>
|
||||
<site-name>Open For Business</site-name>
|
||||
<site-url>http://www.ofb.biz/</site-url>
|
||||
<date>10 August 2007</date>
|
||||
<author>Ed Hurst</author>
|
||||
<p>An article on using and configuring the command line in
|
||||
FreeBSD.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>The INQ takes a dip into open sauce</name>
|
||||
<url>http://www.theinquirer.net/?article=41377</url>
|
||||
<site-name>The Inquirer</site-name>
|
||||
<site-url>http://www.theinquirer.net/</site-url>
|
||||
<date>1 August 2007</date>
|
||||
<author>Dr. John</author>
|
||||
<p>The Inquirer takes FreeBSD-based PC-BSD 1.4 (beta) for a test
|
||||
drive.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>7</name>
|
||||
|
||||
<story>
|
||||
<name>BSDTalk Interview: Embedding FreeBSD</name>
|
||||
<url>http://bsdtalk.blogspot.com/2007/07/bsdtalk122-embedding-freebsd-with-m.html</url>
|
||||
<site-name>bsdtalk</site-name>
|
||||
<site-url>http://bsdtalk.blogspot.com/</site-url>
|
||||
<date>26 July 2007</date>
|
||||
<author>Will Backman</author>
|
||||
<p>A podcast interview with M. Warner Losh on embedding
|
||||
FreeBSD.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>BSDTalk Interview: George Neville-Neil</name>
|
||||
<url>http://bsdtalk.blogspot.com/2007/07/bsdtalk121-fast-ipsec-with-george.html</url>
|
||||
<site-name>bsdtalk</site-name>
|
||||
<site-url>http://bsdtalk.blogspot.com</site-url>
|
||||
<date>18 July 2007</date>
|
||||
<author>Will Backman</author>
|
||||
<p>BSDTalk interviews FreeBSD developer George Neville-Neil
|
||||
about FAST IPSec</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Desktop FreeBSD Part 6: User PPP Connections</name>
|
||||
<url>http://www.ofb.biz/safari/article/433.html</url>
|
||||
<site-name>Open For Business</site-name>
|
||||
<site-url>http://www.ofb.biz/</site-url>
|
||||
<date>7 July 2007</date>
|
||||
<author>Ed Hurst</author>
|
||||
<p>A tutorial on setting up user PPP on FreeBSD.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>6</name>
|
||||
|
||||
<story>
|
||||
<name>24-hour test drive: PC-BSD</name>
|
||||
<url>http://arstechnica.com/reviews/os/pc-bsd-a-24-hour-test-drive.ars</url>
|
||||
<site-name>Ars Technica</site-name>
|
||||
<site-url>http://www.arstechnica.com/</site-url>
|
||||
<date>18 June 2007</date>
|
||||
<author>Troy Unrau</author>
|
||||
<p>Ars Technica reviews PC-BSD 1.3 and is favorably impressed.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Desktop FreeBSD Part 5: Printing</name>
|
||||
<url>http://www.ofb.biz/safari/article/430.html</url>
|
||||
<site-name>Open For Business</site-name>
|
||||
<site-url>http://www.ofb.biz/</site-url>
|
||||
<date>11 June 2007</date>
|
||||
<author>Ed Hurst</author>
|
||||
<p>An introduction to printing on a FreeBSD desktop.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Kazakhs shower president with cryptic questions</name>
|
||||
<url>http://www.reuters.com/article/technologyNews/idUSL0131903220070601</url>
|
||||
<site-name>Reuters</site-name>
|
||||
<site-url>http://www.reuters.com/</site-url>
|
||||
<date>1 June 2007</date>
|
||||
<author>Reuters</author>
|
||||
<p>An article about FreeBSD being part of the most popular
|
||||
question in a webcast with the Kazakhian president.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>5</name>
|
||||
|
||||
<story>
|
||||
<name>A BSD Rootkit Primer</name>
|
||||
<url>http://www.onlamp.com/pub/a/bsd/2007/05/31/defending-against-rootkits-under-bsd.html</url>
|
||||
<site-name>ONLamp.com</site-name>
|
||||
<site-url>http://www.onlamp.com/</site-url>
|
||||
<date>31 May 2007</date>
|
||||
<author>Federico Biancuzzi</author>
|
||||
<p>An interview with the author of the first book on BSD
|
||||
rootkits.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>BSDTalk Interview: FreeBSD Core Team</name>
|
||||
<url>http://bsdtalk.blogspot.com/2007/05/bsdtalk114-few-freebsd-core-team.html</url>
|
||||
<site-name>bsdtalk</site-name>
|
||||
<site-url>http://bsdtalk.blogspot.com/</site-url>
|
||||
<date>25 May 2007</date>
|
||||
<author>Will Backman</author>
|
||||
<p>BSDTalk interviews a few FreeBSD Core team members
|
||||
at BSDCAN '07.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Desktop FreeBSD Part 4: Internet Mail Setup</name>
|
||||
<url>http://www.ofb.biz/safari/article/427.html</url>
|
||||
<site-name>Open For Business</site-name>
|
||||
<site-url>http://www.ofb.biz/</site-url>
|
||||
<date>18 May 2007</date>
|
||||
<author>Ed Hurst</author>
|
||||
<p>An article on setting up email for a FreeBSD desktop.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Linux too vanilla? Try this</name>
|
||||
<url>http://www.theinquirer.net/default.aspx?article=39621</url>
|
||||
<site-name>The Inquirer</site-name>
|
||||
<site-url>http://www.theinquirer.net/</site-url>
|
||||
<date>15 May 2007</date>
|
||||
<author>Liam Proven</author>
|
||||
<p>A review of PC-BSD 1.3.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>BSDTalk Interview: Diane Bruce</name>
|
||||
<url>http://bsdtalk.blogspot.com/2007/05/bsdtalk111-freebsd-developer-diane.html</url>
|
||||
<site-name>bsdtalk</site-name>
|
||||
<site-url>http://bsdtalk.blogspot.com</site-url>
|
||||
<date>9 May 2007</date>
|
||||
<author>Will Backman</author>
|
||||
<p>BSDTalk interviews FreeBSD developer Diane Bruce about Ham
|
||||
radio on BSD.</p>
|
||||
</story>
|
||||
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>4</name>
|
||||
|
||||
<story>
|
||||
<name>BSDTalk Interview: George Neville-Neil</name>
|
||||
<url>http://bsdtalk.blogspot.com/2007/04/bsdtalk109-george-neville-neil-and.html"</url>
|
||||
<site-name>bsdtalk</site-name>
|
||||
<site-url>http://bsdtalk.blogspot.com</site-url>
|
||||
<date>26 April 2007</date>
|
||||
<author>Will Backman</author>
|
||||
<p>In this BSDTalk interview FreeBSD developer George Neville-Neil
|
||||
talks about using VMs for development.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Desktop FreeBSD Part 3: Adding Software</name>
|
||||
<url>http://www.ofb.biz/safari/article/425.html</url>
|
||||
<site-name>Open For Business</site-name>
|
||||
<site-url>http://www.ofb.biz/</site-url>
|
||||
<date>12 April 2007</date>
|
||||
<author>Ed Hurst</author>
|
||||
<p>An article that walks the reader through the process of
|
||||
installing 3rd party software using the FreeBSD's ports
|
||||
and package collection.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>3</name>
|
||||
|
||||
<story>
|
||||
<name>Deploying a FreeBSD 6.2 Server</name>
|
||||
<url>http://www.openaddict.com/deploying_a_freebsd_6_2_server.html</url>
|
||||
<site-name>OpenAddict</site-name>
|
||||
<site-url>http://www.openaddict.com/</site-url>
|
||||
<date>10 March 2007</date>
|
||||
<author>Sharaz</author>
|
||||
<p>The third article in a series covering the deployment of a
|
||||
FreeBSD based server with Apache 2.2, PHP 5, MySQL 5.0, Sendmail
|
||||
with SMTP-AUTH, Webmail, Bind DNS, SNMP, synchronized local time,
|
||||
Webmin and with graphing using rrdtool/cacti.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>BSDTalk Interview: Randall Stewart</name>
|
||||
<url>http://bsdtalk.blogspot.com/2007/03/bsdtalk102-cisco-distinguished-engineer.html</url>
|
||||
<site-name>bsdtalk</site-name>
|
||||
<site-url>http://bsdtalk.blogspot.com</site-url>
|
||||
<date>6 March 2007</date>
|
||||
<author>Will Backman</author>
|
||||
<p>BSDTalk interviews FreeBSD developer Randall Stewart
|
||||
about his work bringing SCTP to FreeBSD.</p>
|
||||
</story>
|
||||
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>2</name>
|
||||
|
||||
<story>
|
||||
<name>BSDTalk Interview: George Neville-Neil</name>
|
||||
<url>http://bsdtalk.blogspot.com/2007/02/bsdtalk101-freebsd-developer-george.html</url>
|
||||
<site-name>bsdtalk</site-name>
|
||||
<site-url>http://bsdtalk.blogspot.com</site-url>
|
||||
<date>26 February 2007</date>
|
||||
<author>Will Backman</author>
|
||||
<p>BSDTalk interviews FreeBSD developer George Neville-Neil
|
||||
on his packet construction set and packet debugger tools.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Interview: The BSD Certification Group's Dru Lavigne</name>
|
||||
<url>http://www.thejemreport.com/mambo/content/view/305/</url>
|
||||
<site-name>The Jem Report</site-name>
|
||||
<site-url>http://www.thejemreport.com/</site-url>
|
||||
<date>20 February 2007</date>
|
||||
<author>Jem Matzan</author>
|
||||
<p>BSD Certification Group member Dru Lavigne puts forth the idea
|
||||
that free/open source software provided an excellent opportunity
|
||||
to inexpensively change one's career path.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Interview: Sam Leffler of the FreeBSD Foundation</name>
|
||||
<url>http://www.thejemreport.com/mambo/content/view/304/</url>
|
||||
<site-name>The Jem Report</site-name>
|
||||
<site-url>http://www.thejemreport.com/</site-url>
|
||||
<date>15 February 2007</date>
|
||||
<author>Jem Matzan</author>
|
||||
<p>An interview with FreeBSD developer and FreeBSD Foundation Director
|
||||
Sam Leffler about the FreeBSD Foundation.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Open source is the ticket for In Ticketing</name>
|
||||
<url>http://business.newsforge.com/business/07/01/25/1642213.shtml?tid=33</url>
|
||||
<site-name>NewsForge</site-name>
|
||||
<site-url>http://www.newsforge.com/</site-url>
|
||||
<date>2 February 2007</date>
|
||||
<author>Tina Gasperson</author>
|
||||
<p>Ticket broking firm <a href="http://www.inticketing.com/">In Ticketing</a>
|
||||
prefers FreeBSD on account of the security it provides.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>1</name>
|
||||
|
||||
<story>
|
||||
<name>Inside PC-BSD 1.3</name>
|
||||
<url>http://www.onlamp.com/pub/a/bsd/2007/01/25/inside-pc-bsd-13.html</url>
|
||||
<site-name>Onlamp.com</site-name>
|
||||
<site-url>http://www.onlamp.com/</site-url>
|
||||
<date>25 January 2007</date>
|
||||
<author>Dru Lavigne</author>
|
||||
<p>An interview with Kris Moore, Andrei Kolu, and Charles
|
||||
Landemaine of the PC-BSD release engineering team.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Interview with Matteo Riondato, FreeSBIE</name>
|
||||
<url>http://distrowatch.com/weekly.php?issue=20070122#interview</url>
|
||||
<site-name>DistroWatch</site-name>
|
||||
<site-url>http://distrowatch.com/</site-url>
|
||||
<date>22 January 2007</date>
|
||||
<author>Distrowatch staff</author>
|
||||
<p>An interview with Matteo Riondato, FreeBSD developer and release
|
||||
engineer for FreeSBIE, a FreeBSD-based ``Live CD''.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>FreeBSD 6.2: Polished, More Stable</name>
|
||||
<url>http://www.internetnews.com/dev-news/article.php/3654371</url>
|
||||
<site-name>InternetNews.com</site-name>
|
||||
<site-url>http://www.internetnews.com/</site-url>
|
||||
<date>17 January 2007</date>
|
||||
<author>Sean Michael Kerner</author>
|
||||
<p>A brief look at FreeBSD 6.2.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>FreeSBIE 2.0-RELEASE is Now Available!</name>
|
||||
<url>http://osnews.com/story.php/16957/FreeSBIE-2.0-Released</url>
|
||||
<site-name>OSnews</site-name>
|
||||
<site-url>http://www.osnews.com</site-url>
|
||||
<date>16 January 2007</date>
|
||||
<author>Thom Holwerda</author>
|
||||
<p>A new release of FreeSBIE, a FreeBSD Live-CD, has been
|
||||
released after two years of development.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>New Year, New Look For PC-BSD</name>
|
||||
<url>http://www.internetnews.com/dev-news/article.php/3651641</url>
|
||||
<site-name>InternetNews.com</site-name>
|
||||
<site-url>http://www.internetnews.com/</site-url>
|
||||
<date>2 January 2007</date>
|
||||
<author>Sean Michael Kerner</author>
|
||||
<p>A look at the new features in PC-BSD 1.3.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Project of the Month: January 2007 - FreeNAS</name>
|
||||
<url>http://sourceforge.net/potm/potm-2007-01.php</url>
|
||||
<site-name>SourceForge.Net</site-name>
|
||||
<site-url>http://sourceforge.net/</site-url>
|
||||
<date>January 2007</date>
|
||||
<author>SF.Net Staff</author>
|
||||
<p>An interview with the developers of the FreeBSD-based FreeNAS
|
||||
project, on the occasion of it being selected as SourceForge's
|
||||
Project of the Month.</p>
|
||||
</story>
|
||||
</month>
|
||||
</year>
|
||||
|
||||
</press>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!-- $FreeBSD: www/share/sgml/templates.oldnewsflash.xsl,v 1.6 2008/01/04 22:28:53 jkois Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/templates.oldnewsflash.xsl,v 1.7 2008/01/11 23:36:14 jkois Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
||||
|
@ -64,6 +64,7 @@
|
|||
<xsl:apply-templates select="descendant::month"/>
|
||||
|
||||
<p>Other project news:
|
||||
<a href="../2007/index.html">2007</a>,
|
||||
<a href="../2006/index.html">2006</a>,
|
||||
<a href="../2005/index.html">2005</a>,
|
||||
<a href="../2004/index.html">2004</a>,
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!-- $FreeBSD: www/share/sgml/templates.oldpress.xsl,v 1.4 2008/01/04 22:28:53 jkois Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/templates.oldpress.xsl,v 1.5 2008/01/11 23:36:14 jkois Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
||||
|
@ -47,6 +47,7 @@
|
|||
<xsl:apply-templates select="//month"/>
|
||||
|
||||
<p>Other press publications:
|
||||
<a href="../2007/press.html">2007</a>,
|
||||
<a href="../2006/press.html">2006</a>,
|
||||
<a href="../2005/press.html">2005</a>,
|
||||
<a href="../2004/press.html">2004</a>,
|
||||
|
|
Loading…
Reference in a new issue