aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-12-05 21:40:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-12-05 21:40:14 +0000
commit5fd096da8d5667384c40280e408227919afda6dc (patch)
tree0688ac05294b482324ecb66fcd858fa0425c5e2d /CHANGES
parenteb29c5c2851ffde4f72a3f3d75942796fee60c32 (diff)
Stefan Krause pointed out a compiler warning with a picky MSCV compiler when
passing a curl_off_t argument to the Curl_read_rewind() function which takes an size_t argument. Curl_read_rewind() also had debug code left in it and it was put in a different source file with no good reason when only used from one single spot.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9f7c952e3..60828fd3d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,12 @@
Changelog
Daniel (5 December 2006)
+- Stefan Krause pointed out a compiler warning with a picky MSCV compiler when
+ passing a curl_off_t argument to the Curl_read_rewind() function which takes
+ an size_t argument. Curl_read_rewind() also had debug code left in it and it
+ was put in a different source file with no good reason when only used from
+ one single spot.
+
- Sh Diao reported that CURLOPT_CLOSEPOLICY doesn't work, and indeed, there is
no code present in the library that receives the option. Since it was not
possible to use, we know that no current users exist and thus we simply