diff --git a/doc/news.html b/doc/news.html
index 21e8758c..cabd323e 100644
--- a/doc/news.html
+++ b/doc/news.html
@@ -29,13 +29,24 @@
- - 8 Sept 2004
+ - 19 November 2004 - 1.32 release
-
+ - Updated to use the Boost Software License.
+ - A new, better method of wrapping classes with virtual functions has been implemented.
+ - Support for upcoming GCC symbol export control features have been folded in, thanks to Niall Douglas.
+ - Improved support for
std::auto_ptr-like types.
+ - The Visual C++ bug that makes top-level cv-qualification of function parameter types part of the function type has been worked around.
+ - Components used by other libraries have been moved out of
python/detail and into boost/detail to improve dependency relationships.
+ - Miscellaneous bug fixes and compiler workarounds.
+
+
+ - 8 Sept 2004
+
+ -
Support for Python's Bool type, thanks to Daniel Holth.
-
- 11 Sept 2003
@@ -189,7 +200,7 @@ BOOST_PYTHON_MODULE(test)
Revised
- 11 September 2003
+ 19 November 2004