96 lines
3.1 KiB
Diff
96 lines
3.1 KiB
Diff
|
CHANGES | 18 +++++++++---------
|
|||
|
README | 2 +-
|
|||
|
2 files changed, 10 insertions(+), 10 deletions(-)
|
|||
|
|
|||
|
diff --git a/CHANGES b/CHANGES
|
|||
|
index 2335841..d4d37c2 100644
|
|||
|
--- a/CHANGES
|
|||
|
+++ b/CHANGES
|
|||
|
@@ -604,18 +604,18 @@ Daniel Stenberg (1 Apr 2012)
|
|||
|
Reported by: Michael Wallner
|
|||
|
|
|||
|
Steve Holme (31 Mar 2012)
|
|||
|
-- [Gökhan Şengün brought this change]
|
|||
|
+- [Gökhan Åengün brought this change]
|
|||
|
|
|||
|
smtp: Add support for DIGEST-MD5 authentication
|
|||
|
|
|||
|
-- [Gökhan Şengün brought this change]
|
|||
|
+- [Gökhan Åengün brought this change]
|
|||
|
|
|||
|
smtp: Cody tidy up of md5 digest length
|
|||
|
|
|||
|
Replaced the hard coded md5 digest length (16) with a preprocessor
|
|||
|
constant
|
|||
|
|
|||
|
-- [Gökhan Şengün brought this change]
|
|||
|
+- [Gökhan Åengün brought this change]
|
|||
|
|
|||
|
md5: Add support for calculating the md5 sum of buffers incrementally
|
|||
|
|
|||
|
@@ -1913,7 +1913,7 @@ Daniel Stenberg (20 Dec 2011)
|
|||
|
This offers an alternative to the existing Curl_socket_ready() API which
|
|||
|
only checks one socket for read and one for write.
|
|||
|
|
|||
|
-- [Cédric Deltheil brought this change]
|
|||
|
+- [CeÌdric Deltheil brought this change]
|
|||
|
|
|||
|
curl.h: add __ANDROID__ macro check
|
|||
|
|
|||
|
@@ -2126,7 +2126,7 @@ Daniel Stenberg (12 Dec 2011)
|
|||
|
linking with a static openssl requires a set of more libs to be linked
|
|||
|
on Windows.
|
|||
|
|
|||
|
- Thanks also to Steve Holme and Martin Storsj<73> for additional feedback.
|
|||
|
+ Thanks also to Steve Holme and Martin Storsjö for additional feedback.
|
|||
|
|
|||
|
Bug: http://curl.haxx.se/mail/lib-2011-12/0063.html
|
|||
|
Reported by: Ward Willats
|
|||
|
@@ -3386,7 +3386,7 @@ Daniel Stenberg (25 Sep 2011)
|
|||
|
damaging.
|
|||
|
|
|||
|
Bug: http://curl.haxx.se/bug/view.cgi?id=3413181
|
|||
|
- Reported by: Taneli V<>h<EFBFBD>kangas
|
|||
|
+ Reported by: Taneli Vähäkangas
|
|||
|
|
|||
|
Yang Tse (24 Sep 2011)
|
|||
|
- curl tool: fix a compiler warning
|
|||
|
@@ -4386,7 +4386,7 @@ Daniel Stenberg (8 Aug 2011)
|
|||
|
Update the phrasing to reflect our more strict interpretation:
|
|||
|
http://curl.haxx.se/mail/lib-2011-08/0064.html
|
|||
|
|
|||
|
-- [Cristian Rodríguez brought this change]
|
|||
|
+- [Cristian RodrÃguez brought this change]
|
|||
|
|
|||
|
OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available, reduces memory use
|
|||
|
|
|||
|
@@ -4394,7 +4394,7 @@ Daniel Stenberg (8 Aug 2011)
|
|||
|
http://www.openssl.org/docs/ssl/SSL_CTX_set_mode.html
|
|||
|
http://www.imperialviolet.org/2010/06/25/overclocking-ssl.html
|
|||
|
|
|||
|
- Signed-off-by: Cristian Rodríguez <crrodriguez@opensuse.org>
|
|||
|
+ Signed-off-by: Cristian RodrÃguez <crrodriguez@opensuse.org>
|
|||
|
|
|||
|
- TODO-RELEASE: close issue #292
|
|||
|
|
|||
|
@@ -4428,7 +4428,7 @@ Daniel Stenberg (6 Aug 2011)
|
|||
|
provided" by Christian H<E4>gele
|
|||
|
http://curl.haxx.se/mail/lib-2011-08/0009.html
|
|||
|
|
|||
|
-- [Christian Hägele brought this change]
|
|||
|
+- [Christian Hägele brought this change]
|
|||
|
|
|||
|
asyn-thread: check for dotted addresses before thread starts
|
|||
|
|
|||
|
diff --git a/README b/README
|
|||
|
index 2ffacc3..cfd6760 100644
|
|||
|
--- a/README
|
|||
|
+++ b/README
|
|||
|
@@ -45,5 +45,5 @@ GIT
|
|||
|
NOTICE
|
|||
|
|
|||
|
Curl contains pieces of source code that is Copyright (c) 1998, 1999
|
|||
|
- Kungliga Tekniska H<>gskolan. This notice is included here to comply with the
|
|||
|
+ Kungliga Tekniska Högskolan. This notice is included here to comply with the
|
|||
|
distribution terms.
|