Skip to content
代码片段 群组 项目
提交 1946e42d 编辑于 作者: Paul Bakker's avatar Paul Bakker
浏览文件

- Made ready for 0.99-pre2 release

上级 c47840ef
No related branches found
No related tags found
无相关合并请求
PolarSSL ChangeLog PolarSSL ChangeLog
= Version 0.99-pre2 released on XXXXXX = Version 0.99-pre2 released on 2011-02-25
Features Features
* Parsing PEM private keys encrypted with DES and AES * Parsing PEM private keys encrypted with DES and AES
are now supported as well (Fixes ticket #5) are now supported as well (Fixes ticket #5)
......
...@@ -4,7 +4,7 @@ l/** ...@@ -4,7 +4,7 @@ l/**
*/ */
/** /**
* @mainpage PolarSSL v0.99-pre1 source code documentation * @mainpage PolarSSL v0.99-pre2 source code documentation
* *
* This documentation describes the internal structure of PolarSSL. It was * This documentation describes the internal structure of PolarSSL. It was
* automatically generated from specially formatted comment blocks in * automatically generated from specially formatted comment blocks in
......
...@@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8 ...@@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # by quotes) that should identify the project.
PROJECT_NAME = "PolarSSL v0.99-pre1" PROJECT_NAME = "PolarSSL v0.99-pre2"
# The PROJECT_NUMBER tag can be used to enter a project or revision number. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
......
...@@ -39,16 +39,16 @@ ...@@ -39,16 +39,16 @@
*/ */
#define POLARSSL_VERSION_MAJOR 0 #define POLARSSL_VERSION_MAJOR 0
#define POLARSSL_VERSION_MINOR 99 #define POLARSSL_VERSION_MINOR 99
#define POLARSSL_VERSION_PATCH 1 #define POLARSSL_VERSION_PATCH 2
/** /**
* 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 0x00630100 #define POLARSSL_VERSION_NUMBER 0x00630200
#define POLARSSL_VERSION_STRING "0.99.1" #define POLARSSL_VERSION_STRING "0.99.2"
#define POLARSSL_VERSION_STRING_FULL "PolarSSL 0.99.1" #define POLARSSL_VERSION_STRING_FULL "PolarSSL 0.99.2"
#if defined(POLARSSL_VERSION_C) #if defined(POLARSSL_VERSION_C)
......
...@@ -41,7 +41,7 @@ add_library(polarssl STATIC ${src}) ...@@ -41,7 +41,7 @@ add_library(polarssl STATIC ${src})
else(NOT USE_SHARED_POLARSSL_LIBRARY) else(NOT USE_SHARED_POLARSSL_LIBRARY)
ADD_LIBRARY(polarssl SHARED ${src}) ADD_LIBRARY(polarssl SHARED ${src})
SET_TARGET_PROPERTIES(polarssl PROPERTIES VERSION 0.99.1 SOVERSION 0) SET_TARGET_PROPERTIES(polarssl PROPERTIES VERSION 0.99.2 SOVERSION 0)
endif(NOT USE_SHARED_POLARSSL_LIBRARY) endif(NOT USE_SHARED_POLARSSL_LIBRARY)
......
Check compiletime library version Check compiletime library version
check_compiletime_version:"0.99.1" check_compiletime_version:"0.99.2"
Check runtime library version Check runtime library version
check_runtime_version:"0.99.1" check_runtime_version:"0.99.2"
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册