Module Name: src
Committed By: msaitoh
Date: Fri Aug 2 05:48:34 UTC 2019
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Ticket #2, #4-#6.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 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.1 src/doc/CHANGES-9.0:1.1.2.2
--- src/doc/CHANGES-9.0:1.1.2.1 Tue Jul 30 16:52:10 2019
+++ src/doc/CHANGES-9.0 Fri Aug 2 05:48:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.1 2019/07/30 16:52:10 martin Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.2 2019/08/02 05:48:34 msaitoh Exp $
A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
until the 9.0 release:
@@ -11,4 +11,28 @@ sys/sys/param.h
Welcome to 9.0_BETA!
+distrib/utils/libhack/multibyte.c 1.9
+ Avoid using an unitialized variable.
+ [martin, ticket #2]
+
+usr.sbin/sysinst/disks.c 1.45
+usr.sbin/sysinst/label.c 1.11
+usr.sbin/sysinst/target.c 1.9
+
+ Do not strip the trailing / on root mounts when evaluation
+ "last mounted on". Fix some /dev/ and raw vs. block device confusion
+ on system upgrades.
+ [martin, ticket #4]
+
+usr.sbin/sysinst/bsddisklabel.c 1.24-1.25
+
+ PR 54423: Fix handling of user defined partitions. Complete
+ initialization of install info for user defined partitions.
+ [martin, ticket #5]
+
+usr.sbin/sysinst/bsddisklabel.c 1.26
+
+ If we can not fit a planned partition, retry with a bit more slope
+ in size.
+ [martin, ticket #6]