mirror of
https://github.com/curl/curl.git
synced 2026-07-15 21:27:21 +03:00
changelog: -J/--remote-header-name strips CRLF
This commit is contained in:
parent
47dda4a1d4
commit
e5b3246d0a
2 changed files with 5 additions and 0 deletions
4
CHANGES
4
CHANGES
|
|
@ -6,6 +6,10 @@
|
|||
|
||||
Changelog
|
||||
|
||||
Daniel Stenberg (19 Apr 2010)
|
||||
- -J/--remote-header-name didn't strip trailing carriage returns or linefeeds
|
||||
properly, so they could be used in the file name.
|
||||
|
||||
Daniel Stenberg (16 Apr 2010)
|
||||
- Jerome Vouillon made the GnuTLS SSL handshake phase non-blocking.
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ This release includes the following bugfixes:
|
|||
o detect GSS on ancient Linux distros
|
||||
o GnuTLS: EOF caused error when it wasn't
|
||||
o GnuTLS: SSL handshake phase is non-blocking
|
||||
o -J/--remote-header-name strips CRLF
|
||||
|
||||
This release includes the following known bugs:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue