From 451d34ce212cb0b93aa97eb85f89fcd6e682bbb9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 7 Nov 2003 17:22:30 +0000 Subject: things happen even during slow days! ;-) --- CHANGES | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 7e3dcb9e1..b798b81a7 100644 --- a/CHANGES +++ b/CHANGES @@ -7,14 +7,34 @@ Changelog +Daniel (7 November) +- Based on Gisle Vanem's patch, I made curl try harder to get the home + directory of the current user, in order to find the default .curlrc file. + We're also considering moving out the HOME-dir code from libcurl, and + instead have the app pass in the path to the .netrc file (which is the only + logic left in libcurl that uses the HOME dir). Then curl can use the home + dir for that purpose too. + +- Ralph Mitchell's updated testcurl.sh to the script to take an existing + directory name and build/run/test curl in there instead of trying to update + from CVS. Using this approach, the script can now be used to test daily + tarballs etc. + +- Gisle Vanem added a "resource file" to the Windows DLL builds, to contain + information such as version number, library name, copyright info etc. + Daniel (6 November) +- curl checks if the existing libcurl supports things like --ntlm, --negotiate + and --krb4 and returns error if not. + - I added three new global defines in the curl/curl.h header: LIBCURL_VERSION_MAJOR, LIBCURL_VERSION_MINOR and LIBCURL_VERSION_PATCH. They are the three numbers in the library's version number, separated for easier usage. 'maketgz' was updated accordingly to generate these numbers properly when building release-archives. -- Unitialized variable fix, reported by both Marty Kuhrt and Benjamin Gerard. +- Uninitialized variable fix, reported by both Marty Kuhrt and Benjamin + Gerard. - Matt Veenstra provided build files to build libcurl as a "framework" under Mac OS X. See the lib/libcurl.framework.make for details. @@ -23,8 +43,8 @@ Daniel (6 November) They're not in our name space so we should not fiddle with them. Daniel (5 November) -- Replaced the man page to HTML converter program with a new one: - roffit. Makes nicer web pages. +- Replaced the man page to HTML converter program with a new one: roffit. + Makes nicer web pages. Daniel (4 November) - Troels Walsted Hansen fixed the MSVC makefiles to let them build curl fine -- cgit v1.2.3