From d5834bb394cffadb21af61f0b73e777634a900c3 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Tue, 2 Oct 2012 14:38:56 +0000
Subject: [PATCH] - Added release text for 1.1.4 to ChangeLog
---
ChangeLog | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 25c41dbde..2d9891135 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -70,6 +70,12 @@ Security
* Fixed potential memory zeroization on miscrafted RSA key (found by Eloi
Vanderbeken)
+= Version 1.1.4 released on 2012-05-31
+Bugfix
+ * Correctly handle empty SSL/TLS packets (Found by James Yonan)
+ * Fixed potential heap corruption in x509_name allocation
+ * Fixed single RSA test that failed on Big Endian systems (Closes ticket #54)
+
= Version 1.1.3 released on 2012-04-29
Bugfix
* Fixed random MPI generation to not generate more size than requested.