2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-25 06:22:15 +00:00

merged from trunk

[SVN r26256]
This commit is contained in:
Dave Abrahams
2004-11-19 14:17:59 +00:00
parent 1afc3580a3
commit f20ff9f9d6

View File

@@ -29,13 +29,24 @@
<hr>
<dl class="page-index">
<dt>8 Sept 2004</dt>
<dt>19 November 2004 - 1.32 release</dt>
<dd>
<ul>
<li>Updated to use the Boost Software License.</li>
<li>A new, <a href="libs/python/doc/tutorial/doc/html/python/exposing.html#python.class_virtual_functions">better method of wrapping classes with virtual functions</a> has been implemented.</li>
<li>Support for upcoming GCC symbol export control features have been folded in, thanks to Niall Douglas.</li>
<li>Improved support for <code>std::auto_ptr</code>-like types.</li>
<li>The Visual C++ bug that makes top-level <i>cv-qualification</i> of function parameter types part of the function type has been worked around.</li>
<li>Components used by other libraries have been moved out of <code>python/detail</code> and into <code> boost/detail</code> to improve dependency relationships.</li>
<li>Miscellaneous bug fixes and compiler workarounds.</li>
</ul>
</dd>
<dt>8 Sept 2004</dt>
<dd>
Support for Python's Bool type, thanks to <a
mailto="dholth-at-fastmail.fm">Daniel Holth</a>.
</ul>
</dd>
<dt>11 Sept 2003</dt>
@@ -189,7 +200,7 @@ BOOST_PYTHON_MODULE(test)
<p>Revised
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
11 September 2003
19 November 2004
<!--webbot bot="Timestamp" endspan i-checksum="39359" -->
</p>