summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-01-26 19:06:00 +0000
committerbmah <bmah@FreeBSD.org>2001-01-26 19:06:00 +0000
commitf61060516f3f31eac270534cc483d743ad040ca2 (patch)
treeaed34a6dfdc44338f7561f8da2997238563a57e1
parent8ac42e8bc94fc5624e882a6813513d1eccb112e4 (diff)
downloadFreeBSD-src-f61060516f3f31eac270534cc483d743ad040ca2.zip
FreeBSD-src-f61060516f3f31eac270534cc483d743ad040ca2.tar.gz
New release notes: buildkernel uses KERNCONF, pkg_create/pkg_install
support for bzip2.
-rw-r--r--release/texts/alpha/RELNOTES.TXT10
-rw-r--r--release/texts/i386/RELNOTES.TXT10
2 files changed, 20 insertions, 0 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT
index 35d1dba..32171c8 100644
--- a/release/texts/alpha/RELNOTES.TXT
+++ b/release/texts/alpha/RELNOTES.TXT
@@ -246,6 +246,13 @@ See condvar(9) for more details.
A bug in FFS that could cause superblock corruption on very large
filesystems has been corrected. [MERGED]
+The "make buildkernel" target now gets the name of the
+configuration(s) to build from the KERNCONF variable, not KERNEL. It
+is no longer required, in some cases, for a "buildworld" to precede a
+"buildkernel". (The buildworld is still required when upgrading across
+major releases, across binutil upgrades and when config changes
+version.)
+
1.2. SECURITY FIXES
-------------------
@@ -637,6 +644,9 @@ have been errors into actual fatal errors with an exit code. This
ensures that that 'make buildkernel' doesn't quitely ignore them and
build a bogus kernel without a human to read the errors. [MERGED]
+pkg_create(1) and pkg_install(1) can now work with packages that have
+been compressed using bzip2(1).
+
2. Supported Configurations
---------------------------
diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT
index 5fe349b..807f849 100644
--- a/release/texts/i386/RELNOTES.TXT
+++ b/release/texts/i386/RELNOTES.TXT
@@ -329,6 +329,13 @@ See condvar(9) for more details.
A bug in FFS that could cause superblock corruption on very large
filesystems has been corrected. [MERGED]
+The "make buildkernel" target now gets the name of the
+configuration(s) to build from the KERNCONF variable, not KERNEL. It
+is no longer required, in some cases, for a "buildworld" to precede a
+"buildkernel". (The buildworld is still required when upgrading across
+major releases, across binutil upgrades and when config changes
+version.)
+
1.2. SECURITY FIXES
-------------------
@@ -738,6 +745,9 @@ have been errors into actual fatal errors with an exit code. This
ensures that that 'make buildkernel' doesn't quitely ignore them and
build a bogus kernel without a human to read the errors. [MERGED]
+pkg_create(1) and pkg_install(1) can now work with packages that have
+been compressed using bzip2(1).
+
2. Supported Configurations
---------------------------
OpenPOWER on IntegriCloud