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
3afc57ba
Commit
3afc57ba
authored
19 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
start working on 7.14.1
parent
55225106
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
+7
-36
7 additions, 36 deletions
RELEASE-NOTES
include/curl/curlver.h
+3
-3
3 additions, 3 deletions
include/curl/curlver.h
with
10 additions
and
39 deletions
RELEASE-NOTES
+
7
−
36
View file @
3afc57ba
Curl and libcurl 7.14.
0
Curl and libcurl 7.14.
1
Public curl release number: 8
8
Releases counted from the very beginning: 11
5
Public curl release number: 8
9
Releases counted from the very beginning: 11
6
Available command line options: 107
Available curl_easy_setopt() options: 122
Number of public functions in libcurl: 46
...
...
@@ -11,48 +11,19 @@ Curl and libcurl 7.14.0
This release includes the following changes:
o modified default HTTP request headers
o curl --trace-time added for time stamping trace logs
o curl now respects the SSL_CERT_DIR and SSL_CERT_PATH environment variables
o more search paths for curl's default .curlrc config file check
o GnuTLS support, use configure --with-gnutls. Work on this was sponsored
by The Written Word.
o
This release includes the following bugfixes:
o uses select() instead of poll() even on Mac OS X 10.4
o reconnected proxy use with NTLM auth on the same handle
o warns about bad -z date syntax
o docs/THANKS now contains all known contributors
o builds out-of-the-box on (presumably ipv6-enabled) AIX 4.3 hosts
o curl --head could wrongly complain on bad chunked-encoding
o --interface SIGSEGVed on a bad address
o kill the HTTPS server better when stopping the test suite
o builds fine with VS2005 on x64
o auth fix for HTTP redirects and .netrc usage
o FTP uploads show the progress meter easier
o MSVC makefile fixes for static libcurl builds
o configure fix for static libcurl build on Windows
o --retry-delay
o POST with read callback now uses Expect: 100-continue
o CURLOPT_PORT didn't actually use the set port number
o HTTP 304 response with Content-Length: header
o time-conditioned FTP uploads
o
Other curl-related news since the previous public release:
o http://curl.mirroring.de/ is a new german curl mirror
o pycurl 7.13.2: http://pycurl.sf.net/
o TclCurl 0.13.2: http://personal1.iddeo.es/andresgarci/tclcurl/english/
o http://curl.webhosting76.com/ is a new US curl mirror
o http://curl.meulie.net/ is a new Canadian curl mirror
o
This release would not have looked like this without help, code, reports and
advice from friends like these:
Christophe Legry, Cory Nelson, Gisle Vanem, Dan Fandrich, Toshiyuki Maezawa,
Olivier, Andres Garcia, Dave Dribin, Alex Suykov, Cory Nelson, Fred New,
Paul Moore, Alexander Zhuravlev, Bryan Henderson, Jeremy Brown, Allan,
Grigory Entin
Thanks! (and sorry if I forgot to mention someone)
This diff is collapsed.
Click to expand it.
include/curl/curlver.h
+
3
−
3
View file @
3afc57ba
...
...
@@ -28,7 +28,7 @@
/* This is the version number of the libcurl package from which this header
file origins: */
#define LIBCURL_VERSION "7.14.
0
-CVS"
#define LIBCURL_VERSION "7.14.
1
-CVS"
/* This is the numeric version of the libcurl version number, meant for easier
parsing and comparions by programs. The LIBCURL_VERSION_NUM define will
...
...
@@ -44,12 +44,12 @@
always a greater number in a more recent release. It makes comparisons with
greater than and less than work.
*/
#define LIBCURL_VERSION_NUM 0x070e0
0
#define LIBCURL_VERSION_NUM 0x070e0
1
/* The numeric version number is also available "in parts" by using these
defines: */
#define LIBCURL_VERSION_MAJOR 7
#define LIBCURL_VERSION_MINOR 14
#define LIBCURL_VERSION_PATCH
0
#define LIBCURL_VERSION_PATCH
1
#endif
/* __CURL_CURLVER_H */
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