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
2fd2ca9d
Commit
2fd2ca9d
authored
17 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
start working on 1.4.1
parent
82d6240e
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
ares/RELEASE-NOTES
+3
-18
3 additions, 18 deletions
ares/RELEASE-NOTES
ares/ares_version.h
+2
-2
2 additions, 2 deletions
ares/ares_version.h
with
5 additions
and
20 deletions
ares/RELEASE-NOTES
+
3
−
18
View file @
2fd2ca9d
This is what's new and changed in the c-ares 1.4.
0
release:
This is what's new and changed in the c-ares 1.4.
1
release:
o fixed VS2005 compiler warnings due to time_t being 64bit
o introduced cryptographically secure transaction IDs
o added ares_save_options()
o added ares_destroy_options()
o added ares_process_fd()
o fixed undefined return value in init_by_resolv_conf() function for windows
o added ares_parse_ns_reply()
o fix failure to get the search sequence of /etc/hosts and DNS from
/etc/nsswitch.conf, /etc/host.conf or /etc/svc.conf when /etc/resolv.conf
did not exist
o when domains were sert in the options struct, and there were domain/search
entries in /etc/resolv.conf, the domains of the options struct would be
overridden
o removed a couple of potential zero size memory allocations
o fixed the line endings in areslib.dsp
o
Thanks go to these friendly people for their efforts and contributions:
Andreas Rieke, Yang Tse, Michael Wallner, Vlad Dinulescu, Ravi Pratap,
Brad House, Shmulik Regev, Brad Spencer
Have fun!
This diff is collapsed.
Click to expand it.
ares/ares_version.h
+
2
−
2
View file @
2fd2ca9d
...
...
@@ -5,11 +5,11 @@
#define ARES_VERSION_MAJOR 1
#define ARES_VERSION_MINOR 4
#define ARES_VERSION_PATCH
0
#define ARES_VERSION_PATCH
1
#define ARES_VERSION ((ARES_VERSION_MAJOR<<16)|\
(ARES_VERSION_MINOR<<8)|\
(ARES_VERSION_PATCH))
#define ARES_VERSION_STR "1.4.
0
-CVS"
#define ARES_VERSION_STR "1.4.
1
-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