mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
mention last changes
This commit is contained in:
parent
f1261bcdd7
commit
027cb376f3
13
CHANGES
13
CHANGES
@ -6,6 +6,19 @@
|
|||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
Yang Tse (5 Jun 2009)
|
||||||
|
- John E. Malmberg provided VMS specific patch: "This fixes an existing bug
|
||||||
|
in urlglob.c where it was not converting the Curl Unix exit code to a VMS
|
||||||
|
DCL compatible exit code. This fix required the enhancement described next.
|
||||||
|
This also adds an enhancement to main.c so that when curl is run under a
|
||||||
|
Unix shell like Bash on VMS, it will return the standard Unix exit codes
|
||||||
|
and messages."
|
||||||
|
|
||||||
|
I introduced os-specific.c and os-specific.h for use in curl tool code
|
||||||
|
and adjusted John E. Malmberg's patch placement to use these new files
|
||||||
|
as an effort to prevent main.c from growing ad infinitum. Code already
|
||||||
|
existing in main.c which is OS specific should be moved into these files.
|
||||||
|
|
||||||
Daniel Stenberg (4 June 2009)
|
Daniel Stenberg (4 June 2009)
|
||||||
- Setting the Content-Length: header from your app when you do a POST or PUT
|
- Setting the Content-Length: header from your app when you do a POST or PUT
|
||||||
is almost always a VERY BAD IDEA. Yet there are still apps out there doing
|
is almost always a VERY BAD IDEA. Yet there are still apps out there doing
|
||||||
|
@ -22,6 +22,7 @@ This release includes the following bugfixes:
|
|||||||
o configure script fixed for VMS
|
o configure script fixed for VMS
|
||||||
o set Content-Length: with POST and PUT failed with NTLM auth
|
o set Content-Length: with POST and PUT failed with NTLM auth
|
||||||
o allow building libcurl for VxWorks
|
o allow building libcurl for VxWorks
|
||||||
|
o curl tool exit codes fixed for VMS
|
||||||
|
|
||||||
This release includes the following known bugs:
|
This release includes the following known bugs:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user