diff options
-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 --------------------------- |