From 8aa504f190c84cd555fbc292f03c620158bda770 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 14 Oct 2005 19:30:27 +0000 Subject: [PATCH] merged from trunk [SVN r31330] --- doc/news.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/doc/news.html b/doc/news.html index ed6701b2..f3b82e62 100644 --- a/doc/news.html +++ b/doc/news.html @@ -29,6 +29,39 @@
+
14 October 2005 - 1.33.1 release
+ +
+
    +
  • 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
+ +
+
    +
  • Support for docstrings on nonstatic properties.
  • +
  • We now export the client-provided docstrings for init<optional<> > and +XXX_FUNCTION_OVERLOADS() for only the last overload.
  • + +
  • Fixed some support for Embedded VC++ 4
  • + +
  • Better support for rvalue from-python conversions of shared_ptr: +always return a pointer that holds the owning python object *unless* +the python object contains a NULL shared_ptr holder of the right type. +
  • + +
  • Support for exposing vector<T*> with the indexing suite.
  • +
  • Support for GCC-3.3 on MacOS.
  • +
  • updated visual studio project build file to include two new files (slice.cpp and wrapper.cpp)
  • +
  • Added search feature to the index page.
  • +
  • Numerous fixes to the tutorial +
  • Numerous workarounds for MSVC 6 and 7, GCC 2.96, and EDG 2.45
  • +
+
11 March 2005