summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-02-13 22:50:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-02-13 22:50:16 +0000
commit4efa0d9f6800b12e3ecb7e0291bc80fa8d8aa610 (patch)
tree810e794fe01dd9fb1086aaba3dc7ab5fa96eab1d /CHANGES
parente021fe94449ca01f0ccbdfa0b20ea564f7b8d5f0 (diff)
downloadcurl-4efa0d9f6800b12e3ecb7e0291bc80fa8d8aa610.tar.gz
ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on
the left side of @ to make it short(er).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e79291319..79b201a86 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
Changelog
Daniel (13 February 2007)
+- The default password for anonymous FTP connections is now changed to be
+ "ftp@example.com".
+
- Robert A. Monat made libcurl build fine with VC2005 - it doesn't have
gmtime_r() like the older VC versions. He also made use of some machine-
specific defines to differentiate the "OS" define.