Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/doc Ticket #2, #4-#6.
details: https://anonhg.NetBSD.org/src/rev/2761f088c73a
branches: netbsd-9
changeset: 462283:2761f088c73a
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Aug 02 05:48:34 2019 +0000
description:
Ticket #2, #4-#6.
diffstat:
doc/CHANGES-9.0 | 26 +++++++++++++++++++++++++-
1 files changed, 25 insertions(+), 1 deletions(-)
diffs (38 lines):
diff -r 184011a2e0a9 -r 2761f088c73a doc/CHANGES-9.0
--- a/doc/CHANGES-9.0 Fri Aug 02 05:45:54 2019 +0000
+++ b/doc/CHANGES-9.0 Fri Aug 02 05:48:34 2019 +0000
@@ -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 @@
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]
Home |
Main Index |
Thread Index |
Old Index