summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2011-04-14 07:37:13 (GMT)
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2011-04-14 07:37:13 (GMT)
commit6a5a25b1e10e9c3c3f4edef0ce322cdf8ce97866 (patch)
treee5b1f53c46e9cc3864c205920b4acb4662696ea0
parentb8c0e16eeb7496f71480c6a060144b0e050edcf5 (diff)
downloadgoogletest-6a5a25b1e10e9c3c3f4edef0ce322cdf8ce97866.zip
googletest-6a5a25b1e10e9c3c3f4edef0ce322cdf8ce97866.tar.gz
googletest-6a5a25b1e10e9c3c3f4edef0ce322cdf8ce97866.tar.bz2
Adds Pasi to CONTRIBUTORS and documents the latest changes.
-rw-r--r--CHANGES7
-rw-r--r--CONTRIBUTORS1
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index c2f8707..5919245 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,9 +23,12 @@ Changes for 1.6.0:
WithParamInterface<T> separately, easing conversion of legacy tests.
* Death test messages are clearly marked to make them more
distinguishable from other messages.
-* Compatibility fixes for Google Native Client, MinGW, Lucid
- autotools, and C++0x.
+* Compatibility fixes for Android, Google Native Client, MinGW, HP UX,
+ PowerPC, Lucid autotools, libCStd, Sun C++, Borland C++ Builder (Code Gear),
+ IBM XL C++ (Visual Age C++), and C++0x.
* Bug fixes and implementation clean-ups.
+* Potentially incompatible changes: disables the harmful 'make install'
+ command in autotools.
Changes for 1.5.0:
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 0934ae1..feae2fc 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -21,6 +21,7 @@ Manuel Klimek <klimek@google.com>
Markus Heule <markus.heule@gmail.com>
Mika Raento <mikie@iki.fi>
Miklós Fazekas <mfazekas@szemafor.com>
+Pasi Valminen <pasi.valminen@gmail.com>
Patrick Hanna <phanna@google.com>
Patrick Riley <pfr@google.com>
Peter Kaminski <piotrk@google.com>