diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-07-22 22:20:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-07-22 22:20:07 +0000 |
commit | 33f42aacca75413764997cc9cf2d9762055fdc2d (patch) | |
tree | 8078042fc9761cd50e1fab7454d8d9b40a967055 | |
parent | c85bf83e880d9f92030cd0f6dc219e504c2fc774 (diff) |
recent activities
-rw-r--r-- | CHANGES | 9 | ||||
-rw-r--r-- | RELEASE-NOTES | 4 |
2 files changed, 12 insertions, 1 deletions
@@ -6,6 +6,15 @@ Changelog +Daniel (20 July 2004) +- Added buildconf and buildconf.bat to the release archives, since they are + handy for rebuilding curl when using a daily snapshot (and not a pure CVS + checkout). + +Daniel (16 July 2004) +- As suggested by Toby Peterson, libcurl now ignores Content-Length data if the + given size is a negative number. Test case 178 verifies this. + Daniel (14 July 2004) - Günter Knauf has made the Netware builds do without the config-netware.h files, so they are now removed from the dist packages. diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c88d3aeec..c7fe9fb86 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -45,12 +45,14 @@ Other curl-related news since the previous public release: o James Hu took over after Kevin Roth as maintainer of the curl package on cygwin. Many saludos to Kevin for a work well done during many years. - o Gambas binding for libcurl: http://gambas.sf.net/ + o Gambas binding: http://gambas.sf.net/ o pycurl 7.12.0 was released http://pycurl.sf.net/ o wxWidgets binding: http://homepage.mac.com/codonnell/wxcurldav/ o New Austrian curl web mirror: http://curl.gds.tuwien.ac.at/ o TclCurl 0.12.0 was released: http://personal1.iddeo.es/andresgarci/tclcurl/english/ + o Ch binding: http://chcurl.sourceforge.net + o New US curl web mirror: http://curl.109k.com/ This release would not have looked like this without help, code, reports and advice from friends like these: |