Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
743fa106
Commit
743fa106
authored
8 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
RELEASE-NOTES: synced with
26ec93dd
parent
26ec93dd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
RELEASE-NOTES
+33
-7
33 additions, 7 deletions
RELEASE-NOTES
with
33 additions
and
7 deletions
RELEASE-NOTES
+
33
−
7
View file @
743fa106
Curl and libcurl 7.49.0
Curl and libcurl 7.49.0
Public curl releases: 154
Public curl releases: 154
Command line options: 1
79
Command line options: 1
82
curl_easy_setopt() options: 22
1
curl_easy_setopt() options: 22
3
Public functions in libcurl: 61
Public functions in libcurl: 61
Contributors: 1364
Contributors: 1364
...
@@ -14,6 +14,8 @@ This release includes the following changes:
...
@@ -14,6 +14,8 @@ This release includes the following changes:
o wolfssl: Add ALPN support [18]
o wolfssl: Add ALPN support [18]
o http2: added --http2-prior-knowledge [16]
o http2: added --http2-prior-knowledge [16]
o http2: added CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE [17]
o http2: added CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE [17]
o connect: added CURLOPT_CONNECT_TO [26]
o curl: added --connect-to [27]
This release includes the following bugfixes:
This release includes the following bugfixes:
...
@@ -48,6 +50,19 @@ This release includes the following bugfixes:
...
@@ -48,6 +50,19 @@ This release includes the following bugfixes:
o formdata: use appropriate fopen() macros
o formdata: use appropriate fopen() macros
o curl.1: -w filename_effective was introduced in 7.26.0
o curl.1: -w filename_effective was introduced in 7.26.0
o http2: make use of the nghttp2 error callback [15]
o http2: make use of the nghttp2 error callback [15]
o http2: fix connection reuse when PING comes after last DATA [19]
o curl.1: change example for -F [20]
o HTTP2: Add a space character after the status code [21]
o curl.1: use example.com more
o mbedtls.c: changed private prefix to mbed_
o mbedtls: implement and provide *_data_pending() to avoid hang [22]
o mbedtls: fix MBEDTLS_DEBUG builds
o ftp/imap/pop3/smtp: Allow the service name to be overridden
o CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAME
o build: include scripts/ in the dist
o http2: Add handling stream level error [23]
o http2: Improve header parsing [24]
o makefile.vc6: use d suffix on debug object [25]
This release includes the following known bugs:
This release includes the following known bugs:
...
@@ -56,11 +71,13 @@ This release includes the following known bugs:
...
@@ -56,11 +71,13 @@ This release includes the following known bugs:
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:
Alexis La Goutte, Anatol Belski, Dan Cristian, Daniel Stenberg,
Alexis La Goutte, Anatol Belski, Damien Vielpeau, Dan Cristian,
David Benjamin, Diego Bes, Dusty Mabe, Evgeny Grin, Isaac Boukris,
Daniel Stenberg, David Benjamin, Diego Bes, Dusty Mabe, Evgeny Grin,
Joel Depooter, Juan RP, Marcel Raad, Marquis de Muesli, Michael Osipov,
Isaac Boukris, Joel Depooter, Joonas Kuorilehto, Juan RP, Marcel Raad,
Ray Satiro, Steve Holme, Viktor Szakáts,
Marquis de Muesli, Michael Kaufmann, Michael Osipov, Patrick Monnerat,
(17 contributors)
Ray Satiro, Rod Widdowson, Steve Holme, Tatsuhiro Tsujikawa, Theodore Dubois,
Viktor Szakáts,
(24 contributors)
Thanks! (and sorry if I forgot to mention someone)
Thanks! (and sorry if I forgot to mention someone)
...
@@ -84,3 +101,12 @@ References to bug reports and discussions on issues:
...
@@ -84,3 +101,12 @@ References to bug reports and discussions on issues:
[16] = https://curl.haxx.se/docs/manpage.html#--http2-prior-knowledge
[16] = https://curl.haxx.se/docs/manpage.html#--http2-prior-knowledge
[17] = https://curl.haxx.se/libcurl/c/CURLOPT_HTTP_VERSION.html
[17] = https://curl.haxx.se/libcurl/c/CURLOPT_HTTP_VERSION.html
[18] = https://curl.haxx.se/docs/http2.html
[18] = https://curl.haxx.se/docs/http2.html
[19] = https://curl.haxx.se/bug/?i=750
[20] = https://curl.haxx.se/bug/?i=752
[21] = https://curl.haxx.se/bug/?i=755
[22] = https://curl.haxx.se/bug/?i=737
[23] = https://curl.haxx.se/bug/?i=663
[24] = https://curl.haxx.se/bug/?i=663
[25] = https://curl.haxx.se/bug/?i=769
[26] = https://curl.haxx.se/libcurl/c/CURLOPT_CONNECT_TO.html
[27] = https://curl.haxx.se/docs/manpage.html#--connect-to
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment