From 341f12808c8ffddbdfc6ca8c1a28d7666240c3a766441c5b81c0c4c4858a9a74 Mon Sep 17 00:00:00 2001 From: Michal Seben Date: Fri, 16 Apr 2010 06:40:04 +0000 Subject: [PATCH] * Change "File receive OK." to "Transfer complete." to placate some broken clients. Thanks Holger Kiehl . * Fix erroneous "child died" upon FTP client connect, when under load. Awesome thanks to Holger Kiehl for running diagnostic tests on his live server. * Boot the session if an overly long line is encountered. - see Changelog file for changes in 2.1.0, 2.1.1, 2.1.2 and 2.2.0 releases OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=8 --- vsftpd.changes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vsftpd.changes b/vsftpd.changes index 229b4ea..1766e3b 100644 --- a/vsftpd.changes +++ b/vsftpd.changes @@ -2,6 +2,13 @@ Sun Feb 21 19:28:29 UTC 2010 - mseben@novell.com - updated to version 2.2.2 + * Change "File receive OK." to "Transfer complete." to placate some broken + clients. Thanks Holger Kiehl . + * Fix erroneous "child died" upon FTP client connect, when under load. Awesome + thanks to Holger Kiehl for running diagnostic tests on + his live server. + * Boot the session if an overly long line is encountered. +- see Changelog file for changes in 2.1.0, 2.1.1, 2.1.2 and 2.2.0 releases - deprecated use-ipv6-scope-id.patch,libcap2-fix.diff,write_race.patch nowarn.patch