summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorshiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-07-09 20:58:26 +0000
committershiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-07-09 20:58:26 +0000
commit4f1d72ed86ade239a3a03b4cb4482012daab0bff (patch)
tree81afa87cb21e28946ccd96f22fce35c4158c6d51 /CHANGES
parent752c403d4b79a60bed6f153c8408020be9f3cb6e (diff)
downloadgoogletest-4f1d72ed86ade239a3a03b4cb4482012daab0bff.tar.gz
Makes Google Test compile on Mac OS X and Cygwin, and adds project files for Microsoft Visual Studio.
git-svn-id: http://googletest.googlecode.com/svn/trunk@55 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 871ef1f..eeedb2f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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