]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commitdiff
Prepares gtest for release 1.1.0.
authorshiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>
Tue, 16 Sep 2008 23:48:19 +0000 (23:48 +0000)
committershiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>
Tue, 16 Sep 2008 23:48:19 +0000 (23:48 +0000)
CHANGES
configure.ac

diff --git a/CHANGES b/CHANGES
index eeedb2ff8e4ee0449837676bc2d57ff7f04b9eb0..e4e45cdde0cecf61703f05d5a89c6fab438599a6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,13 @@
+Changes for 1.1.0:
+
+ * New feature: type-parameterized tests.
+ * New feature: exception assertions.
+ * New feature: printing elapsed time of tests.
+ * Improved the robustness of death tests.
+ * Added an Xcode project and samples.
+ * Adjusted the output format on Windows to be understandable by Visual Studio.
+ * Minor bug fixes.
+
 Changes for 1.0.1:
 
  * Added project files for Visual Studio 7.1.
index 3d69e71948561c2906c1198b4edb4d89ccd11969..9a61217aee372663ccc3a3bdb53030703f757cf9 100644 (file)
@@ -3,7 +3,7 @@
 # "[1.0.1]"). It also asumes that there won't be any closing parenthesis
 # between "AC_INIT(" and the closing ")" including comments and strings.
 AC_INIT([Google C++ Testing Framework],
-        [1.0.1],
+        [1.1.0],
         [googletestframework@googlegroups.com],
         [gtest])