Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/doc Tickets #1290 - #1295



details:   https://anonhg.NetBSD.org/src/rev/d132ef680387
branches:  netbsd-9
changeset: 983934:d132ef680387
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Jun 14 12:00:44 2021 +0000

description:
Tickets #1290 - #1295

diffstat:

 doc/CHANGES-9.3 |  41 ++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 40 insertions(+), 1 deletions(-)

diffs (52 lines):

diff -r 8e5cee9c4c4f -r d132ef680387 doc/CHANGES-9.3
--- a/doc/CHANGES-9.3   Mon Jun 14 11:57:39 2021 +0000
+++ b/doc/CHANGES-9.3   Mon Jun 14 12:00:44 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.7 2021/06/09 19:47:29 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.8 2021/06/14 12:00:44 martin Exp $
 
 A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
 release:
@@ -92,3 +92,42 @@
        Fix pcap-config output.
        [dholland, ticket #1284]
 
+usr.bin/ftp/ftp.c                              1.170
+usr.bin/ftp/version.h                          1.90
+
+       ftp(1): improve signal handler restoration.
+       [lukem, ticket #1290]
+
+usr.bin/ftp/ftp.c                              1.169
+usr.bin/ftp/util.c                             1.161
+
+       ftp(1): exit if lostpeer() is invoked by a signal.
+       [lukem, ticket #1291]
+
+usr.bin/ftp/fetch.c                            1.232
+
+       ftp(1): improve signal handler restoration.
+       [lukem, ticket #1292]
+
+usr.bin/ftp/ftp.c                              1.172
+
+       ftp(1): PR 56129: attempt to prevent timeouts of the control
+       connection.
+       [lukem, ticket #1293]
+
+usr.bin/ftp/cmds.c                             1.141
+usr.bin/ftp/ftp.1                              1.143
+
+       ftp(1): fix description of "debug".
+       [lukem, ticket #1294]
+
+usr.bin/ftp/Makefile                           1.39
+usr.bin/ftp/ssl.c                              1.10
+usr.bin/ftp/ssl.h                              1.5
+usr.bin/ftp/version.h                          1.93
+
+       ftp(1): PR 56219: in crunched builds (e.g. some install media)
+       use fetch_* functions for I/O.
+       Set version to 20210603.
+       [lukem, ticket #1295]
+



Home | Main Index | Thread Index | Old Index