From 49033ba0acd971dba38b696938c32a6b489c655c Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Thu, 12 Jun 2014 21:46:13 +0200 Subject: [PATCH] Update ChangeLog for external fixes --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 28a28df44..a26bf3b26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,10 @@ Bugfix * Remove less-than-zero checks on unsigned numbers * Stricter check on SSL ClientHello internal sizes compared to actual packet size (found by TrustInSoft) + * Fix WSAStartup() return value check (found by Peter Vaskovic) + * Other minor issues (found by Peter Vaskovic) + * Fix symlink command for cross compiling with CMake (found by Andre + Heinecke) = PolarSSL 1.3.7 released on 2014-05-02 Features