Module Name: src Committed By: bouyer Date: Mon Feb 10 21:40:19 UTC 2020
Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: ticket 693 To generate a diff of this commit: cvs rdiff -u -r1.1.2.174 -r1.1.2.175 src/doc/CHANGES-9.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-9.0 diff -u src/doc/CHANGES-9.0:1.1.2.174 src/doc/CHANGES-9.0:1.1.2.175 --- src/doc/CHANGES-9.0:1.1.2.174 Mon Feb 10 19:32:47 2020 +++ src/doc/CHANGES-9.0 Mon Feb 10 21:40:19 2020 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.0,v 1.1.2.174 2020/02/10 19:32:47 martin Exp $ +# $NetBSD: CHANGES-9.0,v 1.1.2.175 2020/02/10 21:40:19 bouyer Exp $ A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30 until the 9.0 release: @@ -8738,3 +8738,43 @@ external/bsd/libarchive/dist/libarchive/ hard links. [christos, ticket #692] +usr.sbin/sysinst/arch/hp300/md.c 1.10 +usr.sbin/sysinst/arch/i386/md.c 1.30 +usr.sbin/sysinst/arch/mac68k/md.c 1.9 +usr.sbin/sysinst/arch/mvme68k/md.c 1.10 +usr.sbin/sysinst/arch/mvme68k/msg.md.de 1.2, 1.3 +usr.sbin/sysinst/arch/mvme68k/msg.md.en 1.2, 1.3 +usr.sbin/sysinst/arch/mvme68k/msg.md.es 1.2, 1.3 +usr.sbin/sysinst/arch/mvme68k/msg.md.fr 1.2, 1.3 +usr.sbin/sysinst/arch/mvme68k/msg.md.pl 1.2, 1.3 +usr.sbin/sysinst/arch/x68k/md.c 1.10 +usr.sbin/sysinst/arch/x68k/msg.md.en 1.2, 1.3 +usr.sbin/sysinst/bsddisklabel.c 1.39 +usr.sbin/sysinst/defs.h 1.55 +usr.sbin/sysinst/disklabel.c 1.35 +usr.sbin/sysinst/disks.c 1.63, 1.64, 1.65 +usr.sbin/sysinst/mbr.c 1.31 +usr.sbin/sysinst/msg.mi.de 1.21 +usr.sbin/sysinst/msg.mi.en 1.28 +usr.sbin/sysinst/msg.mi.es 1.22 +usr.sbin/sysinst/msg.mi.fr 1.26 +usr.sbin/sysinst/msg.mi.pl 1.29 +usr.sbin/sysinst/partman.c 1.50 +usr.sbin/sysinst/target.c 1.12 +usr.sbin/sysinst/txtwalk.c 1.3, 1.4 +usr.sbin/sysinst/upgrade.c 1.15, 1.16 + + Fix various issues with the installer reported in RC2: + - PR 54921: broken diagnostic message + - PR 54921: fix partition overlap check on some architectures + - fix first stage bootloader name in some install setups + - PR 54934: always use installboot -f + - Avoid crashes when MBR partitions exist but there are no + "inner" disklabel partitions + - in upgrades deal with NAME= entries in /etc/fstab + - PR 54944: explicitly reject GPT protective MBRs, make explicit + root wedge selection work for upgrades and re-install sets. + - Fix mac68k installations. + Miscelaneous minor cleanup and message reformatting. + [martin, ticket #693] +