Thu Jun 29 21:46:47 2023 UTC ()
ch-ch-changes


(nia)
diff -r1.2976 -r1.2977 src/doc/CHANGES

cvs diff -r1.2976 -r1.2977 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2023/06/28 22:24:15 1.2976
+++ src/doc/CHANGES 2023/06/29 21:46:47 1.2977
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2976 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2977 $>
2# 2#
3# 3#
4# [Note: This file does not mention every change made to the NetBSD source tree. 4# [Note: This file does not mention every change made to the NetBSD source tree.
5# For an exhaustive list, please subscribe to the `source-changes' mailing list, 5# For an exhaustive list, please subscribe to the `source-changes' mailing list,
6# or see the mailing list archives. For more information, send a message 6# or see the mailing list archives. For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.] 7# containing just the word `help' to `majordomo@NetBSD.org'.]
8# 8#
9# ---------------------------------------------------------------------------- 9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11# 11#
12# theme: Content ... 12# theme: Content ...
13# more content ... 13# more content ...
14# more content. [developer DATE-FORMAT] 14# more content. [developer DATE-FORMAT]
@@ -123,16 +123,39 @@ Changes from NetBSD 10.0 to NetBSD 11.0: @@ -123,16 +123,39 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
123 Don't overwrite existing destination files if -r -w copy 123 Don't overwrite existing destination files if -r -w copy
124 fails for any reason. [lukem 20230528] 124 fails for any reason. [lukem 20230528]
125 OpenSSL: Imported 3.0.9. [christos 20230531] 125 OpenSSL: Imported 3.0.9. [christos 20230531]
126 date(1): Add -R option for displaying time in RFC 5322 format, 126 date(1): Add -R option for displaying time in RFC 5322 format,
127 similar to GNU date. [kim 20230531] 127 similar to GNU date. [kim 20230531]
128 openssl(1): Imported 3.0.9. [christos 20230531] 128 openssl(1): Imported 3.0.9. [christos 20230531]
129 mk.conf(5): Obsolete non-MK variants MANZ UNPRIVED UPDATE 129 mk.conf(5): Obsolete non-MK variants MANZ UNPRIVED UPDATE
130 [lukem 20230602] 130 [lukem 20230602]
131 build.sh: Add show-params operation [lukem 20230602] 131 build.sh: Add show-params operation [lukem 20230602]
132 lua: Import version 5.4.6. 132 lua: Import version 5.4.6.
133 Bumped shlib minor because of API/ABI changes. 133 Bumped shlib minor because of API/ABI changes.
134 [nikita 20230608] 134 [nikita 20230608]
135 kerberos(8): Update to Heimdal-7.8.0 [christos 20230619] 135 kerberos(8): Update to Heimdal-7.8.0 [christos 20230619]
 136 patch(1): Add --backup-if-mismatch and --no-backup-if-mismatch for
 137 GNU patch compatibility. These options only make sense in
 138 POSIX mode, patch(1) has --backup enabled by default and
 139 GNU patch doesn't. [wiz 20230616]
 140 indent(1): Remove support for handling ASCII backspace characters
 141 in C code. [rillig 20230618]
 142 make(1): Recognize include guards. [rilling 20230619]
 143 pam(8): Disable pam_krb5, pam_ksu by default. [riastradh 20230620]
 144 editline(3): Install pkg-config files, same as the portable version.
 145 [wiz 20230620]
 146 make(1): Speed up pattern matching in the ':M' and ':N' modifiers.
 147 [reinoud 20230622]
 148 paxctl(8): Introduce -0 option to clear all PaX flag bits in ELF note.
 149 [rin 20230623]
 150 crunchgen(1): Clear PaX flags instead of removing its ELF note section.
 151 [rin 20230623]
 152 make(1): Warn about malformed patterns in ':M', ':N' and
 153 '.if make(...)' [rillig 20230623]
136 bind: Import version 9.16.42. [christos 20230626] 154 bind: Import version 9.16.42. [christos 20230626]
137 openresolv: Import version 3.13.2 [roy 20230627] 155 openresolv: Import version 3.13.2 [roy 20230627]
138 tmux(1): Import version 3.3a [wiz 20230628] 156 tmux(1): Import version 3.3a [wiz 20230628]
 157 x86: Primary bootstrap is now enable to read a GPT
 158 partition table inside a software raid(4).
 159 [manu 20230629]
 160 aiomixer(1): Support for the NO_COLOR environment variable.
 161 [nia 20230629]