Module Name: src Committed By: sborrill Date: Wed Feb 14 15:08:53 UTC 2024
Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Ticket #594 To generate a diff of this commit: cvs rdiff -u -r1.1.2.195 -r1.1.2.196 src/doc/CHANGES-10.0 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-10.0 diff -u src/doc/CHANGES-10.0:1.1.2.195 src/doc/CHANGES-10.0:1.1.2.196 --- src/doc/CHANGES-10.0:1.1.2.195 Tue Feb 6 12:38:53 2024 +++ src/doc/CHANGES-10.0 Wed Feb 14 15:08:52 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.0,v 1.1.2.195 2024/02/06 12:38:53 martin Exp $ +# $NetBSD: CHANGES-10.0,v 1.1.2.196 2024/02/14 15:08:52 sborrill Exp $ A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 until the 10.0 release: @@ -15520,3 +15520,12 @@ external/gpl2/groff/tmac/mdoc.local (ma sys/sys/param.h (manually edited) Welcome to 10.0_RC4 + +usr.sbin/sysinst/label.c 1.51 + + PR 57927: when comparing old and new partition state during + renumbering, ignore differences in the install target flag - + the backend might have flipped it off already to ensure only + a single partition is marked as install target. + [martin, ticket #594] +