Module Name: src
Committed By: msaitoh
Date: Tue Aug 27 04:22:08 UTC 2019
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Ticket #119.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.29 -r1.1.2.30 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.29 src/doc/CHANGES-9.0:1.1.2.30
--- src/doc/CHANGES-9.0:1.1.2.29 Mon Aug 26 14:16:35 2019
+++ src/doc/CHANGES-9.0 Tue Aug 27 04:22:08 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.29 2019/08/26 14:16:35 martin Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.30 2019/08/27 04:22:08 msaitoh Exp $
A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
until the 9.0 release:
@@ -2232,3 +2232,8 @@ sys/dev/sysmon/sysmon.c 1.30
MODULE_CLASS_DRIVER, not MODULE_CLASS_MISC.
[nakayama, ticket #118]
+usr.sbin/sysinst/gpt.c 1.11
+
+ Fix a bug when installing to pre-exising GPT partitions.
+ Handle GPT labels with spaces.
+ [martin, ticket #119]