aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-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.