- Fixed texts
diff --git a/ChangeLog b/ChangeLog
index 60c2999..1002e9d 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 @@
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 01f7274..7f7d0b6 100644
--- a/README
+++ b/README
@@ -12,6 +12,9 @@
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 @@
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.