diff options
author | shiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925> | 2008-07-09 20:58:26 +0000 |
---|---|---|
committer | shiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925> | 2008-07-09 20:58:26 +0000 |
commit | e0ecb7ac588e4061fe57207ff3734e465637b14d (patch) | |
tree | 81afa87cb21e28946ccd96f22fce35c4158c6d51 /CHANGES | |
parent | e4e9a8bd7d2dbbad62030c8f80513e3c81b32213 (diff) | |
download | googletest-e0ecb7ac588e4061fe57207ff3734e465637b14d.tar.gz googletest-e0ecb7ac588e4061fe57207ff3734e465637b14d.tar.bz2 googletest-e0ecb7ac588e4061fe57207ff3734e465637b14d.zip |
Makes Google Test compile on Mac OS X and Cygwin, and adds project files for Microsoft Visual Studio.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Changes for 1.0.1: + + * Added project files for Visual Studio 7.1. + * Fixed issues with compiling on Mac OS X. + * Fixed issues with compiling on Cygwin. + Changes for 1.0.0: * Initial Open Source release of Google Test |