- Fixed texts

This commit is contained in:
Paul Bakker 2009-10-04 15:15:34 +00:00
parent 1bbeb69e38
commit 5d8d64e1a6
2 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,6 @@
PolarSSL ChangeLog
= Version 0.12.1 released on 2009-10-XX
= Version 0.12.1 released on 2009-10-04
Changes
* Coverage test definitions now support 'depends_on'
tagging system.
@ -8,7 +8,7 @@ Changes
the defines.
Bug fixes
* Changed type in #ifdef in x509parse.c (found
* Changed typo in #ifdef in x509parse.c (found
by Eduardo)
= Version 0.12.0 released on 2009-07-28

6
README
View file

@ -12,6 +12,9 @@ The main system used for development is CMake. That system is always the most up
In order to build the source using Make, just enter at the command line:
make
In order to run the tests, enter:
make check
--- CMake
In order to build the source using CMake, just enter at the command line:
cmake .
@ -28,6 +31,9 @@ There are 3 different active build modes specified within the CMake buildsystem:
Switching build modes in CMake is simple. For debug mode, enter at the command line:
cmake -D CMAKE_BUILD_TYPE:String="Debug" .
In order to run the tests, enter:
make test
--- Microsoft Visual Studio
The build files for Microsoft Visual Studio are generated for Visual Studio 6.0 all future Visual Studio's should be able to open and use this older version of the build files.