mirror of
https://github.com/curl/curl.git
synced 2025-02-23 15:10:03 +08:00
Patrick Monnerat fixed a build regression, introduced in 7.19.2, affecting
OS/400 compilations with IPv6 enabled.
This commit is contained in:
parent
02ca14fd0e
commit
2d2c53d20e
4
CHANGES
4
CHANGES
@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
Yang Tse (12 Dec 2008)
|
||||||
|
- Patrick Monnerat fixed a build regression, introduced in 7.19.2, affecting
|
||||||
|
OS/400 compilations with IPv6 enabled.
|
||||||
|
|
||||||
Daniel Stenberg (12 Dec 2008)
|
Daniel Stenberg (12 Dec 2008)
|
||||||
- Bug report #2416182 titled "crash in ConnectionExists when using
|
- Bug report #2416182 titled "crash in ConnectionExists when using
|
||||||
duphandle+curl_mutli" (http://curl.haxx.se/bug/view.cgi?id=2416182) showed
|
duphandle+curl_mutli" (http://curl.haxx.se/bug/view.cgi?id=2416182) showed
|
||||||
|
@ -29,6 +29,7 @@ This release includes the following bugfixes:
|
|||||||
o ftps:// control connections now use explicit protection level
|
o ftps:// control connections now use explicit protection level
|
||||||
o dotted IPv6 addresses longer than 39 bytes failed
|
o dotted IPv6 addresses longer than 39 bytes failed
|
||||||
o curl_easy_duphandle() doesn't try to duplicate the connection cache pointer
|
o curl_easy_duphandle() doesn't try to duplicate the connection cache pointer
|
||||||
|
o build failure on OS/400 when enabling IPv6
|
||||||
|
|
||||||
This release includes the following known bugs:
|
This release includes the following known bugs:
|
||||||
|
|
||||||
@ -39,6 +40,6 @@ advice from friends like these:
|
|||||||
|
|
||||||
Yang Tse, Daniel Fandrich, Jim Meyering, Christian Krause, Andreas Wurf,
|
Yang Tse, Daniel Fandrich, Jim Meyering, Christian Krause, Andreas Wurf,
|
||||||
Markus Koetter, Josef Wolf, Vlad Grachov, Pawel Kierski, Igor Novoseltsev,
|
Markus Koetter, Josef Wolf, Vlad Grachov, Pawel Kierski, Igor Novoseltsev,
|
||||||
Fred Machado, Ken Hirsch, Keshav Krity
|
Fred Machado, Ken Hirsch, Keshav Krity, Patrick Monnerat
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
Loading…
Reference in New Issue
Block a user