diff --git a/en/releases/8.0R/Makefile b/en/releases/8.0R/Makefile index 6689eacb9e..7d7def4018 100644 --- a/en/releases/8.0R/Makefile +++ b/en/releases/8.0R/Makefile @@ -1,20 +1,20 @@ -# $FreeBSD: www/en/releases/8.0R/Makefile,v 1.1 2009/08/05 14:29:00 rwatson Exp $ +# $FreeBSD: www/en/releases/8.0R/Makefile,v 1.2 2009/11/26 01:20:07 hrs Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif -#DOCS= announce.sgml +DOCS= announce.sgml DOCS+= relnotes.sgml DOCS+= schedule.sgml DATA= docbook.css \ errata.html \ hardware.html \ readme.html \ relnotes-detailed.html .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/releases/8.0R/announce.sgml b/en/releases/8.0R/announce.sgml new file mode 100644 index 0000000000..9339ce6b02 --- /dev/null +++ b/en/releases/8.0R/announce.sgml @@ -0,0 +1,443 @@ + + + + +]> + + &header; + +

The FreeBSD Release Engineering Team is pleased to announce the + availability of FreeBSD 8.0-RELEASE. This release starts off the + new 8-STABLE branch which improves on the functionality of FreeBSD + 7.X and introduces many new features. Some of the highlights:

+ + + +

For a complete list of new features and known problems, please + see the online release notes and errata list, available at:

+ + + +

For more information about FreeBSD release engineering + activities, please see:

+ + + + +

Dedication

+ +

The FreeBSD Project dedicates this release to the memories of + Jean-Marc Zucconi (jmz@) and John Birrell (jb@) who passed away in + May and November of 2009 respectively. Jean-Marc and John were + both FreeBSD committers since the mid-1990s and made extensive + contributions to the operating system. They will be missed.

+ +

Availability

+ +

FreeBSD 8.0-RELEASE is now available for the amd64, i386, ia64, + pc98, powerpc, and sparc64 architectures.

+ +

FreeBSD 8.0 can be installed from bootable ISO images or over the + network. Some architectures (currently amd64 and i386) also + support installing from a USB memory stick. The required files + can be downloaded via FTP or BitTorrent as described in the + sections below. While some of the smaller FTP mirrors may not + carry all architectures, they will all generally contain the more + common ones such as amd64 and i386.

+ +

MD5 and SHA256 hashes for the release ISO and memory stick images + are included at the bottom of this message.

+ +

The purpose of the images provided as part of the release are as + follows:

+ +
+
dvd1
+ +

This contains everything necessary to install the base + FreeBSD operating system, a collection of pre-built packages, + and the documentation. It also supports booting into a + "livefs" based rescue mode. This should be all you need if + you can burn and use DVD-sized media.

+ +
disc1
+ +

This contains the base FreeBSD operating system and the + documentation packages for CDROM-sized media. There are no + other packages.

+ +
livefs
+ +

This contains support for booting into a "livefs" based + rescue mode but does not support doing an install from the CD + itself. It is meant to help rescue an existing system but + could be used to do a network based install if + necessary.

+ +
bootonly
+ +

This supports booting a machine using the CDROM drive but + does not contain the support for installing FreeBSD from the + CD itself. You would need to perform a network based install + (e.g. from an FTP server) after booting from the CD.

+ +
memstick
+ +

This can be written to an USB memory stick (flash drive) and + used to do an install on machines capable of booting off USB + drives. It also supports booting into a "livefs" based rescue + mode. The documentation packages are provided but no other + packages.

+ +

As one example of how to use the memstick image, assuming the + USB drive appears as /dev/da0 on your machine + something like this should work:

+ +
# dd if=8.0-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync
+ +

Be careful to make sure you get the target (of=) correct.

+
+ +

FreeBSD 8.0-RELEASE can also be purchased on CD-ROM or DVD from + several vendors. One of the vendors that will be offering FreeBSD + 8.0-based products is:

+ + + +

BitTorrent

+ +

8.0-RELEASE ISOs are available via BitTorrent. A collection of + torrent files to download the images is available at:

+ + + +

FTP

+ +

At the time of this announcement the following FTP sites have + FreeBSD 8.0-RELEASE available.

+ + + +

However before trying these sites please check your regional + mirror(s) first by going to:

+ + + +

Any additional mirror sites will be labeled + ftp2, ftp3 and so on.

+ +

More information about FreeBSD mirror sites can be found at:

+ + + +

For instructions on installing FreeBSD, please see Chapter 2 of + The FreeBSD Handbook. It provides a complete installation + walk-through for users new to FreeBSD, and can be found online + at:

+ + + +

Updates from Source

+ +

The procedure for doing a source code based update is described in the + FreeBSD Handbook:

+ + + +

The branch tag to use for updating the source is RELENG_8_0.

+ +

FreeBSD Update

+ +

The freebsd-update(8) utility supports binary upgrades of i386 + and amd64 systems running earlier FreeBSD releases. Systems + running 7.[012]-RELEASE, 8.0-BETA[1234], or 8.0-RC[123] can + upgrade as follows:

+ +
# freebsd-update upgrade -r 8.0-RELEASE
+ +

During this process, FreeBSD Update may ask the user to help by + merging some configuration files or by confirming that the + automatically performed merging was done correctly.

+ +
# freebsd-update install
+ +

The system must be rebooted with the newly installed kernel + before continuing.

+ +
# shutdown -r now
+ +

After rebooting, freebsd-update needs to be run again to install + the new userland components:

+ +
# freebsd-update install
+ +

At this point, users of systems being upgraded from FreeBSD + 8.0-BETA2 or earlier will be prompted by freebsd-update to rebuild + all third-party applications (e.g., ports installed from the ports + tree) due to updates in system libraries. See:

+ + + +

for more details. After updating installed third-party + applications (and again, only if freebsd-update printed a message + indicating that this was necessary), run freebsd-update again so + that it can delete the old (no longer used) system libraries:

+ +
# freebsd-update install
+ +

Finally, reboot into 8.0-RELEASE:

+ +
# shutdown -r now
+ +

Support

+ +

The FreeBSD Security Team currently plans to support FreeBSD 8.0 until + November 30th, 2010. For more information on the Security Team and + their support of the various FreeBSD branches see:

+ + + +

Acknowledgments

+ +

Many companies donated equipment, network access, or man-hours to + support the release engineering activities for FreeBSD 8.0 + including The FreeBSD Foundation, Hewlett-Packard, Yahoo!, NetApp, + Internet Systems Consortium, and Sentex Communications.

+ +

The release engineering team for 8.0-RELEASE includes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Ken Smith <kensmith@FreeBSD.org>Release Engineering, + amd64, i386, sparc64 Release Building, + Mirror Site Coordination
Robert Watson <rwatson@FreeBSD.org>Release Engineering, Security
Konstantin Belousov <kib@FreeBSD.org>Release Engineering
Marc Fonvieille <blackend@FreeBSD.org>Release Engineering, Documentation
George Neville-Neil <gnn@FreeBSD.org>Release Engineering
Hiroki Sato <hrs@FreeBSD.org>Release Engineering, Documentation
Bjoern Zeeb <bz@FreeBSD.org>Release Engineering
Marcel Moolenaar <marcel@FreeBSD.org>ia64, powerpc Release Building
Takahashi Yoshihiro <nyan@FreeBSD.org>PC98 Release Building
Joe Marcus Clarke <marcus@FreeBSD.org>Package Building
Erwin Lansing <erwin@FreeBSD.org>Package Building
Mark Linimon <linimon@FreeBSD.org>Package Building
Pav Lucistnik <pav@FreeBSD.org>Package Building
Ion-Mihai Tetcu <itetcu@FreeBSD.org>Package Building
Martin Wilke <miwi@FreeBSD.org>Package Building
Colin Percival <cperciva@FreeBSD.org>Security Officer
+ +

Trademark

+ +

FreeBSD is a registered trademark of The FreeBSD Foundation.

+ +

ISO Image Checksums

+ +
MD5 (8.0-RELEASE-amd64-bootonly.iso) = 49ccdac2e01b33c943ae89233c465ef1
+MD5 (8.0-RELEASE-amd64-disc1.iso) = eba84fbd08133cbc8c9ed67be27ee0c8
+MD5 (8.0-RELEASE-amd64-dvd1.iso) = 44c016ae8812a266f710d1845722366d
+MD5 (8.0-RELEASE-amd64-livefs.iso) = 8db54cfc97b2afa97fb13dbccace4bfa
+MD5 (8.0-RELEASE-amd64-memstick.img) = b4558fa30d13776988d86477e9631887
+ +
MD5 (8.0-RELEASE-i386-bootonly.iso) = aede8888c250b648bf799d508bc9bf9d
+MD5 (8.0-RELEASE-i386-disc1.iso) = ace0afedfa7c6e0ad12c77b6652b02ab
+MD5 (8.0-RELEASE-i386-dvd1.iso) = 5336cd827991e4d4cff6d73c4a5ca105
+MD5 (8.0-RELEASE-i386-livefs.iso) = 7f4f0ab014f853c8a99c053c2dc12641
+MD5 (8.0-RELEASE-i386-memstick.img) = 0a769af739a92f5f495d1a6842e8150b
+ +
MD5 (8.0-RELEASE-ia64-bootonly.iso) = be9dcfc2f638d5f86e21b0b344bec91b
+MD5 (8.0-RELEASE-ia64-disc1.iso) = e982547f376432d09be603b117f4da54
+MD5 (8.0-RELEASE-ia64-disc2.iso) = 5bc7616212e6977c4f054a84ef538615
+MD5 (8.0-RELEASE-ia64-disc3.iso) = cefe2fd4694f5065e55778f879dc5852
+MD5 (8.0-RELEASE-ia64-dvd1.iso) = 6b8df7fb34d5960ecf91a291926a1e6f
+MD5 (8.0-RELEASE-ia64-livefs.iso) = fe7933f2c1ddc2f4a90d5dfc48c38995
+ +
MD5 (8.0-RELEASE-pc98-bootonly.iso) = 16a29c2e31025c02997de21aac5041bb
+MD5 (8.0-RELEASE-pc98-disc1.iso) = 58e423d5a0a69a72016ebbecde265abd
+MD5 (8.0-RELEASE-pc98-livefs.iso) = 6ad13607eb305338edd9501310e6699c
+ +
MD5 (8.0-RELEASE-powerpc-bootonly.iso) = f60f73d55100f664c635c6848f00c6d8
+MD5 (8.0-RELEASE-powerpc-disc1.iso) = 1323203ffeb317f47219ed8927449980
+MD5 (8.0-RELEASE-powerpc-disc2.iso) = 5967750bf681428d59070a133b272bfd
+MD5 (8.0-RELEASE-powerpc-disc3.iso) = 43e4846683ce43fa8d6158c703767635
+ +
MD5 (8.0-RELEASE-sparc64-bootonly.iso) = 75b2f04c29e6b81058944e42055fe604
+MD5 (8.0-RELEASE-sparc64-disc1.iso) = f4aa61db620c97089641a0c63531225a
+MD5 (8.0-RELEASE-sparc64-dvd1.iso) = 85307705213a86a383e21941ee34d8e2
+MD5 (8.0-RELEASE-sparc64-livefs.iso) = 1ff6d6a449975dcc829f328b866f8128
+ +
SHA256 (8.0-RELEASE-amd64-bootonly.iso) = b0e07e8f92303b61220cba18691e86ab50d67c7df974bb62a6f1d4ffb94a1ee6
+SHA256 (8.0-RELEASE-amd64-disc1.iso) = 7d4583c20c651093b208170a7fd4ed5f38ee5af0cbe19fb742f67175a9fee10f
+SHA256 (8.0-RELEASE-amd64-dvd1.iso) = 408f7fdf3226d72564f2476fff365e4fd071bd48ddae26cd34755d808ad54b8b
+SHA256 (8.0-RELEASE-amd64-livefs.iso) = ae939a96b3b3691df84227a33de5d5f4a76d469379dca27114c3557ed443a8f3
+SHA256 (8.0-RELEASE-amd64-memstick.img) = b6cd7b0644f636f2099820ad1250940975fa3bfc19f74a0a94f69e75cc2be4c2
+ +
SHA256 (8.0-RELEASE-i386-bootonly.iso) = 12e32cea29b2f7bf873df43321a1a93d45b48a6fbb37c8e1c7f3003d5ce82e5d
+SHA256 (8.0-RELEASE-i386-disc1.iso) = d7ef47a76a20a716c006a635b476ed3515830b8442ded2702ed015f0bde32bcf
+SHA256 (8.0-RELEASE-i386-dvd1.iso) = 8b7bc67599fffc443ebc08efae8a49dd4a0fed7512cfb02b963b9a218e7c286c
+SHA256 (8.0-RELEASE-i386-livefs.iso) = feb8998bf2b9dbd6ae86f24feb9ab3c25983dc62c9f4a27f6a5314c3a4a7b59a
+SHA256 (8.0-RELEASE-i386-memstick.img) = 7e9b9cd2fd7af0fa0715b826a034b83b0f732a544a51cac7539ead5522a08806
+ +
SHA256 (8.0-RELEASE-ia64-bootonly.iso) = c594debd1cb629bf4c906da79c4a6d47b24cf4836d7690f18bc42ee9e31b6b92
+SHA256 (8.0-RELEASE-ia64-disc1.iso) = c7f4bd197ff9996ead66f4c77d077e115d18a2822e006bdfdc86a5824dcef37e
+SHA256 (8.0-RELEASE-ia64-disc2.iso) = bfcd99680bc15e1b66329a0e71eaf6b38b44d1909a3fb43ba5485238e6807dfd
+SHA256 (8.0-RELEASE-ia64-disc3.iso) = 8e8edea7117239af60c07c7e724567ea276fa32d8634f04dd30312e72b35df9a
+SHA256 (8.0-RELEASE-ia64-dvd1.iso) = bd1c9a3e8a6a287ee7bef62b3e15646d76a97dec3108177a7c606706a7ee9952
+SHA256 (8.0-RELEASE-ia64-livefs.iso) = 60a9a7738ad94765cad45dbc4f62913dd728b335d22bb4e5b065c0cae40a99db
+ +
SHA256 (8.0-RELEASE-pc98-bootonly.iso) = 7df38839c8da226bca8ef18b00f0b680074267b8333a393c3431f9b620f0ab9f
+SHA256 (8.0-RELEASE-pc98-disc1.iso) = b41fb185b1e057ee36ae6e080021f309a379c3fdf5d45a0a40461092d31e052a
+SHA256 (8.0-RELEASE-pc98-livefs.iso) = 1313ec3d5a28af8a85c181cd702b2adb91c783db7e2ad2021d311686ce5e0c2d
+ +
SHA256 (8.0-RELEASE-powerpc-bootonly.iso) = 78e18d76c24c9636b87f1946f2020a0a58fc70b80bcb925c27fa497b3c9e5bb4
+SHA256 (8.0-RELEASE-powerpc-disc1.iso) = 80f5c024b61629b77a73fd396917c68b4d0215019a5e5aaf5882cf14144764a2
+SHA256 (8.0-RELEASE-powerpc-disc2.iso) = 28c8e62c10b42fe5fb1e7a2235a6decbddbbfece0535ea42174c7ac937735068
+SHA256 (8.0-RELEASE-powerpc-disc3.iso) = e36db6e05b434a0256e977cab9e3eedb5984b2c45c400a14d7c69bbf4dda9065
+ +
SHA256 (8.0-RELEASE-sparc64-bootonly.iso) = 941b5e76a67960045040c268894b8666f5b7a8cbd2e9f98186f2618abb5bf431
+SHA256 (8.0-RELEASE-sparc64-disc1.iso) = 2d0a74cf867fa34c5a073777cf2d8e2469906425c9a54068892bd2d58ac9c3c5
+SHA256 (8.0-RELEASE-sparc64-dvd1.iso) = 482447b382fa50ffdc80e02a0cfd774e0eecf7d009e5b06864e8a4f828536876
+SHA256 (8.0-RELEASE-sparc64-livefs.iso) = 7499ca1af16de7b3d431741b1551a4b59f277fda997d57cf2615155992beaef7
+ + &footer; + + + diff --git a/en/releases/8.0R/relnotes.sgml b/en/releases/8.0R/relnotes.sgml index 72da326542..ae47fbbcf1 100644 --- a/en/releases/8.0R/relnotes.sgml +++ b/en/releases/8.0R/relnotes.sgml @@ -1,125 +1,123 @@ - + ]> &header;

Release Highlights

The highlights in the 8.0-RELEASE are the following:

For more details, please see the Detailed Release Notes.

A list of all platforms currently under development can be found on the Supported Platforms page.

&footer; diff --git a/en/releases/index.sgml b/en/releases/index.sgml index 19bc1d39b3..90474c2664 100644 --- a/en/releases/index.sgml +++ b/en/releases/index.sgml @@ -1,519 +1,530 @@ - + ]> - + &header; FreeBSD Releases

For late-breaking news about FreeBSD, please visit the Newsflash page.

Current Release(s)

Release &rel.current; (&rel.current.date;) Announcement : Release Notes : Hardware Notes : Readme : Errata

Release &rel2.current; (&rel2.current.date;) Announcement : Release Notes : Hardware Notes : Installation Notes : Readme : Errata

The latest snapshots from our FreeBSD-STABLE and FreeBSD-CURRENT branches are also available. Please see Getting FreeBSD for details.

Future Releases

We will continue to bring you new releases from both our FreeBSD-STABLE and FreeBSD-CURRENT branches, both as developer's snapshots and as regular full releases.

For more information about the release engineering process, or to see a comprehensive schedule of upcoming releases, please visit the Release Engineering section of this web site.

The release documentation files for FreeBSD-STABLE and FreeBSD-CURRENT are available for viewing in HTML format on the Release Documentation page. These files are rebuilt periodically, and reflect the changing state of FreeBSD's development.

Past Releases

Release Usage Statistics

A snapshot of the current and past FreeBSD release usage is available at http://www.FreeBSD.org/statistic/release_usage/.

&footer; diff --git a/share/sgml/news.xml b/share/sgml/news.xml index b19f99a2be..d3f36f8472 100644 --- a/share/sgml/news.xml +++ b/share/sgml/news.xml @@ -1,796 +1,815 @@ - $FreeBSD: www/share/sgml/news.xml,v 1.277 2009/11/12 22:58:14 delphij Exp $ + $FreeBSD: www/share/sgml/news.xml,v 1.278 2009/11/18 15:14:34 mandree Exp $ 2009 11 + + 26 + + + FreeBSD 8.0-RELEASE Available + +

FreeBSD + 8.0-RELEASE is now available. Please be sure to check + the Release + Notes and Release + Errata before installation for any late-breaking news + and/or issues with 8.0. More information about FreeBSD + releases can be found on the Release + Information page.

+
+
+ 18

New committer: Matthias Andree (ports)

12 &os; 8.0-RC3 Available

The third of the Release Candidates for the &os;-8.0 release cycle is now available. ISO images for Tier-1 architectures and a memory stick image for amd64/i386 are now available on most of the &os; mirror sites.

10 29

New committer: Sylvio Cesar Teixeira (ports)

28 &os; 8.0-RC2 Available

The second of the Release Candidates for the &os;-8.0 release cycle is now available. ISO images for Tier-1 architectures and a memory stick image for amd64/i386 are now available on most of the &os; mirror sites.

11 April-September, 2009 Status Report

The April-September, 2009 Status Report is now available with 38 entries.

4

New committer: Jaakko Heinonen (src)

9 21 &os; 8.0-RC1 Available

The first of the Release Candidates for the &os;-8.0 release cycle is now available. ISO images for Tier-1 architectures and a memory stick image for amd64/i386 are now available on most of the &os; mirror sites.

15

New committer: Wen Heping (ports)

7 &os; 8.0-BETA4 Available

The fourth and last of the BETA builds for the &os;-8.0 release cycle is now available. ISO images for Tier-1 architectures and a memory stick image for amd64/i386 are now available on most of the &os; mirror sites.

8 24 &os; 8.0-BETA3 Available

The third of the BETA builds for the &os;-8.0 release cycle is now available. ISO images for Tier-1 architectures and a memory stick image for amd64/i386 are now available on most of the &os; mirror sites.

10

New committer: Dima Panov (ports)

7 20

New committer: Yi-Jheng Lin (ports)

18 &os; 8.0-BETA2 Available

The final stage of the &os;-8.0 Release cycle continues with the second public beta release. The &os; 8.0-BETA2 ISO images for Tier-1 architectures are now available for download on most of the &os; mirror sites. As with the first beta release, this is not yet intended for use in a production environment. However we encourage our users to test this release and report any bugs and problems you may have found. For more information about this release and updating details please see the official announcement.

7 &os; 8.0-BETA1 Available

The final stage of the &os;-8.0 Release cycle has begun with the first public beta release. The &os; 8.0-BETA1 ISO images for Tier-1 architectures are now available for download on most of the &os; mirror sites. We encourage our users to give &os; 8.0-BETA1 a try and provide us with the feedback, however please read the official announcement carefully before starting to use this release.

6 8

New committer: Navdeep Parhar (src)

New committer: Michael Tuexen (src)

4 Portmgr reorganization

Portmgr is happy to announce that two new members will join the team.

Martin Wilke has been one of our most active committers since receiving his commit bit today 3 years ago. He has been working in a number of subgroups including python, ports-security and the KDE team.

Ion-Mihai Tetcu has been interested in regression testing and qualitiy assurance, creating QAT automated tinderbox testing of all port commits on a per-commit basis, and adding on-the-fly feedback to the snapshot builds from the pointyhat package cluster.

Unfortunately, we will also be saying goodbye to Kirill Ponomarew, who hasn't had much time to spend on FreeBSD and will be stepping down from portmgr.

We thank Kirill for all his contributions in the past and wish Martin and Ion-Mihai the best of luck with the new tasks bestowed upon them.

3

New bugmeister members: Gavin Atkinson, Volker Werth

5 28

New committer: Alexander Logvinov (ports)

27

New committer: Kris Moore (ports)

23

New committer: Benedict Reuschling (doc/de_DE, www/de)

22

New committer: Jilles Tjoelker (src)

20

New committer: TAKATSU Tomonari (ports)

10 Google Summer of Code Projects Announced

The FreeBSD Project again received many high quality applications from students participating in Google's Summer of Code program. This year 20 student proposals were accepted to work with the FreeBSD Project as part of this program. For those with projects that were not accepted this year, we'd like to note that the FreeBSD Project is always willing to help mentor students so they can learn more about operating system development through our normal community mailing lists and development forums.

The complete list of student projects selected for funding is :

The Summer of Code wiki contains additional information about FreeBSD Participation in this program. Coding starts May 23, so please join us in welcoming the 20 new students to our community.

7 January - March, 2009 Status Reports

The January - March, 2009 Status Reports are now available with 15 entries.

5

New committer, SoC alumnus: Nick Barkas (src)

4 FreeBSD 7.2-RELEASE Available

FreeBSD 7.2-RELEASE is now available. Please be sure to check the Release Notes and Release Errata before installation for any late-breaking news and/or issues with 7.2. More information about FreeBSD releases can be found on the Release Information page.

4 24 FreeBSD 7.2-RC2 Available

The second of two planned Release Candidates for the &os; 7.2-RELEASE cycle is now available. ISO images for Tier-1 architectures are now available on most of the &os; mirror sites.

21 DCBSDCon Videos Posted

All of the technical sessions from the recent DCBSDCon 2009 conference were recorded and are now available in the BSDConferences channel on YouTube. There are now 50 separate videos of technical talks from MeetBSD, NYCBSDCon, AsiaBSDCon, and BSDCan available in the channel.

17 FreeBSD 7.2-RC1 Available

The first of two planned Release Candidates for the &os; 7.2-RELEASE cycle is now available. ISO images for Tier-1 architectures are now available on most of the &os; mirror sites.

12

Enhanced commit privileges: Gábor Páli (ports, doc)

10 PC-BSD 7.1 Released

PC-BSD 7.1 has 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. A list of new features/updates since the last version can be found here.

The new release may be downloaded or purchased on DVD.

6

New committer: Rick Macklem (src)

3 FreeBSD 7.2-BETA1 Available

The final stage of the &os; 7.2-RELEASE cycle has begun with the first beta release. ISO images for Tier-1 architectures are now available on most of the &os; mirror sites.

3 25

New committer: Steven Kreuzer (ports)

22 The &os; Project participates in the Google Summer of Code 2009 program

We are pleased to announce that Google has invited the &os; Project to participate in their Summer of Code 2009 program, which allows students to get paid to work on the &os; source code. We invite students interested in working on &os; to submit their proposals as soon as possible.

For more information please see the &os; Summer Projects page for recommended project ideas and the official announcement.

16

New committer: Fabien Thomas (src)

12 Follow FreeBSD on Twitter

There are a number of semi-official Twitter streams available now with the latest updates from the FreeBSD Project. The @freebsdannounce stream provides a short summary and link to the full newsflash posts. @freebsdblogs syndicates the FreeBSD developer blogs from Planet FreeBSD. @freebsd syndicates both of the above sources and more. Finally, the new @bsdevents stream includes all the events from our events page plus additional reminders and notices of BSD gatherings.

3

New committer: Dennis Herrmann (ports)

1

New committer: Dmitry Chagin (src)

2 19

New committer: Marcus von Appen (ports)

18

New committer: Andriy Gapon (src)

14 KDE 4.2.0 available for FreeBSD

KDE 4.2.0 has been merged into the ports tree. For a detailed list of improvements, please refer to the announcement. For general information about KDE on FreeBSD, please see the KDE on FreeBSD project page.

1 28 October - December, 2008 Status Reports

The October - December, 2008 Status Reports are now available with 19 entries.

New committer: Beat Gätzi (ports)

New committer: Jamie Gritton (src)

17 FreeBSD Kernel Internals Video Posted

The first lecture from Kirk McKusick's full length FreeBSD Kernel Internals course has been posted to the BSD Conferences channel on YouTube.

9 GNOME 2.24.2 Available for FreeBSD

The FreeBSD GNOME team is proud to announce the release of GNOME 2.24.2 for FreeBSD. More details can be found on the FreeBSD GNOME Project page.

5 FreeBSD 7.1-RELEASE Available

FreeBSD 7.1-RELEASE is now available. Please be sure to check the Release Notes and Release Errata before installation for any late-breaking news and/or issues with 7.1. More information about FreeBSD releases can be found on the Release Information page.

diff --git a/share/sgml/release.ent b/share/sgml/release.ent index fffb098a45..df32ef528f 100644 --- a/share/sgml/release.ent +++ b/share/sgml/release.ent @@ -1,80 +1,80 @@ - + - - + + - - - + + + - - - + + +