aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-08-11 08:39:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-08-11 08:39:48 +0000
commitdf59ca1a45edba80c4a56c856b46e9ac8eac22cc (patch)
tree722503dc70b40239f4b321c7e5a057cade3890df /CHANGES
parent9d84442409a283b9b0ce8b9db85523912530a9b2 (diff)
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.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
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)