diff options
author | vladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925> | 2008-12-11 18:46:41 (GMT) |
---|---|---|
committer | vladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925> | 2008-12-11 18:46:41 (GMT) |
commit | 0efb17dc540ff5fbc9bf2ca370e42347d4d3a6d9 (patch) | |
tree | 3f71ff75e20a2f7831f3f3636c03ab15e5b86a82 | |
parent | 31306c583211a50f55000eacd23ad6a8f2bf843f (diff) | |
download | googletest-0efb17dc540ff5fbc9bf2ca370e42347d4d3a6d9.zip googletest-0efb17dc540ff5fbc9bf2ca370e42347d4d3a6d9.tar.gz googletest-0efb17dc540ff5fbc9bf2ca370e42347d4d3a6d9.tar.bz2 |
Merged release 1.2.1 updates to trunk
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Changes for 1.2.1: + + * Compatibility fixes for Linux IA-64 and IBM z/OS. + * Added support for using Boost and other TR1 implementations. + * Changes to the build scripts to support upcoming release of Google C++ + Mocking Framework. + * Added Makefile to the distribution package. + * Improved build instructions in README. + Changes for 1.2.0: * New feature: value-parameterized tests. |