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
-