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
d4ab68cd
Commit
d4ab68cd
authored
21 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
7.10.8-pre1 commit
parent
e8c76298
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES
+8
-1
8 additions, 1 deletion
CHANGES
include/curl/curl.h
+1
-1
1 addition, 1 deletion
include/curl/curl.h
src/version.h
+1
-1
1 addition, 1 deletion
src/version.h
with
10 additions
and
3 deletions
CHANGES
+
8
−
1
View file @
d4ab68cd
...
...
@@ -6,6 +6,13 @@
Changelog
Version 7.10.8-pre1 (8 September 2003)
Daniel (7 September)
- Jurij Smakov found out that the non-OpenSSL MD5 code was not working on
Alpha (or ia64). Only the OpenSSL-version did. I made a fix I think corrects
the problem.
Daniel (5 September)
- Kevin Fisk reported that configure --enable-thread didn't work. I fixed.
...
...
@@ -34,7 +41,7 @@ Daniel (3 September)
- Peter Pentchev found and fixed two problems in the test suite's web server
code, that made it segfault at times.
- J
oe
rg Mueller-Tolk improved the proxy user+password handling, especially
- J
ö
rg Mueller-Tolk improved the proxy user+password handling, especially
when providing a blank password.
Daniel (2 September)
...
...
This diff is collapsed.
Click to expand it.
include/curl/curl.h
+
1
−
1
View file @
d4ab68cd
...
...
@@ -29,7 +29,7 @@
/* This is the version number of the libcurl package from which this header
file origins: */
#define LIBCURL_VERSION "7.10.8-
test2
"
#define LIBCURL_VERSION "7.10.8-
pre1
"
/* This is the numeric version of the libcurl version number, meant for easier
parsing and comparions by programs. The LIBCURL_VERSION_NUM define will
...
...
This diff is collapsed.
Click to expand it.
src/version.h
+
1
−
1
View file @
d4ab68cd
#define CURL_NAME "curl"
#define CURL_VERSION "7.10.
7
"
#define CURL_VERSION "7.10.
8-pre1
"
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "
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