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
35212da0
Commit
35212da0
authored
17 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
and we start on 1.5.2!
parent
755e743c
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
ares/CHANGES
+3
-3
3 additions, 3 deletions
ares/CHANGES
ares/RELEASE-NOTES
+3
-3
3 additions, 3 deletions
ares/RELEASE-NOTES
ares/ares_version.h
+2
-2
2 additions, 2 deletions
ares/ares_version.h
with
8 additions
and
8 deletions
ares/CHANGES
+
3
−
3
View file @
35212da0
Changelog for the c-ares project
Version 1.5.1 (Nov 2
0
, 2007)
Version 1.5.1 (Nov 2
1
, 2007)
* November 2
0
2007 (Daniel Stenberg)
* November 2
1
2007 (Daniel Stenberg)
- Robin Cornelius pointed out that ares_llist.h was missing in the release
archive for 1.5.0
Version 1.5.0 (Nov 2
0
, 2007)
Version 1.5.0 (Nov 2
1
, 2007)
* October 2 2007 (Daniel Stenberg)
...
...
This diff is collapsed.
Click to expand it.
ares/RELEASE-NOTES
+
3
−
3
View file @
35212da0
This is what's new and changed in the c-ares 1.5.
1
release:
This is what's new and changed in the c-ares 1.5.
2
release:
o
added the ares_llist.h header that was missing in the 1.5.0 release
o
Thanks go to these friendly people for their efforts and contributions:
Robin Cornelius
Have fun!
This diff is collapsed.
Click to expand it.
ares/ares_version.h
+
2
−
2
View file @
35212da0
...
...
@@ -5,11 +5,11 @@
#define ARES_VERSION_MAJOR 1
#define ARES_VERSION_MINOR 5
#define ARES_VERSION_PATCH
1
#define ARES_VERSION_PATCH
2
#define ARES_VERSION ((ARES_VERSION_MAJOR<<16)|\
(ARES_VERSION_MINOR<<8)|\
(ARES_VERSION_PATCH))
#define ARES_VERSION_STR "1.5.
1
-CVS"
#define ARES_VERSION_STR "1.5.
2
-CVS"
#ifdef __cplusplus
extern
"C"
{
...
...
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