aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-07-20 20:04:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-07-20 20:04:52 +0000
commit27c0b438976d0f964b3b6ee126d985759da06662 (patch)
tree2c33dc680a7953c5bf9fda69a871c591312577e4 /CHANGES
parentd46de5ab8bcc3b95d84b98a8248312a573c45005 (diff)
David McCreedy fixed a build error when building libcurl with HTTP disabled,
problem added with the curl_formget() patch.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7c0083092..3de71de50 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Daniel (20 July 2006)
+- David McCreedy fixed a build error when building libcurl with HTTP disabled,
+ problem added with the curl_formget() patch.
+
Daniel (17 July 2006)
- Jari Sundell did some excellent research and bug tracking, figured out that
we did wrong and patched it: When nodes were removed from the splay tree,