diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-05 06:30:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-05 06:30:18 +0000 |
commit | 9f9cac7402f9f134be6f6d5b7fb830e9946a83d8 (patch) | |
tree | 9fbc172565774f32cfb06acd1c9ebb792127362a /CHANGES | |
parent | 06730bc905efe37dfb21b40a35971e2cfba9d612 (diff) |
release commit
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -6,6 +6,8 @@ History of Changes +Version 7.5.2 + Daniel (4 January 2001) - As Kevin P Roth suggested, I've added text to the man page for every command line option and what happens when you specify that option more than @@ -15,6 +17,16 @@ Daniel (4 January 2001) odd reasons I can't build curl properly outside though. It has to do with curl's dependencies on libcurl... +- Cut off all older (dated 1999 and earlier) CHANGES entries from this file. + The older piece is named CHANGES.0 and is added to the CVS repository in + case anyone would need it. + +- I added another file 'CVS-INFO' to the CVS. It contains information about + files in the CVS that aren't included in release archives and how to build + curl when you get the sources off CVS. + +- Updated CONTRIBUTE and FAQ due to the new license. + Daniel (3 January 2001) - Renamed README.libcurl to LIBCURL @@ -30,7 +42,8 @@ Daniel (30 December 2000) Daniel (19 December 2000) - Added file desrciptor and FILE handle leak detection to the memdebug system - and thus I found and removed a file handler leakage in the ftp parts. + and thus I found and removed a file descriptor leakage in the ftp parts + that happened when you did PORTed downloads. - Added an include <stdio.h> in <curl/curl.h> since it uses FILE *. |