Fri Jan 29 21:01:53 2021 UTC ()
Tickets #1189 and #1190


(martin)
diff -r1.1.2.37 -r1.1.2.38 src/doc/CHANGES-9.2

cvs diff -r1.1.2.37 -r1.1.2.38 src/doc/Attic/CHANGES-9.2 (expand / switch to context diff)
--- src/doc/Attic/CHANGES-9.2 2021/01/25 14:16:00 1.1.2.37
+++ src/doc/Attic/CHANGES-9.2 2021/01/29 21:01:53 1.1.2.38
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.2,v 1.1.2.37 2021/01/25 14:16:00 martin Exp $
+# $NetBSD: CHANGES-9.2,v 1.1.2.38 2021/01/29 21:01:53 martin Exp $
 
 A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2
 release:
@@ -1425,4 +1425,18 @@
 
 	vcaudio: make vcaudio accurately report lack of CAPTURE.
 	[nia, ticket #1188]
+
+usr.bin/progress/progress.c			1.23
+
+	PR 55914: progress(1): handle EINTR in writes.
+	[lukem, ticket #1189]
+
+usr.bin/ftp/ftp.c				1.171
+usr.bin/ftp/progressbar.c			1.24
+usr.bin/ftp/progressbar.h			1.9
+usr.bin/ftp/ssl.c				1.9
+usr.bin/ftp/version.h				1.92
+
+	PR 55857: ftp(1): don't use restartable signals.
+	[lukem, ticket #1190]