]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
changelog: GnuTLS fix, no reverse loopkups and fixed GSS detection
authorDaniel Stenberg <daniel@haxx.se>
Fri, 16 Apr 2010 13:33:10 +0000 (15:33 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Apr 2010 13:33:10 +0000 (15:33 +0200)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index 51efabc7e8da2fb589ceca31f9303a113c874aab..be2bf0425bb1cabc4feec7972f7f8b6094fb726b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,20 @@
 
                                   Changelog
 
+Daniel Stenberg (16 Apr 2010)
+- The recent overhaul of the SSL recv function made the GnuTLS specific code
+  treat a zero returned from gnutls_record_recv() as an error, and this caused
+  our HTTPS test cases to fail. We leave it to upper layer code to detect if
+  an EOF is a problem or not.
+
+- I reverted the resolver fix from yesterday and instead removed all uses of
+  AI_CANONNAME all over libcurl and made the only user of that info (krb5.c)
+  use the host name from the URL instead. No reverse resolving is a good
+  thing.
+
+- Paul Howarth made configure properly detect GSS "on ancient Linux distros"
+  by editing in which order we use headers to detect GSS.
+
 Daniel Stenberg (15 Apr 2010)
 - Rainer Canavan filed bug report #2987196 that identified libcurl doing
   unnecesary reverse name lookups in many cases when built to use IPv4 and
index 37200f0d055e46aa9a6ad94828d36194583cf5f0..82a9e93fa3d949f08e3100dd8bbb96fab923a114 100644 (file)
@@ -14,6 +14,8 @@ This release includes the following changes:
 This release includes the following bugfixes:
 
  o prevent needless reverse name lookups
+ o detect GSS on ancient Linux distros
+ o GnuTLS: EOF caused error when it wasn't
 
 This release includes the following known bugs:
 
@@ -22,6 +24,6 @@ This release includes the following known bugs:
 This release would not have looked like this without help, code, reports and
 advice from friends like these:
 
- Rainer Canavan
+ Rainer Canavan, Paul Howarth
 
         Thanks! (and sorry if I forgot to mention someone)