aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-01-01 21:11:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-01-01 21:11:26 +0000
commit7795eb6db8b359e7f7389000fcd693b4037fba08 (patch)
tree440d56c009cc28b8290e5ba9071927496521c396 /CHANGES
parent31674559d369392a7198aeb1e0d73d9ce7f3ff84 (diff)
Mohun Biswas pointed out that --libcurl generated a source code with an int
function but without a return statement. While fixing that, I also took care about adding some better comments for the generated code.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 37dd29a01..be257d473 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel S (1 Jan 2008)
+- Mohun Biswas pointed out that --libcurl generated a source code with an int
+ function but without a return statement. While fixing that, I also took care
+ about adding some better comments for the generated code.
+
Daniel S (27 Dec 2007)
- Dmitry Kurochkin mentioned a flaw
(http://curl.haxx.se/mail/lib-2007-12/0252.html) in detect_proxy() which