Thu Aug 29 06:44:16 2019 UTC ()
 Ticket 123 and 125.


(msaitoh)
diff -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-9.0

cvs diff -r1.1.2.30 -r1.1.2.31 src/doc/Attic/CHANGES-9.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.0 2019/08/27 04:22:08 1.1.2.30
+++ src/doc/Attic/CHANGES-9.0 2019/08/29 06:44:16 1.1.2.31
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.0,v 1.1.2.30 2019/08/27 04:22:08 msaitoh Exp $ 1# $NetBSD: CHANGES-9.0,v 1.1.2.31 2019/08/29 06:44:16 msaitoh Exp $
2 2
3A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30 3A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
4until the 9.0 release: 4until the 9.0 release:
5 5
6doc/CHANGES-9.0 patched by hand 6doc/CHANGES-9.0 patched by hand
7doc/LAST_MINUTE patched by hand 7doc/LAST_MINUTE patched by hand
8doc/README.files patched by hand 8doc/README.files patched by hand
9external/gpl2/groff/tmac/mdoc.local patched by hand 9external/gpl2/groff/tmac/mdoc.local patched by hand
10sys/sys/param.h patched by hand 10sys/sys/param.h patched by hand
11 11
12 Welcome to 9.0_BETA! 12 Welcome to 9.0_BETA!
13 13
14distrib/utils/libhack/multibyte.c 1.9 14distrib/utils/libhack/multibyte.c 1.9
@@ -2227,13 +2227,27 @@ tests/net/ndp/t_ndp.sh 1.34 @@ -2227,13 +2227,27 @@ tests/net/ndp/t_ndp.sh 1.34
2227 [ozaki-r, ticket #117] 2227 [ozaki-r, ticket #117]
2228 2228
2229sys/dev/sysmon/sysmon.c 1.30 2229sys/dev/sysmon/sysmon.c 1.30
2230 2230
2231 Module class of sysmon_envsys, sysmon_wdog and sysmon_power is 2231 Module class of sysmon_envsys, sysmon_wdog and sysmon_power is
2232 MODULE_CLASS_DRIVER, not MODULE_CLASS_MISC. 2232 MODULE_CLASS_DRIVER, not MODULE_CLASS_MISC.
2233 [nakayama, ticket #118] 2233 [nakayama, ticket #118]
2234 2234
2235usr.sbin/sysinst/gpt.c 1.11 2235usr.sbin/sysinst/gpt.c 1.11
2236 2236
2237 Fix a bug when installing to pre-exising GPT partitions. 2237 Fix a bug when installing to pre-exising GPT partitions.
2238 Handle GPT labels with spaces. 2238 Handle GPT labels with spaces.
2239 [martin, ticket #119] 2239 [martin, ticket #119]
 2240
 2241usr.sbin/sysinst/defs.h 1.44
 2242usr.sbin/sysinst/upgrade.c 1.13
 2243usr.sbin/sysinst/util.c 1.32
 2244
 2245 Do not offer to upgrade the "current system" if we are running off a CD
 2246 (i.e. / is mounted read-only)
 2247 [martin, ticket #123]
 2248
 2249usr.sbin/sysinst/mbr.c 1.21
 2250
 2251 When requesting no special FS sub type, default to FAT32 with LBA.
 2252 Fixes one part of PR 54490.
 2253 [martin, ticket #125]