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
4bffaad8
Commit
4bffaad8
authored
8 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
bump: start the journey toward 7.50.0
parent
c9b4e6e8
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
+8
-36
8 additions, 36 deletions
RELEASE-NOTES
include/curl/curlver.h
+4
-4
4 additions, 4 deletions
include/curl/curlver.h
with
12 additions
and
40 deletions
RELEASE-NOTES
+
8
−
36
View file @
4bffaad8
Curl and libcurl 7.
49.1
Curl and libcurl 7.
50.0
Public curl releases: 15
5
Public curl releases: 15
6
Command line options: 185
curl_easy_setopt() options: 224
Public functions in libcurl: 61
Contributors: 1404
This release includes the following changes:
o
This release includes the following bugfixes:
o Windows: prevent DLL hijacking, CVE-2016-4802 [11]
o dist: include manpage-scan.pl, nroff-scan.pl and CHECKSRC.md [1]
o schannel: fix compile break with MSVC XP toolset [2]
o curlbuild.h.dist: check __LP64__ as well to fix MIPS build [3]
o dist: include curl_multi_socket_all.3 [4]
o http2: use HTTP/2 in the HTTP/1.1-alike response
o openssl: ERR_remove_thread_state() is deprecated in latest 1.1.0
o CURLOPT_CONNECT_TO.3: user must not free the list prematurely [5]
o libcurl.m4: Avoid obsolete warning [6]
o winbuild/Makefile.vc: Fix check on SSL, MBEDTLS, WINSSL exclusivity [7]
o curl_multibyte: fix compiler error
o openssl: cleanup must free compression methods (memory leak) [8]
o mbedtls: fix includes so snprintf() works [9]
o checksrc.pl: Added variants of strcat() & strncat() to banned function list
o contributors.sh: better grep pattern and show GitHub username [10]
o ssh: fix build for libssh2 before 1.2.6 [12]
o curl_share_setopt.3: Add min ver needed for ssl session lock [13]
o
This release includes the following known bugs:
...
...
@@ -33,25 +21,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:
Alexander Traud, Daniel Stenberg, Gisle Vanem, Jan Ehrhardt,
jveazey on github, Marcel Raad, Michael Kaufmann, Michael Wallner,
Moti Avrahami, Paul Howarth, Ray Satiro, Steve Holme, Tomas Jakobsson,
(13 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-05/0113.html
[2] = https://curl.haxx.se/bug/?i=812
[3] = https://curl.haxx.se/bug/?i=813
[4] = https://curl.haxx.se/bug/?i=816
[5] = https://curl.haxx.se/bug/?i=819
[6] = https://curl.haxx.se/bug/?i=821
[7] = https://curl.haxx.se/bug/?i=818
[8] = https://curl.haxx.se/bug/?i=817
[9] = https://curl.haxx.se/mail/lib-2016-05/0196.html
[10] = https://curl.haxx.se/bug/?i=824
[11] = https://curl.haxx.se/docs/adv_20160530.html
[12] = https://curl.haxx.se/bug/?i=831
[13] = https://github.com/curl/curl/issues/826
[1] =
This diff is collapsed.
Click to expand it.
include/curl/curlver.h
+
4
−
4
View file @
4bffaad8
...
...
@@ -30,13 +30,13 @@
/* This is the version number of the libcurl package from which this header
file origins: */
#define LIBCURL_VERSION "7.
49.1
-DEV"
#define LIBCURL_VERSION "7.
50.0
-DEV"
/* The numeric version number is also available "in parts" by using these
defines: */
#define LIBCURL_VERSION_MAJOR 7
#define LIBCURL_VERSION_MINOR
49
#define LIBCURL_VERSION_PATCH
1
#define LIBCURL_VERSION_MINOR
50
#define LIBCURL_VERSION_PATCH
0
/* 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 0x073
101
#define LIBCURL_VERSION_NUM 0x073
200
/*
* 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