From 33f42aacca75413764997cc9cf2d9762055fdc2d Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 22 Jul 2004 22:20:07 +0000
Subject: [PATCH] recent activities

---
 CHANGES       | 9 +++++++++
 RELEASE-NOTES | 4 +++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/CHANGES b/CHANGES
index 7d13690bae..7ba96eecb5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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 c88d3aeec8..c7fe9fb86c 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:
-- 
GitLab