diff --git a/doc/index.html b/doc/index.html
index f636e7a8..01e5d13e 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -29,26 +29,53 @@ among others.
Supported Platforms
Boost.Python is known to have been tested in the following configurations:
+
-
Against Python 2.0 using the following compiler/library combinations:
+
Against Python 2.2.1 using
+the following compilers (Note that pickling doesn't work with Python
+2.2 due to a core language bug;
+2.2.1 fixes that).
+
MSVC++6sp4
- with the native library.
+ href="http://msdn.microsoft.com/vstudio/downloads/updates/sp/vs6/sp5/default.asp">MSVC++6sp5. All
+ tests pass.
-
GCC 2.95.2 under MinGW. Comprehensive test fails at
+ runtime due to a compiler code-generation bug. Other tests seem to
+ work.
+
+
Intel
- C++ 5.0. Compilation succeeds, but tests FAILED at runtime due to a bug in its
- exception-handling implementation.
+ C++ 6.0 beta: Comprehensive test fails to link due to a
+ linker bug. Other tests seem to work.
+
+
Intel
+ C++ 5.0 Comprehensive test fails at runtime due to an
+ exception-handling bug. Other tests seem to work.
+
+
MSVC++7 (Visual
+ Studio .NET). Some tests fail to compile (comprehensive.cpp,
+ ivect.cpp, dvect.cpp, noncopyable_export.cpp); others seem to work.
-
Against Python 1.5.2 using the following compiler/library:
+
+
Against Python 2.0 using the following compilers:
+