From f20ff9f9d66266c36508eddb18665bc659015629 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 19 Nov 2004 14:17:59 +0000 Subject: [PATCH] merged from trunk [SVN r26256] --- doc/news.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) 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