aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-20 14:40:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-20 14:40:06 +0000
commit9689e1c548f8906cf2a1fb055bb9b3446756bd63 (patch)
treed95aa42588f76a7f6d84790cf4d8bcd023089aa3
parent5a83976c996a33283c3aca29de86d77a238429b9 (diff)
today's patches and Markus' correction
-rw-r--r--CHANGES13
1 files changed, 11 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 4f862c83c..6f7d0659f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,8 +6,17 @@
Changelog
+Daniel (20 Jan 2003)
+- David Thiel pointed out that the .netrc file was not being dealt with
+ properly anymore. I broke this in the password prompting "fix".
+
+- Markus F.X.J. Oberhumer patched libcurl to allocate the scratch buffer only
+ on demand and thus we save 32KB in each curl handle that don't use that
+ buffer. This need appeared when some people started using thousands of
+ simultaneous curl handles... :-)
+
Daniel (16 Jan 2003)
-- Markus Oberhumer fixed curl-config -cflags when the prefix was not
+- Markus Oberhumer fixed curl-config --cflags when the includedir was not
/usr/include.
- Markus Oberhumer fixed CURLINFO_PRIVATE to properly return NULL if it was
@@ -1592,4 +1601,4 @@ Daniel (2 January 2002)
changes done on dec-20 made test case 104 cease to work (in both branches).
- Philip Gladstone pointed out a few portability problems in the source code
- that didn't compile on 64-bit sparcs using Sun's native \ No newline at end of file
+ that didn't compile on 64-bit sparcs using Sun's native compiler.