1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

negotiate fix and new glib/GTK+ binding

This commit is contained in:
Daniel Stenberg 2004-08-05 18:55:51 +00:00
parent 9c4ffcc250
commit 4ff9cd39c5
2 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,10 @@
Changelog Changelog
Daniel (5 August 2004)
- Enrico Scholz fixed the HTTP-Negotiate service name to be uppercase as
reported in bug report #1004105
Daniel (4 August 2004) Daniel (4 August 2004)
- Gisle Vanem provided a fix for the multi interface and connecting to a host - Gisle Vanem provided a fix for the multi interface and connecting to a host
using multiple IP (bad) addresses. using multiple IP (bad) addresses.

View File

@ -20,6 +20,7 @@ This release includes the following changes:
This release includes the following bugfixes: This release includes the following bugfixes:
o HTTP Negotiate service name now provided in uppercase
o no longer accepts any cookies with domain set to just a TLD o no longer accepts any cookies with domain set to just a TLD
o HTTP Digest fix for properties without quotes in the header o HTTP Digest fix for properties without quotes in the header
o a bad Host: header case on re-used connections over proxy was fixed o a bad Host: header case on re-used connections over proxy was fixed
@ -60,6 +61,7 @@ Other curl-related news since the previous public release:
http://personal1.iddeo.es/andresgarci/tclcurl/english/ http://personal1.iddeo.es/andresgarci/tclcurl/english/
o Ch binding: http://chcurl.sourceforge.net o Ch binding: http://chcurl.sourceforge.net
o New US curl web mirror: http://curl.109k.com/ o New US curl web mirror: http://curl.109k.com/
o glib/GTK+ binding: http://atterer.net/glibcurl/
This release would not have looked like this without help, code, reports and This release would not have looked like this without help, code, reports and
advice from friends like these: advice from friends like these:
@ -68,6 +70,6 @@ advice from friends like these:
Günter Knauf, Marty Kuhrt, Kjetil Jacobsen, Steven Bazyl, Seshubabu Pasam, Günter Knauf, Marty Kuhrt, Kjetil Jacobsen, Steven Bazyl, Seshubabu Pasam,
Luca Alteas, Jean-Louis Lemaire, David Byron, David Cohen, Rob Stanzel, Luca Alteas, Jean-Louis Lemaire, David Byron, David Cohen, Rob Stanzel,
Niels van Tongeren, Andrés García, Toby Peterson, Casey O'Donnell, Brian Niels van Tongeren, Andrés García, Toby Peterson, Casey O'Donnell, Brian
Akins, Bertrand Demiddelaer, Joel Chen, Dylan Salisbury Akins, Bertrand Demiddelaer, Joel Chen, Dylan Salisbury, Enrico Scholz
Thanks! (and sorry if I forgot to mention someone) Thanks! (and sorry if I forgot to mention someone)