From owner-svn-doc-all@FreeBSD.ORG Sun Dec 30 00:20:59 2012
Return-Path: 11 ·î 11 Æü (Æü)¡¢FreeBSD.org ¥¯¥é¥¹¥¿¤Ë¤¢¤ë
- 2 Âæ¤Î¥Þ¥·¥ó¤Ë¤ª¤¤¤ÆÉÔÀµ¿¯Æþ¤¬³Îǧ¤µ¤ì¤Þ¤·¤¿¡£
- FreeBSD
- ÍøÍѼԤ˱ƶÁ¤ò¤ª¤è¤Ü¤¹¤è¤¦¤ÊÊѹ¹¤¬²Ã¤¨¤é¤ì¤¿·ÁÀפϸ«¤Ä¤«¤Ã¤Æ¤ª¤ê¤Þ¤»¤ó¡£
- ¾ÜºÙ¤Ë¤Ä¤¤¤Æ¤Ï Êó¹ð
- ¤ò¤´°ìÆɤ¯¤À¤µ¤¤¡£ If you are upgrading from a previous release of FreeBSD, please read upgrading section in the Release Notes for notable incompatibilities
carefully.Security Notice
-
- 2 Upgrading FreeBSD
For SVN use the releng/9.0 branch which will be where +
For SVN use the releng/9.1 branch which will be where any upcoming Security Advisories or Errata Notices will be applied. The branch tag -to use for updating the source is RELENG_9_0 for CVS.
+to use for updating the source is RELENG_9_1 for CVS.First, ensure that your current system is up to date; a change was recently made
to freebsd-update
Due to changes in the way that FreeBSD is packaged on the release media, two
From owner-svn-doc-all@FreeBSD.ORG Sun Dec 30 16:49:29 2012
Return-Path: Copyright © 2012 The FreeBSD Documentation Project $FreeBSD: stable/9/release/doc/en_US.ISO8859-1/relnotes/article.xml
-244664 2012-12-24 20:33:37Z hrs $ libcxxrt and libc++ C++
-runtime libraries from PathScale have been imported. This implementation is a full
- replacement for the GNU libsupc++ library for
-platforms that use the Itanium C++ ABI, including i386 and amd64, and will replace
-portions of the C++ stack previously only available under the GPL. It provides
- implementations of the dynamic features of C++, including dynamic casting,
-exception handling, and thread-safe static initializers.[A new C++ stack has been imported. This consists of libcxxrt, originally developed by a FreeBSD developer under
+contract by PathScale and open sourced by the FreeBSD and NetBSD foundations, and
+ libc++ from the LLVM project. libcxxrt is a drop-in replacement for GNU libsupc++, which implements the C++ runtime support for
+features such as run-time type information, dynamic casting, thread-safe static
+initializer, and exceptions. libc++ implements the
+C++11 standard library, and will replace GNU libstdc++ in
+a future release. In 9.1-RELEASE, libstdc++ is still
+ installed as standard and now dynamically links against libsupc++. This allows libraries linking libstdc++ and libc++ to both be
+used in the same program, to aid migration.[r235798] FreeBSD 9.0 and later have several incompatibilities in system configuration
Modified: head/en_US.ISO8859-1/htdocs/releases/9.1R/relnotes.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/9.1R/relnotes.xml Sun Dec 30 16:17:43 2012 (r40512)
+++ head/en_US.ISO8859-1/htdocs/releases/9.1R/relnotes.xml Sun Dec 30 16:49:28 2012 (r40513)
@@ -696,19 +696,29 @@
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234372"
target="_top">r234372 libcxxrt and libc++ C++ runtime libraries from
- PathScale have been imported. This implementation is a
- full replacement for the GNU libsupc++ library for platforms
- that use the Itanium C++ ABI, including i386 and amd64,
- and will replace portions of the C++ stack previously
- only available under the GPL. It provides
- implementations of the dynamic features of C++,
- including dynamic casting, exception handling, and
- thread-safe static initializers.[r235798] A new C++ stack has been imported. This consists of
+ libcxxrt, originally
+ developed by a FreeBSD developer under contract by
+ PathScale and open sourced by the FreeBSD and NetBSD
+ foundations, and libc++
+ from the LLVM project. libcxxrt is a drop-in replacement
+ for GNU libsupc++, which
+ implements the C++ runtime support for features such
+ as run-time type information, dynamic casting,
+ thread-safe static initializer, and exceptions. libc++ implements the C++11
+ standard library, and will replace GNU libstdc++ in a future release. In
+ 9.1-RELEASE, libstdc++ is
+ still installed as standard and now dynamically links
+ against libsupc++. This
+ allows libraries linking libstdc++ and libc++ to both be used in the same
+ program, to aid migration.[r235798] The
@@ -749,8 +759,13 @@
standard library functions that use the global
locale, making them take an explicit locale parameter
and allowing thread-safe extended locale
- support. This is from Apple Darwin, and mainly for
- use by libc++.[libc++ and recent versions of
+ GNOME. This implementation
+ also supports several extensions for compatibility
+ with Apple Darwin.[r235785] Copyright © 2012 The FreeBSD Documentation Project Copyright © 2012 The FreeBSD Documentation Project $FreeBSD:
-release/9.1.0/release/doc/en_US.ISO8859-1/installation/article.sgml 243705 2012-11-30
-16:15:35Z hrs $ $FreeBSD:
+stable/9/release/doc/en_US.ISO8859-1/installation/article.xml 244867 2012-12-30 16:41:17Z
+hrs $ FreeBSD is a registered trademark of the FreeBSD Foundation. Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or
@@ -39,22 +39,22 @@ its members. Many of the designations used by manufacturers and sellers to distinguish their
products are claimed as trademarks. Where those designations appear in this document, and
the FreeBSD Project was aware of the trademark claim, the designations have been followed
-by the “™” or the “®” symbol. This article gives some brief instructions on installing FreeBSD 9.1-RELEASE and
upgrading the systems running earlier releases. The
+ If you are upgrading from a previous release of FreeBSD, please read upgrading section in the Release Notes for notable incompatibilities
carefully. The procedure for doing a source code based update is described in http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/synching.html
and http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook//makeworld.html. For SVN use the releng/9.1 branch which will be where
+ For SVN use the releng/9.1 branch which will be where
any upcoming Security Advisories or Errata Notices will be applied. The branch tag
-to use for updating the source is RELENG_9_1 for CVS. The
-freebsd-update(8) utility supports binary
+freebsd-update(8) First, ensure that your current system is up to date; a change was recently made
to
-freebsd-update(8) (Errata Notice freebsd-update(8) (Errata Notice FreeBSD-EN-12:01.freebsd-update) which is needed in order to
upgrade to FreeBSD 9.1-RELEASE. Now the
-freebsd-update(8) utility can fetch bits
+freebsd-update(8) utility can fetch bits
belonging to 9.1-RELEASE. During this process
-freebsd-update(8) will ask for help in merging
+freebsd-update(8) will ask for help in merging
configuration files. Due to changes in the way that FreeBSD is packaged on the release media, two
@@ -137,79 +138,79 @@ complications may arise in this process
The FreeBSD, which previously could appear in either /boot/kernel or /boot/GENERIC, now
-only appears as /boot/kernel. As a result, any
-kernel appearing in /boot/GENERIC will be deleted. Please
+class="filename">/boot/kernel or /boot/GENERIC, now
+only appears as /boot/kernel. As a result, any
+kernel appearing in /boot/GENERIC will be deleted. Please
carefully read the output printed by
-freebsd-update(8) and confirm that an updated
- kernel will be placed into /boot/kernel before
+freebsd-update(8) and confirm that an updated
+ kernel will be placed into /boot/kernel before
proceeding beyond this point. The FreeBSD source tree in /usr/src (if present) will
+ The FreeBSD source tree in /usr/src (if present) will
be deleted. (Normally the
-freebsd-update(8) utility will update a source
+freebsd-update(8) utility will update a source
tree, but in this case the changes in release packaging result in the
-freebsd-update(8) utility not recognizing that
+freebsd-update(8) utility not recognizing that
the source tree from the old release and the source tree from the new release
correspond to the same part of FreeBSD.) The system must now be rebooted with the newly installed kernel before the
non-kernel components are updated. After rebooting,
-freebsd-update(8) needs to be run again to
+freebsd-update(8) needs to be run again to
install the new userland components: At this point, users of systems being upgraded from FreeBSD 8.2-RELEASE or
earlier will be prompted by
-freebsd-update(8) to rebuild all third-party
+freebsd-update(8) to rebuild all third-party
applications (e.g., ports installed from the ports tree) due to updates in
system libraries. After updating installed third-party applications (and again, only if
-freebsd-update(8) printed a message
+freebsd-update(8) printed a message
indicating that this was necessary), run
-freebsd-update(8) again so that it can delete the
+freebsd-update(8) again so that it can delete the
old (no longer used) system libraries: Finally, reboot into 9.1-RELEASE The FreeBSD Release Engineering Team is pleased to announce the
+ availability of FreeBSD 9.1-RELEASE. This is the second release
+ from the stable/9 branch, which improves on the stability of
+ FreeBSD 9.0 and introduces some new features. Some of the
+ highlights: New Intel GPU driver with GEM/KMS support netmap(4) fast userspace packet I/O framework ZFS improvements from illumos project CAM Target Layer, a disk and processor device emulation subsystem Optional new C++11 stack including LLVM libc++ and libcxxrt Jail devfs, nullfs, zfs mounting and configuration file support POSIX2008 extended locale support, including compatibility with
+ Darwin extensions oce(4) driver for Emulex OneConnect 10Gbit Ethernet card sfxge(4) driver for 10Gb Ethernet adapters based on Solarflare
+ SFC9000 controller Xen Paravirtualized Backend Ethernet Driver (netback) improvement hpt27xx(4) driver for HighPoint RocketRAID 27xx-based SAS 6Gb/s HBA GEOM multipath class improvement GEOM raid class is enabled by default supporting software RAID
+ by deprecated ataraid(8) kernel support for the AVX FPU extension Numerous improvements in IPv6 hardware offload support Please note that precompiled third-party packages are not
+ available for 9.1-RELEASE at the time of release. See the Availability section below for further
+ details. 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: FreeBSD 9.1-RELEASE is now available for the amd64, i386,
+ powerpc64, and sparc64 architectures. FreeBSD 9.1 can be installed from bootable ISO images or over
+ the network. Some architectures 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 images are included
+ at the bottom of this message. The purpose of the images provided as part of the release are
+ as follows: This contains everything necessary to install the base
+ FreeBSD operating system, a collection of pre-built packages
+ aimed at getting a graphical workstation up and running. 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. This contains the base FreeBSD operating system. It also
+ supports booting into a "livefs" based rescue mode. There
+ are no pre-built packages. 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. 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. There are no pre-built 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: Be careful to make sure you get the target (of=) correct. Due to the security incident reported here: http://www.FreeBSD.org/news/2012-compromise.html only the small third-party package set on the DVD image is
+ available at this time for users who require pre-built packages
+ (just GNOME and KDE windowing systems). The FreeBSD Project's
+ package building infrastructure is undergoing a complete review
+ and redesign. At this time we can not commit to a date the full
+ release package set will become available. A separate
+ announcement will be made when that becomes available. If you
+ wish to install 9.1-RELEASE now you can build your own packages
+ using portsnap(8) to obtain an up to date ports tree and then
+ build the packages. If you require pre-built packages you
+ should wait for the announcement of the full release package set
+ becoming available. FreeBSD 9.1-RELEASE can also be purchased on CD-ROM or DVD from
+ several vendors. One of the vendors that will be offering FreeBSD
+ 9.1-based products is: FreeBSD Mall, Inc. http://www.freebsdmall.com/ At the time of this announcement the following FTP sites have
+ FreeBSD 9.1-RELEASE available. However before trying these sites please check your regional
+ mirror(s) first by going to: ftp://ftp.<yourdomain>.FreeBSD.org/pub/FreeBSD 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 or updating an existing
+ machine to 9.1-RELEASE please see: 9.1-RELEASE is an extended support releases and will be
+ supported by the FreeBSD Security Team until it's End-of-Life
+ (EoL) date of December 31st 2014. As 9.1-RELEASE got delayed,
+ the EoL of 9.0-RELEASE has been pushed to March 31st 2013 to
+ allow people sufficient time to upgrade. As always all EoL dates
+ can be found at http://security.FreeBSD.org/. There are many "third party" Projects based on FreeBSD. The
+ Projects range from re-packaging FreeBSD into a more "novice
+ friendly" distribution to making FreeBSD available on Amazon's
+ EC2 infrastructure. For more information about these Third
+ Party Projects see: Many companies donated equipment, network access, or man-hours
+ to support the release engineering activities for FreeBSD 9.1
+ including The FreeBSD Foundation, Yahoo!, NetApp, Internet
+ Systems Consortium, Sentex Communications, New York Internet,
+ Juniper Networks, and iXsystems. The release engineering team for 9.1-RELEASE includes: FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD
+ 9.1-RELEASE is now available. Please be sure to
+ check the Release
+ Notes (detailed
+ version) and Release
+ Errata before installation for any late-breaking
+ news and/or issues with 9.1. More information about
+ FreeBSD releases can be found on the Release
+ Information page. Copyright © 2012 The FreeBSD Documentation Project $FreeBSD: stable/9/release/doc/en_US.ISO8859-1/relnotes/article.xml
-244866 2012-12-30 16:39:32Z hrs $ The
ifconfig(8)
-utility now supports a carp state parameter to set the state to carp state state parameter to set the state to backup or master forcibly.[r232486] .
$FreeBSD$
- Original revision: r40441
+ Original revision: r40515
-->
FreeBSD
+ 9.1-RELEASE ¤¬¸ø³«¤µ¤ì¤Þ¤·¤¿¡£
+ ¥¤¥ó¥¹¥È¡¼¥ëÁ°¤Ë ¥ê¥ê¡¼¥¹¥Î¡¼¥È (¥ê¥ê¡¼¥¹¥Î¡¼¥È¤Î¾ÜºÙÈÇ)
+ ¤ª¤è¤Ó Errata
+ ¤òÆɤó¤Ç¡¢9.1 ¤Ë´Ø¤¹¤ëºÇ¿·¾ðÊó¤äÌäÂêÅÀ¤Ê¤É¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£
+ FreeBSD ¤Î¥ê¥ê¡¼¥¹¤Ë´Ø¤¹¤ë¤è¤ê¾Ü¤·¤¤¾ðÊó¤Ë¤Ä¤¤¤Æ¤Ï ¥ê¥ê¡¼¥¹¾ðÊó
+ ¤ò¤´Í÷¤¯¤À¤µ¤¤¡£ Op zondag 11 september is
- er een inbraak gedetecteerd op twee machines
- binnen het FreeBSD.org-cluster. We hebben
- geen bewijs gevonden van wijzigingen die een
- risico vormen voor eindgebruikers. Lees
- alstublieft het
- verslag voor meer details. Copyright 1994-2012
+ Copyright 1994-2013
The FreeBSD Project.
All rights reserved. Copyright 1992-2012
+ Copyright 1992-2013
The FreeBSD Project.
All rights reserved. ÌõÃí : °Ê²¼¤Ï FreeBSD ¤Î license ¤Î¸¶Ê¸¤Ç¤¹¡£ Copyright 1992-2012
+ Copyright 1992-2013
The FreeBSD Project.
All rights reserved.
-# freebsd-update upgrade -r 9.0-RELEASE
+# freebsd-update upgrade -r 9.1-RELEASE
+244866 2012-12-30 16:39:32Z hrs $
-
3.1 Upgrading using 3.1 Upgrading using
freebsd-update(8) or a source-based
procedure
@@ -1967,7 +1977,7 @@ configuration files.
-3.2 User-visible
+
3.2 User-visible
incompatibilities
FreeBSD 9.1-RELEASE Installation
+
FreeBSD 9.1-RELEASE Installation
Instructions
-The FreeBSD Project
+The FreeBSD Project
-
+
-
-1 Installing FreeBSD
+1 Installing FreeBSD
-2 Upgrading FreeBSD
+2 Upgrading FreeBSD
-2.1 Upgrading from Source
+2.1 Upgrading from Source
-2.2 Upgrading Using “FreeBSD
+
2.2 Upgrading Using “FreeBSD
Update”
-# freebsd-update fetch
-# freebsd-update install
+
+# freebsd-update fetch
+# freebsd-update install
-# freebsd-update upgrade -r 9.1-RELEASE
+
+# freebsd-update upgrade -r 9.1-RELEASE
-
-# freebsd-update install
+
+# freebsd-update install
-# shutdown -r now
+
+# shutdown -r now
-# freebsd-update install
+
+# freebsd-update install
-# freebsd-update install
+
+# freebsd-update install
-# shutdown -r now
+
+# shutdown -r now
+
+
+
+
+
+ Availability
+
+
+
+
+ # dd if=FreeBSD-9.1-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync
+
+
+
+
+ FTP
+
+
+
+
+
+
+
+ Support
+
+ Other Projects Based on FreeBSD
+
+ Acknowledgments
+
+
+
+
+
+
+
+
+ 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
+
+
+
+ Josh Paetzel <jpaetzel@FreeBSD.org>
+ Release Engineering
+
+
+
+ Hiroki Sato <hrs@FreeBSD.org>
+ Release Engineering, Documentation
+
+
+
+ Bjoern Zeeb <bz@FreeBSD.org>
+ Release Engineering, Package Building
+
+
+
+ Marcel Moolenaar <marcel@FreeBSD.org>
+ ia64, powerpc Release Building
+
+
+
+ Nathan Whitehorn <nwhitehorn@FreeBSD.org>
+ powerpc64 Release Building
+
+
+
+ Simon Nielsen <simon@FreeBSD.org>
+ Security Officer
+ Trademark
+
+ ISO Image Checksums
+
+ MD5 (FreeBSD-9.1-RELEASE-amd64-bootonly.iso) = 03ec0d36578a5b2092c75ac8e3eb1979
+MD5 (FreeBSD-9.1-RELEASE-amd64-disc1.iso) = f0a320fd52383c42649d48ea545915a9
+MD5 (FreeBSD-9.1-RELEASE-amd64-dvd1.iso) = 5da132138da8360491eb0efa24760859
+MD5 (FreeBSD-9.1-RELEASE-amd64-memstick.img) = 9fb2d4ad338df42f5d86cd1ae3a427c4
+
+ MD5 (FreeBSD-9.1-RELEASE-i386-bootonly.iso) = 0c2338e03b9249c9806b8c2b10f36dec
+MD5 (FreeBSD-9.1-RELEASE-i386-disc1.iso) = e37d86ce83908bf4b667fdae7298bca5
+MD5 (FreeBSD-9.1-RELEASE-i386-dvd1.iso) = dd07dc30035806cabd136f99ccab7eac
+MD5 (FreeBSD-9.1-RELEASE-i386-memstick.img) = 149b98037944300927a21341aa9a455a
+
+ MD5 (FreeBSD-9.1-RELEASE-powerpc64-bootonly.iso) = f65cb227e049c48bbc369d79a72e2916
+MD5 (FreeBSD-9.1-RELEASE-powerpc64-memstick) = 4febdf7210882e8a9f8eee35315722ce
+MD5 (FreeBSD-9.1-RELEASE-powerpc64-release.iso) = a26c7c24a0497980ffc67e1f199a5bba
+
+ MD5 (FreeBSD-9.1-RELEASE-sparc64-bootonly.iso) = 3fb02e9998e6341fea7fa75073dcf5ea
+MD5 (FreeBSD-9.1-RELEASE-sparc64-disc1.iso) = 7fdec91c78799263d88f3918b71e219f
+
+ SHA256 (FreeBSD-9.1-RELEASE-amd64-bootonly.iso) = a7e429071a409232f36024df2fc92eed15dc795445030b305fa242c88d6f4596
+SHA256 (FreeBSD-9.1-RELEASE-amd64-disc1.iso) = 776ba34df5ffb8b5f04b823aacea32210104204b5d3d1547334a22c86cf7090e
+SHA256 (FreeBSD-9.1-RELEASE-amd64-dvd1.iso) = 7955f97e25985915013c1568319752c4006e722539c65723685923e343c3b5dc
+SHA256 (FreeBSD-9.1-RELEASE-amd64-memstick.img) = d085657fc039f579a69598163de39cd0d5d09b3f5ba79ea93bb508e7958cdef4
+
+ SHA256 (FreeBSD-9.1-RELEASE-i386-bootonly.iso) = 73361f5947a71465797979a99e9fdee40797c3fc5ebc9dd4d3d31262f4940985
+SHA256 (FreeBSD-9.1-RELEASE-i386-disc1.iso) = 211f9562e0c122598e03aa3fdb38dd8a5c79197a9d09e6ad32f9ee9ba4eb6e0e
+SHA256 (FreeBSD-9.1-RELEASE-i386-dvd1.iso) = 46a53f57e21a7a1c2d1c014bf2cfafae3848c749174777f3a04543f1da25b678
+SHA256 (FreeBSD-9.1-RELEASE-i386-memstick.img) = 9d037fbf6ac62350bf5d39be820f843c215befac94f8668a5d9935f6bec8e37d
+
+ SHA256 (FreeBSD-9.1-RELEASE-powerpc64-bootonly.iso) = a2cd9f2d58571d3e9fbb5fadd13237622d4bf1a732d61acbe649e29153a16801
+SHA256 (FreeBSD-9.1-RELEASE-powerpc64-memstick) = 02d0bb7236335c6154683800a17c84eb810fbf7950da8c818a519bc09b7ef84e
+SHA256 (FreeBSD-9.1-RELEASE-powerpc64-release.iso) = b04fb13eab306424319bb8ecd280a655ca6df51dc1ff5dcd6adb6eaa3ff88dba
+
+ SHA256 (FreeBSD-9.1-RELEASE-sparc64-bootonly.iso) = be55f9950e70e4da13c29c90bae0c2110e176939085d72b77e18e23307bbfaea
+SHA256 (FreeBSD-9.1-RELEASE-sparc64-disc1.iso) = aa57a02b2d7e46ad8ccca1adcef0ae9aad86b2f4fb5ee9d42e21a95ae2c29f47
+
+
Modified: head/en_US.ISO8859-1/htdocs/releases/9.1R/schedule.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/9.1R/schedule.xml Sun Dec 30 16:51:45 2012 (r40514)
+++ head/en_US.ISO8859-1/htdocs/releases/9.1R/schedule.xml Sun Dec 30 17:38:03 2012 (r40515)
@@ -113,7 +113,7 @@
Modified: head/en_US.ISO8859-1/htdocs/releases/index.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/index.xml Sun Dec 30 16:51:45 2012 (r40514)
+++ head/en_US.ISO8859-1/htdocs/releases/index.xml Sun Dec 30 17:38:03 2012 (r40515)
@@ -102,6 +102,16 @@
Information page.
RELEASE announcement
12 November 2012
- -
+ 31 December 2012
9.1-RELEASE press release.
+
+244869 2012-12-30 17:54:25Z hrs $
Beveiligingsmelding
-
-
+
-
@@ -88,6 +88,13 @@
September 2012
- &os; 9.1
- Target Schedule
+ TBD
+ &os; 9.2
+
+
+
+ releng/9.1
+ Frozen
+ &contact.re;
+ FreeBSD 9.1 supported errata fix branch.
+
releng/9.0
Frozen
&contact.so;
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 31 16:51:00 2012
Return-Path: