aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-07 17:22:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-07 17:22:30 +0000
commit451d34ce212cb0b93aa97eb85f89fcd6e682bbb9 (patch)
tree46c1bafe5b05c373dba33fa7f8905aa3848edd49 /CHANGES
parent445950aa705a7a39683753c8d415bbf707ac7eb2 (diff)
things happen even during slow days! ;-)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES26
1 files changed, 23 insertions, 3 deletions
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