From 28bb36e53dcfed15e5d9211de6b5d7faf3f1a1de Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Wed, 18 May 2005 20:02:07 +0000
Subject: [PATCH] three fixes since 7.14.0

---
 RELEASE-NOTES | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 0935f0e970..c04381c54e 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:
 
-- 
GitLab