From cc36756aa26e60f9db9134df205a9099f41a0340 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 22 May 2012 10:54:08 +0200 Subject: [PATCH] RELEASE-NOTES: synced with 8ae1e657e82a And mention that this will become 7.26.0 --- RELEASE-NOTES | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c011c9a78..d4d347092 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,4 +1,4 @@ -Curl and libcurl 7.25.1 +Curl and libcurl 7.26.0 Public curl releases: 127 Command line options: 151 @@ -40,6 +40,12 @@ This release includes the following bugfixes: o CMake: fix MS Visual Studio x64 unsigned long long literal suffix [3] o configure: update detection logic of getaddrinfo() thread-safeness o configure: check for gethostbyname in the watt lib + o curl-config.1: fix curl-config usage in example [13] + o smtp: Fixed non-escaping of dot character at beginning of line + o MakefileBuild.vc: use the correct IDN variable + o autoconf: improve handling of versioned symbols + o curl.1: clarify -x usage + o curl: shorten user-agent This release includes the following known bugs: @@ -52,7 +58,8 @@ advice from friends like these: Gokhan Sengun, Guenter Knauf, Jan Schaumann, Jonathan Nieder, Kamil Dudka, Lijo Antony, Olaf Flebbe, Rodrigo Silva, Steve Holme, Tatsuhiro Tsujikawa, Tim Heckman, Yang Tse, Arnaud Compan, Blaise Potard, Daniel Theron, - Michael Mueller, Michael Wallner, Tim Heckman, Roman Mamedov + Michael Mueller, Michael Wallner, Tim Heckman, Roman Mamedov, Julian Taylor, + Claes Jakobsson, Pierre Chapuis Thanks! (and sorry if I forgot to mention someone) @@ -70,4 +77,4 @@ References to bug reports and discussions on issues: [10] = http://tools.ietf.org/html/rfc6125#section-6.4.3 [11] = http://curl.haxx.se/bug/view.cgi?id=3510057 [12] = http://curl.haxx.se/mail/lib-2012-03/0238.html - + [13] = http://curl.haxx.se/bug/view.cgi?id=3528241