aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
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 /RELEASE-NOTES
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 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index c01740d94..9e7219287 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -40,6 +40,7 @@ This release includes the following bugfixes:
o Windows curl builds failed file truncation when retry downloading
o SSL session ID cache memory leak
o bad connection re-use check with environment variable-activated proxy use
+ o --libcurl now generates a return statement as well
This release includes the following known bugs:
@@ -61,6 +62,6 @@ advice from friends like these:
Robin Johnson, Michal Marek, Ates Goral, Andres Garcia, Rob Crittenden,
Emil Romanus, Alessandro Vesely, Ray Pekowski, Spacen Jasset, Andrew Moise,
Gilles Blanc, David Wright, Vikram Saxena, Mateusz Loskot, Gary Maxwell,
- Dmitry Kurochkin
+ Dmitry Kurochkin, Mohun Biswas
Thanks! (and sorry if I forgot to mention someone)