diff options
author | nwhitehorn <nwhitehorn@FreeBSD.org> | 2011-04-14 15:44:44 +0000 |
---|---|---|
committer | nwhitehorn <nwhitehorn@FreeBSD.org> | 2011-04-14 15:44:44 +0000 |
commit | 08e1637613a046cb0964d9586447887e0f6e9dc3 (patch) | |
tree | f82320e251db57e212430baaaf6193da8c48b09a | |
parent | 07c92a6d099a183d15e99d5551a141f93cf13ce4 (diff) | |
download | FreeBSD-src-08e1637613a046cb0964d9586447887e0f6e9dc3.zip FreeBSD-src-08e1637613a046cb0964d9586447887e0f6e9dc3.tar.gz |
Provide a (belated) UPDATING note related to the new release-building
process so that fewer people will be caught unaware.
Requested by: emaste
-rw-r--r-- | UPDATING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -32,6 +32,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9.x IS SLOW: TO REPEAT: if_ath_ahb is not needed for normal users. Normal users only need to load if_ath and if_ath_pci for ath(4) operation. +20110314: + As part of the replacement of sysinstall, the process of building + release media has changed significantly. For details, please re-read + release(7), which has been updated to reflect the new build process. + 20110218: GNU binutils 2.17.50 (as of 2007-07-03) has been merged to -HEAD. This is the last available version under GPLv2. It brings a number of new |