From d93d28e370c41b5dc08758776898502f4d38242a Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Tue, 1 Oct 2013 10:12:42 +0200
Subject: [PATCH] Fixed release date for 1.3.0
---
ChangeLog | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 0531a8431..79484cb19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
PolarSSL ChangeLog (Sorted per branch, date)
-= PolarSSL-1.3.0 released on 2013-09-26
+= PolarSSL-1.3.0 released on 2013-10-01
Features
* Elliptic Curve Cryptography module added
* Elliptic Curve Diffie Hellman module added
@@ -62,7 +62,7 @@ Security
* RSA blinding on CRT operations to counter timing attacks
(found by Cyril Arnaud and Pierre-Alain Fouque)
-= Version 1.2.9 released 2013-09-25
+= Version 1.2.9 released 2013-10-01
Changes
* x509_verify() now case insensitive for cn (RFC 6125 6.4)
@@ -273,7 +273,7 @@ Security
* Fixed potential memory zeroization on miscrafted RSA key (found by Eloi
Vanderbeken)
-= Version 1.1.8 released on 2013-09-25
+= Version 1.1.8 released on 2013-10-01
Bugfix
* Fixed potential memory leak when failing to resume a session
* Fixed potential file descriptor leaks