- Released PolarSSL 0.14.3

This commit is contained in:
Paul Bakker 2011-04-01 09:46:04 +00:00
parent 5d618310b7
commit 46b2601fba
3 changed files with 10 additions and 6 deletions

View file

@ -1,5 +1,9 @@
PolarSSL ChangeLog PolarSSL ChangeLog
= Version 0.14.3 released on 2011-04-01
Bugfixes
* Fixed mistake in default certificates
= Version 0.14.2 released on 2011-02-28 = Version 0.14.2 released on 2011-02-28
This release replaces version 0.14.1 which had possible copyright issues. This release replaces version 0.14.1 which had possible copyright issues.
Bugfixes Bugfixes

View file

@ -36,16 +36,16 @@
*/ */
#define POLARSSL_VERSION_MAJOR 0 #define POLARSSL_VERSION_MAJOR 0
#define POLARSSL_VERSION_MINOR 14 #define POLARSSL_VERSION_MINOR 14
#define POLARSSL_VERSION_PATCH 2 #define POLARSSL_VERSION_PATCH 3
/** /**
* The single version number has the following structure: * The single version number has the following structure:
* MMNNPP00 * MMNNPP00
* Major version | Minor version | Patch version * Major version | Minor version | Patch version
*/ */
#define POLARSSL_VERSION_NUMBER 0x000E0200 #define POLARSSL_VERSION_NUMBER 0x000E0300
#define POLARSSL_VERSION_STRING "0.14.2" #define POLARSSL_VERSION_STRING "0.14.3"
#define POLARSSL_VERSION_STRING_FULL "PolarSSL 0.14.2" #define POLARSSL_VERSION_STRING_FULL "PolarSSL 0.14.3"
#if defined(POLARSSL_VERSION_C) #if defined(POLARSSL_VERSION_C)

View file

@ -1,5 +1,5 @@
Check compiletime library version Check compiletime library version
check_compiletime_version:"0.14.2" check_compiletime_version:"0.14.3"
Check runtime library version Check runtime library version
check_runtime_version:"0.14.2" check_runtime_version:"0.14.3"