Module Name: src
Committed By: martin
Date: Mon Jan 15 16:13:10 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Ticket #555
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.187 -r1.1.2.188 src/doc/CHANGES-10.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-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.187 src/doc/CHANGES-10.0:1.1.2.188
--- src/doc/CHANGES-10.0:1.1.2.187 Mon Jan 15 14:17:04 2024
+++ src/doc/CHANGES-10.0 Mon Jan 15 16:13:10 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.187 2024/01/15 14:17:04 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.188 2024/01/15 16:13:10 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -15225,3 +15225,9 @@ sys/uvm/uvm_physseg.h 1.9
to u_long.
[tnn, ticket #554]
+usr.bin/ftp/fetch.c 1.237,1.238
+
+ ftp(1): fix HTTPS through Proxy.
+ Avoid confusing message when downloading empty files.
+ [mlelstv, ticket #555]
+