Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/doc ticket 693



details:   https://anonhg.NetBSD.org/src/rev/b26f9bb1f17a
branches:  netbsd-9
changeset: 744702:b26f9bb1f17a
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Feb 10 21:40:19 2020 +0000

description:
ticket 693

diffstat:

 doc/CHANGES-9.0 |  42 +++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 41 insertions(+), 1 deletions(-)

diffs (53 lines):

diff -r 520dbfa5a28d -r b26f9bb1f17a doc/CHANGES-9.0
--- a/doc/CHANGES-9.0   Mon Feb 10 21:39:37 2020 +0000
+++ b/doc/CHANGES-9.0   Mon Feb 10 21:40:19 2020 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index