Module Name:    src
Committed By:   sborrill
Date:           Thu Nov  5 08:11:37 UTC 2020

Modified Files:
        src/doc [netbsd-9]: CHANGES-9.2

Log Message:
Ticket #1121


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-9.2

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.2
diff -u src/doc/CHANGES-9.2:1.1.2.7 src/doc/CHANGES-9.2:1.1.2.8
--- src/doc/CHANGES-9.2:1.1.2.7	Wed Nov  4 13:33:10 2020
+++ src/doc/CHANGES-9.2	Thu Nov  5 08:11:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.2,v 1.1.2.7 2020/11/04 13:33:10 sborrill Exp $
+# $NetBSD: CHANGES-9.2,v 1.1.2.8 2020/11/05 08:11:37 sborrill Exp $
 
 A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2
 release:
@@ -1037,3 +1037,24 @@ usr.sbin/sysinst/arch/i386/md.c			1.33
 	single named partition.
 	[martin, ticket #1120]
 
+usr.sbin/sysinst/menus.mi			1.22-1.23
+usr.sbin/sysinst/msg.mi.de			1.25-1.26
+usr.sbin/sysinst/msg.mi.en			1.33-1.34
+usr.sbin/sysinst/msg.mi.pl			1.33-1.34
+usr.sbin/sysinst/msg.mi.es			1.27-1.28
+usr.sbin/sysinst/msg.mi.fr			1.32-1.33
+usr.sbin/sysinst/util.c				1.49-1.52
+
+	- When looking for available CD media, skip those that are already
+	  mounted.
+	- When no medium with sets is found, show a new error message and
+	  return to the source selection menu.
+	- Rearrange all source option menus to have the proper set suffix
+	  available (either .tgz or .tar.xz).
+	- Relax an assertion, the first getvfsstat() call may overestimate
+	  the file systems visible to us. Fixes PR 55752
+	- When we did not magically find any CD medium with sets, offer a
+	  manual override (so ISO images on USB sticks or Xen's xbd(4)
+	  work).
+	[martin, ticket #1121]
+

Reply via email to