aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-05-05 22:36:15 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-05-05 22:36:15 +0200
commitcb6647ce1cfba836203e91057752441302b9c46a (patch)
treeb9e193b3fb8befb5b3f9fe7367ed045fe7bf07ab
parent51427e1947ddc07b4ce8ad9dcb04846125170f83 (diff)
changelog: PolarSSL
-rw-r--r--CHANGES4
-rw-r--r--RELEASE-NOTES3
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index f8b3bacce..393c6d4ec 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Daniel Stenberg (5 May 2010)
+- Hoi-Ho Chan introduced support for using the PolarSSL library. You control
+ this with the new configure option --with-polarssl.
+
Daniel Stenberg (29 Apr 2010)
- Ben Greear made telnet a lot better/easier to use by an application:
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 5f4b39fa8..5acd4e1ff 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -12,6 +12,7 @@ This release includes the following changes:
o added the --proto and -proto-redir options
o new configure option --enable-threaded-resolver
o improve TELNET ability with libcurl
+ o added support for PolarSSL
This release includes the following bugfixes:
@@ -32,6 +33,6 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
Rainer Canavan, Paul Howarth, Jerome Vouillon, Ruslan Gazizov, Yang Tse,
- Kamil Dudka, Alex Bligh, Ben Greear
+ Kamil Dudka, Alex Bligh, Ben Greear, Hoi-Ho Chan
Thanks! (and sorry if I forgot to mention someone)