aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-12-04 09:44:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-12-04 09:44:57 +0000
commit52707f959058c148c8a5ef4e81d0599780a1c014 (patch)
tree391c871c963f6f925696526606f1dbbfd6950b9d /CHANGES
parentbe2369ed145089947d70e2b87173729caac63a42 (diff)
7.5-commit
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0c8427abf..d084ab503 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,25 @@
History of Changes
+Version 7.5
+
+Daniel (1 December 2000)
+- Craig Davison gave us his updates on the VC++ makefiles, so now curl should
+ build fine with the Microsoft compiler on windows too.
+
+- Fixed the libcurl versioning so that we don't ruin old programs when
+ releasing new shared library interfaces.
+
+Daniel (30 November 2000)
+- Renamed docs/README.curl to docs/MANUAL to better reflect what the document
+ actually contains.
+
+Daniel (29 November 2000)
+- I removed a bunch of '#if 0' sections from the code. They only make things
+ harder to follow. After all, we do have all older versions in the CVS.
+
+Version 7.5-pre5
+
Daniel (28 November 2000)
- I filled in more error codes in the man page error code list that had been
lagging.