diff options
author | bmah <bmah@FreeBSD.org> | 2000-10-10 22:31:55 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2000-10-10 22:31:55 +0000 |
commit | 66a6daf1c3d29cdc7407a8fcca274cab9526bfdc (patch) | |
tree | 87e44deebd7ba2081b2df7848277c02f72a0623b /release | |
parent | 7a464b8ff3dd5c45c7dca1a4587824f4cac0d38a (diff) | |
download | FreeBSD-src-66a6daf1c3d29cdc7407a8fcca274cab9526bfdc.zip FreeBSD-src-66a6daf1c3d29cdc7407a8fcca274cab9526bfdc.tar.gz |
Note Ports Collection restructuring, new make(1) variable substitution
modifiers.
Diffstat (limited to 'release')
-rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 8 | ||||
-rw-r--r-- | release/texts/i386/RELNOTES.TXT | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index 6e659b8..98b7214 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -318,6 +318,14 @@ tcpdump(1) has received some updates and bugfixes. [MERGED] User-land ppp(8) has received a number of updates and bugfixes. [MERGED] +To improve performance and disk utilization, the "ports skeletons" in +the FreeBSD Ports Collection have been restructured. Installed ports +and packages should not be affected. [MERGED] + +make(1) has gained the :C/// (regexp substitution), :L (lowercase), +and :U (uppercase) variable modifiers. These were added to reduce the +differences between the FreeBSD and OpenBSD/NetBSD make programs. + 2. Supported Configurations --------------------------- diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index 2916bcd..26ff80b 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -362,6 +362,14 @@ tcpdump(1) has received some updates and bugfixes. [MERGED] User-land ppp(8) has received a number of updates and bugfixes. [MERGED] +To improve performance and disk utilization, the "ports skeletons" in +the FreeBSD Ports Collection have been restructured. Installed ports +and packages should not be affected. [MERGED] + +make(1) has gained the :C/// (regexp substitution), :L (lowercase), +and :U (uppercase) variable modifiers. These were added to reduce the +differences between the FreeBSD and OpenBSD/NetBSD make programs. + 2. Supported Configurations --------------------------- |