From 283dbfb593402caa85bb5bc98a4c027ecd0612df Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 14 Oct 2005 19:30:01 +0000 Subject: [PATCH] Updated news [SVN r31329] --- doc/news.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/news.html b/doc/news.html index 94091fb2..f3b82e62 100644 --- a/doc/news.html +++ b/doc/news.html @@ -29,11 +29,14 @@
-
11 March 2005
+
14 October 2005 - 1.33.1 release
    -
  • Added a hack that will fool PyDoc into working with Boost.Python, thanks to Nick Rasmussen
  • +
  • The build now assumes Python 2.4 by default, rather than 2.2
  • +
  • Support Python that's built without Unicode support
  • +
  • Support for wrapping classes with overloaded + address-of (&) operators
14 August 2005 - 1.33 release
@@ -59,6 +62,13 @@ the python object contains a NULL shared_ptr holder of the right type.
  • Numerous workarounds for MSVC 6 and 7, GCC 2.96, and EDG 2.45
  • +
    11 March 2005
    + +
    +
      +
    • Added a hack that will fool PyDoc into working with Boost.Python, thanks to Nick Rasmussen
    • +
    +
    19 November 2004 - 1.32 release