aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-12-10 15:30:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-12-10 15:30:34 +0000
commit77a5e7c6460b6259b789bf4c353252e2954d4e47 (patch)
tree4ca1f8328b47871fe48ff50a73d797c5e97ff0c1
parent8f0abd31c5f3e21c15bfac529f362fc9d7c8e279 (diff)
dict and a man page fixes
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 83f2ca1c9..766916fa5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,11 @@
Daniel (10 December)
+- Gisle Vanem reported that the dict support was broken. I broke it during my
+ ftps-changes overhaul. I've now added a 'curlassert' function that can be
+ used to verify expressions, to prevent future errors of the same
+ kind. They're only present in debug-builds.
+
- Diego Casorran made curl and libcurl possible to build natively (no more
need for the ixemul library) on AmigaOS.
@@ -15,6 +20,9 @@ Daniel (10 December)
installed ares lib, instead of always using it in the curl source tree.
This also fixed the curl-config --libs output.
+- Eric S. Raymond patched a very minor man page format error in
+ libcurl-errors.3
+
Daniel (8 December)
- Fixed the flaw that made -lz appear twice on the link command line.