Module Name: src
Committed By: martin
Date: Fri Jun 25 19:09:53 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Ticket #1310
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-9.3
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.3
diff -u src/doc/CHANGES-9.3:1.1.2.10 src/doc/CHANGES-9.3:1.1.2.11
--- src/doc/CHANGES-9.3:1.1.2.10 Tue Jun 22 05:12:27 2021
+++ src/doc/CHANGES-9.3 Fri Jun 25 19:09:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.10 2021/06/22 05:12:27 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.11 2021/06/25 19:09:53 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -263,3 +263,15 @@ compat/arm/oabi/bsd.oabi.mk (apply patc
Fix PR 50192.
[mrg, ticket #1309]
+
+distrib/miniroot/install.sub 1.61,1.62
+distrib/sun2/miniroot/Makefile 1.40
+distrib/sun3/miniroot/Makefile 1.50
+
+ Fixes to sun2 and sun3 miniroot upgrade scripts:
+ - Replace RELEASE and VERSION strings proplery.
+ - Remove netstat(1) calls to print resolver info on upgrade using
+ miniroot, the binary is not available.
+ - The modules and rescue sets are also required on upgrade.
+ [tsutsui, ticket #1310]
+