Module Name: src Committed By: msaitoh Date: Mon Sep 4 10:12:43 UTC 2023
Modified Files: src/doc: CHANGES Log Message: Remove some entries. Those were pulled up to netbsd-10. To generate a diff of this commit: cvs rdiff -u -r1.2996 -r1.2997 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2996 src/doc/CHANGES:1.2997 --- src/doc/CHANGES:1.2996 Fri Sep 1 18:39:00 2023 +++ src/doc/CHANGES Mon Sep 4 10:12:43 2023 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2996 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2997 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -32,9 +32,6 @@ Changes from NetBSD 10.0 to NetBSD 11.0: libc: Update Unicode tables to Unicode 15.0.0. [wiz 20221221] dse(4): Added Dayna SCSI/Link ethernet driver. [nat 20221222] binutils: Updated to FSF binutils 2.39. [christos 20221224] - sdhc(4): Add quirk for some Intel eMMC devices (like - GIGABYTE MA10-ST0) to allow the driver to attach - successfully. [msaitoh 20230105] cribbage(6): Add -y option to keep playing without asking (from Greywolf in PR 57164) [christos 20230106] x86: Enable the -z separate-code security feature by default in @@ -73,7 +70,6 @@ Changes from NetBSD 10.0 to NetBSD 11.0: libc: Add __atomic_is_lock_free to help stdatomic.h usage with GCC. [riastradh 20230330] tzdata: updated to 2023c (using the 2023cgtz fork) [kre 20230331] - tprof(8): Add Intel Comet Lake support. [msaitoh 20230410] vacation(1): Check 'Auto-Submitted:' header in addition to 'Precedence:', and set 'Precedence:' in addition to 'Auto-Submitted:'. [hauke 20230411] @@ -178,8 +174,6 @@ Changes from NetBSD 10.0 to NetBSD 11.0: kern: Add memfd_create(2) system call from GSoC 2023 by Theodore Preduta. [christos 20230710] gcc(1): Import GCC 10.5. [mrg 20230710] - coretemp(4): Change limits of Tjmax. Upper limit is now 120, lower - limit is now 60. [msaitoh 20230713] refuse(3): Allow programs using the 3.5, 3.6, and 3.7 FUSE APIs to function at runtime. [pho 20230714] amdgpu(4): Enable display core logic. [riastradh 20230714]