diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-05-18 20:02:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-05-18 20:02:07 +0000 |
commit | 28bb36e53dcfed15e5d9211de6b5d7faf3f1a1de (patch) | |
tree | 5ae09e33de8daa6a2a5339f381fee752c3cb2a6f /RELEASE-NOTES | |
parent | 4a091bbd8a30685d4f676a023c0488abb0469d3f (diff) |
three fixes since 7.14.0
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0935f0e97..c04381c54 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -10,12 +10,14 @@ Curl and libcurl 7.14.1 Number of contributors: 437 This release includes the following changes: - - o + + o This release includes the following bugfixes: - o + o URL-without-slash as in http://somehost?data + o strerror_r() configure check for HP-UX 10.20 (and others) + o time parse work-around on HP-UX 10.20 since its gmtime_r() is broken Other curl-related news since the previous public release: |