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
58172091
Commit
58172091
authored
16 years ago
by
Yang Tse
Browse files
Options
Downloads
Patches
Plain Diff
Updated #144
Added #148 and # 149
parent
b39d409a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
TODO-RELEASE
+26
-1
26 additions, 1 deletion
TODO-RELEASE
with
26 additions
and
1 deletion
TODO-RELEASE
+
26
−
1
View file @
58172091
...
...
@@ -2,6 +2,13 @@ To be addressed before 7.19.0 (planned release: August 2008)
=============================
144 - Help apps use 64bit/LFS libcurl!
http://curl.haxx.se/mail/lib-2008-07/0120.html Patch (first version) of
64-bit curl_off_t no longer gated to off_t was sent to the mailing list
2008-07-14. After all the changes done afterwards in CVS its sure it
doesn't apply clean as is. A second version patch has to be generated.
This second patch version should also address the problem the first one
has of not working when building outside of the source tree.
#148 blocks this.
145 - Phil Blundell's CURLOPT_SCOPE patch/work
...
...
@@ -11,4 +18,22 @@ To be addressed before 7.19.0 (planned release: August 2008)
147 - PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies
a true bug in libcurl built with OpenSSL.
148 -
148 - Introduction of m4/reentrant.m4 is triggering some problems on Solaris
systems. The problem manifests when buildconf runs aclocal, at some point
aclocal fails when using GNU m4 version 1.4.5 it runs out of memory. If
GNU m4 version 1.4.11 is used everything works. Lots of tests have been
done which have allowed to discard many possible pitfalls on our side.
As of right now my main suspect is which 'sed' binary is being used by
aclocal, if it is a broken sed, aclocal might be feeding garbage to m4.
As a consecuence of al this tries and tests the inclusion method of
m4/reentrant.m4 has been changed several times, and should finally be
changed back to the proper '-I m4' method which was used initially and
that didn't fail on other systems.
149 - The introduction of the sreadfrom macro has proven usefull on all systems
except on HP-UX. For this release I will back out its use in lib/tftp.c
and test/server/tftpd.c leaving it in the same functional state as it was.
The rest of things will be kept in as thay are needed to properly fix it
in another release (autoconf work required).
150 -
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