From df59ca1a45edba80c4a56c856b46e9ac8eac22cc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg <daniel@haxx.se> Date: Wed, 11 Aug 2004 08:39:48 +0000 Subject: include the server response in the error message when an FTP server gives back a 530 after the password is provided, as it isn't necessary because of a bad user name or password. --- CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 7c00812cf..f0d19f05a 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,15 @@ Changelog +Daniel (11 August 2004) +- configure now defines _XOPEN_SOURCE to 500 on systems that need it to build + warning-free (the only known one so far is non-gcc builds on 64bit SGI + IRIX). + +- the FTP code now includes the server response in the error message when the + server gives back a 530 after the password is provided, as it isn't + necessary because of a bad user name or password. + Version 7.12.1 (10 August 2004) Daniel (10 August 2004) -- cgit v1.2.3