aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-06-14 12:50:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-06-14 12:50:38 +0000
commit5da5cfa33e69632972cfa11e9b367d52597f9b43 (patch)
tree0f72c3afb3d2f05da15118394102e443f95a744d /CHANGES
parent2dbadc6405799420fea17717c1da464dd7d0ade9 (diff)
new binary stdout approach for win32 systems
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index aa50a4a77..abfb97a46 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,17 @@
History of Changes
+Daniel (14 June 2000)
+- Applied Luong Dinh Dung's comments about a few win32 compile problems.
+
+- Applied Björn Stenberg's suggested fix that turns the win32 stdout to
+ binary. It won't do it if the -B / --use-ascii option is used. That option
+ is now an extended version of the previous -B /--ftp--ascii. The flag was
+ already in use be the ldap as well so the new name fits pretty good. The
+ libcyrl CURLOPT_TRANSFERTEXT was also introduced as an alias to the now
+ obsolete CURLOPT_FTPASCII. Can't verify this fix myself as I have no win32
+ compiler around.
+
Daniel (13 June 2000)
- Luong Dinh Dung <dung at sch.bme.hu> found a problem in curl_easy_cleanup()
since it free()ed the main curl struct *twice*. This is now corrected.