diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-11-07 17:22:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-11-07 17:22:30 +0000 |
commit | 451d34ce212cb0b93aa97eb85f89fcd6e682bbb9 (patch) | |
tree | 46c1bafe5b05c373dba33fa7f8905aa3848edd49 | |
parent | 445950aa705a7a39683753c8d415bbf707ac7eb2 (diff) |
things happen even during slow days! ;-)
-rw-r--r-- | CHANGES | 26 |
1 files changed, 23 insertions, 3 deletions
@@ -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 |