File tree Expand file tree Collapse file tree 6 files changed +12
-10
lines changed Expand file tree Collapse file tree 6 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
PolarSSL ChangeLog
2
2
3
- = Version 1.2.z released not yet
3
+ = Version 1.2.13 released 2015-02-16
4
+ Note: Although PolarSSL has been renamed to mbed TLS, no changes reflecting
5
+ this will be made in the 1.2 branch at this point.
4
6
5
7
Security
6
8
* Fix remotely-triggerable uninitialised pointer dereference caused by
Original file line number Diff line number Diff line change 4
4
*/
5
5
6
6
/**
7
- * @mainpage PolarSSL v1.2.12 source code documentation
7
+ * @mainpage PolarSSL v1.2.13 source code documentation
8
8
*
9
9
* This documentation describes the internal structure of PolarSSL. It was
10
10
* automatically generated from specially formatted comment blocks in
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8
25
25
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
26
26
# by quotes) that should identify the project.
27
27
28
- PROJECT_NAME = "PolarSSL v1.2.12 "
28
+ PROJECT_NAME = "PolarSSL v1.2.13 "
29
29
30
30
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
31
31
# This could be handy for archiving the generated documentation or
Original file line number Diff line number Diff line change 36
36
*/
37
37
#define POLARSSL_VERSION_MAJOR 1
38
38
#define POLARSSL_VERSION_MINOR 2
39
- #define POLARSSL_VERSION_PATCH 12
39
+ #define POLARSSL_VERSION_PATCH 13
40
40
41
41
/**
42
42
* The single version number has the following structure:
43
43
* MMNNPP00
44
44
* Major version | Minor version | Patch version
45
45
*/
46
- #define POLARSSL_VERSION_NUMBER 0x01020C00
47
- #define POLARSSL_VERSION_STRING "1.2.12 "
48
- #define POLARSSL_VERSION_STRING_FULL "PolarSSL 1.2.12 "
46
+ #define POLARSSL_VERSION_NUMBER 0x01020D00
47
+ #define POLARSSL_VERSION_STRING "1.2.13 "
48
+ #define POLARSSL_VERSION_STRING_FULL "PolarSSL 1.2.13 "
49
49
50
50
#if defined(POLARSSL_VERSION_C )
51
51
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ endif()
90
90
91
91
if (USE_SHARED_POLARSSL_LIBRARY )
92
92
add_library (polarssl SHARED ${src} )
93
- set_target_properties (polarssl PROPERTIES VERSION 1.2.12 SOVERSION 3 )
93
+ set_target_properties (polarssl PROPERTIES VERSION 1.2.13 SOVERSION 3 )
94
94
95
95
target_link_libraries (polarssl ${libs} )
96
96
Original file line number Diff line number Diff line change 1
1
Check compiletime library version
2
- check_compiletime_version:"1.2.12 "
2
+ check_compiletime_version:"1.2.13 "
3
3
4
4
Check runtime library version
5
- check_runtime_version:"1.2.12 "
5
+ check_runtime_version:"1.2.13 "
You can’t perform that action at this time.
0 commit comments