diff --git a/ChangeLog b/ChangeLog index 60c29996d..1002e9d8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/README b/README index 01f727422..7f7d0b66d 100644 --- a/README +++ b/README @@ -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.