mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
disable-manual
This commit is contained in:
parent
68a3cbe384
commit
2ddbf8975a
5
CHANGES
5
CHANGES
@ -6,6 +6,11 @@
|
||||
|
||||
Changelog
|
||||
|
||||
Daniel (25 April 2004)
|
||||
- Erwin Authried pointed out that configure --disable-manual didn't do right
|
||||
if you already had a src/hugehelp.c source file present (which most people
|
||||
do I guess). It now uses the USE_MANUAL define properly.
|
||||
|
||||
Daniel (23 April 2004)
|
||||
- Gisle Vanem found and fixed a memory leak when doing (failing) Windows
|
||||
threaded name resolves.
|
||||
|
@ -15,6 +15,7 @@ This release includes the following changes:
|
||||
|
||||
This release includes the following bugfixes:
|
||||
|
||||
o configure --disable-manual works better
|
||||
o removed a memory leak when doing a windows threaded resolve and it failed
|
||||
o --proxy-ntlm now checks if libcurl supports NTLM before using it
|
||||
o minor --fail with authentication bugfix
|
||||
@ -66,6 +67,8 @@ advice from friends like these:
|
||||
|
||||
Thomas Schwinge, Marty Kuhrt, Günter Knauf, Kevin Roth, Glen Nakamura, Gisle
|
||||
Vanem, Greg Hewgill, Joe Halpin, Tor Arntsen, Dirk Manske, Roy Shan, Mitz
|
||||
Wark, Andrés García, Robin Kay, Alan Pinstein, David Byron, Nathan O'Sullivan
|
||||
Wark, Andrés García, Robin Kay, Alan Pinstein, David Byron, Nathan
|
||||
O'Sullivan, Erwin Authried
|
||||
|
||||
|
||||
Thanks! (and sorry if I forgot to mention someone)
|
||||
|
Loading…
Reference in New Issue
Block a user