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
73878278
Commit
73878278
authored
8 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
bump: start working toward 7.50.2
parent
f2cb3a01
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
RELEASE-NOTES
+4
-29
4 additions, 29 deletions
RELEASE-NOTES
include/curl/curlver.h
+3
-3
3 additions, 3 deletions
include/curl/curlver.h
with
7 additions
and
32 deletions
RELEASE-NOTES
+
4
−
29
View file @
73878278
Curl and libcurl 7.50.1
Public curl releases: 15
7
Public curl releases: 15
8
Command line options: 185
curl_easy_setopt() options: 224
Public functions in libcurl: 61
Contributors: 14
18
Contributors: 14
25
This release includes the following bugfixes:
o TLS: switch off SSL session id when client cert is used [7]
o TLS: only reuse connections with the same client cert [8]
o curl_multi_cleanup: clear connection pointer for easy handles [9]
o include the CURLINFO_HTTP_VERSION(3) man page into the release tarball
o include the http2-server.pl script in the release tarball
o test558: fix test by stripping file paths from FD lines
o spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration
o tests: Fix for http/2 feature [1]
o cmake: Fix for schannel support [2]
o curl.h: make public types void * again [3]
o win32: fix a potential memory leak in Curl_load_library [4]
o travis: fix OSX build by re-installing libtool [5]
o mbedtls: Fix debug function name [6]
o
This release includes the following known bugs:
...
...
@@ -29,22 +17,9 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and
advice from friends like these:
Alain Danteny, Bru Rom, Dan Fandrich, Daniel Stenberg, Eric Rescorla,
Fernando Muñoz, Kamil Dudka, Marcelo Echeverria, Martin Vejnár,
Patrick Monnerat, Paul Howarth, Peter Frühberger, Ray Satiro, Sergei Nikulov,
Steve Holme, Thomas Glanzmann, Viktor Szakáts, Yonggang Luo,
(18 contributors)
Thanks! (and sorry if I forgot to mention someone)
References to bug reports and discussions on issues:
[1] = https://curl.haxx.se/mail/lib-2016-07/0070.html
[2] = https://curl.haxx.se/bug/?i=917
[3] = https://curl.haxx.se/bug/?i=926
[4] = https://curl.haxx.se/bug/?i=938
[5] = https://curl.haxx.se/bug/?i=939
[6] = https://curl.haxx.se/mail/lib-2016-08/0001.html
[7] = https://curl.haxx.se/docs/adv_20160803A.html
[8] = https://curl.haxx.se/docs/adv_20160803B.html
[9] = https://curl.haxx.se/docs/adv_20160803C.html
[1] = https://curl.haxx.se/bug/?i=
This diff is collapsed.
Click to expand it.
include/curl/curlver.h
+
3
−
3
View file @
73878278
...
...
@@ -30,13 +30,13 @@
/* This is the version number of the libcurl package from which this header
file origins: */
#define LIBCURL_VERSION "7.50.
1
-DEV"
#define LIBCURL_VERSION "7.50.
2
-DEV"
/* The numeric version number is also available "in parts" by using these
defines: */
#define LIBCURL_VERSION_MAJOR 7
#define LIBCURL_VERSION_MINOR 50
#define LIBCURL_VERSION_PATCH
1
#define LIBCURL_VERSION_PATCH
2
/* This is the numeric version of the libcurl version number, meant for easier
parsing and comparions by programs. The LIBCURL_VERSION_NUM define will
...
...
@@ -57,7 +57,7 @@
CURL_VERSION_BITS() macro since curl's own configure script greps for it
and needs it to contain the full number.
*/
#define LIBCURL_VERSION_NUM 0x07320
1
#define LIBCURL_VERSION_NUM 0x07320
2
/*
* This is the date and time when the full source package was created. The
...
...
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