|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r50862 - website/public_html/beta/feed
From: daniel_james_at_[hidden]
Date: 2009-01-28 17:55:09
Author: danieljames
Date: 2009-01-28 17:55:08 EST (Wed, 28 Jan 2009)
New Revision: 50862
URL: http://svn.boost.org/trac/boost/changeset/50862
Log:
Regenerate the release notes.
Text files modified:
website/public_html/beta/feed/history.rss | 137 +++++++++++++++++++++++++++++++++++++++
website/public_html/beta/feed/news.rss | 137 +++++++++++++++++++++++++++++++++++++++
2 files changed, 268 insertions(+), 6 deletions(-)
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2009-01-28 17:55:08 EST (Wed, 28 Jan 2009)
@@ -6,9 +6,11 @@
<description/>
<language>en-us</language>
<copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
- <item><title>Version 1.38.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.38.0</title><pubDate>$Date: 2009/01/28 22:53:48 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Flyweight, ScopeExit, Swap. Updated Libraries: Accumulators,
- Exception, Hash, Multi-index Containers, Proto, Unordered, Xpressive
+ Date_Time, Exception, Hash, Interprocess, Intrusive, Math, Multi-index Containers,
+ Proto, Regex, Unordered, Xpressive. Also, introduces the experimental CMake
+ build system.
</span></span></boostbook:purpose><description><div class="description">
<div id="version_1_38_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
@@ -53,6 +55,26 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/date_time/index.html">Date_Time</a>:</span>
+ <ul>
+ <li>
+ Added support for formatting and reading time durations longer than 24
+ hours with new formatter: <code><span class="special">%</span><span class="number">0</span></code>.
+ </li>
+ <li>
+ Removed the <code><span class="identifier">testfrmwk</span><span class="special">.</span><span class="identifier">hpp</span></code>
+ file from the public include directory.
+ </li>
+ <li>
+ Fixed several bugs and compile errors.
+ </li>
+ <li>
+ For full details see the <a href="/doc/libs/1_38_0/doc/html/date_time/details.html#date_time.changes">change
+ history</a>
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/exception/index.html">Exception</a>:</span>
<ul>
<li>
@@ -74,6 +96,47 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/interprocess/index.html">Interprocess</a>:</span>
+ <ul>
+ <li>
+ Updated documentation to show rvalue-references funcions instead of emulation
+ functions.
+ </li>
+ <li>
+ More non-copyable classes are now movable.
+ </li>
+ <li>
+ Move-constructor and assignments now leave moved object in default-constructed
+ state instead of just swapping contents.
+ </li>
+ <li>
+ Several bugfixes (<a href="https://svn.boost.org/trac/boost/ticket/2391">#2391</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2431">#2431</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/1390">#1390</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2570">#2570</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2528">#2528</a>).
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/intrusive/index.html">Intrusive</a>:</span>
+ <ul>
+ <li>
+ New treap-based containers: treap, treap_set, treap_multiset.
+ </li>
+ <li>
+ Corrected compilation bug for Windows-based 64 bit compilers.
+ </li>
+ <li>
+ Corrected exception-safety bugs in container constructors.
+ </li>
+ <li>
+ Updated documentation to show rvalue-references funcions instead of emulation
+ functions.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/math/doc/sf_and_dist/html/index.html">Math</a>:</span>
<ul>
<li>
@@ -213,13 +276,81 @@
<li>
<em>TODO</em>
</li>
+ <li>
+ GCC 4.0.1 on OS X 10.4.10 and 10.5.2 on Intel and 10.4.9 on Power PC.
+ </li>
+ <li>
+ GCC 4.3.2 on Ubuntu Linux.
+ </li>
+ <li>
+ GCC 4.3.3 on Unstable Debian.
+ </li>
+ <li>
+ GCC 4.2.1 on HP-UX 64-bit.
+ </li>
+ <li>
+ HP C/aC++ B3910B A.06.17 on HP-UX 64-bit.
+ </li>
+ <li>
+ Visual C++ 7.1 SP1, 8.0 SP1 and 9.0 SP1 on Windows XP.
+ </li>
</ul>
<p>
Boost's additional test compilers include:
</p>
<ul>
<li>
- <em>TODO</em>
+ OS X:
+ <ul>
+ <li>
+ GCC 4.0.1 on OS X 10.4.10 and 10.5.2 on Intel, OS X 10.4.9 on PowerPC
+ </li>
+ <li>
+ Intel 9.1, 10.0 on OS X 10.4.10
+ </li>
+ <li>
+ Intel 10.1, 11.0 on OS X 10.5.2
+ </li>
+ </ul>
+ </li>
+ <li>
+ On Linux:
+ <ul>
+ <li>
+ GCC 4.1.1, 4.2.1 on 64-bit Red Hat Enterprise Linux
+ </li>
+ <li>
+ GCC 4.1.2 on 64-bit Redhat Server 5.1
+ </li>
+ <li>
+ GCC 3.4.3, GCC 4.0.1, GCC 4.2.4 and GCC 4.3.2 on Red Hat Enterprise Linux
+ </li>
+ <li>
+ GCC 4.3.2 with C++0x extensions
+ </li>
+ <li>
+ GCC 4.2.1 on OpenSuSE Linux
+ </li>
+ <li>
+ pgCC 8.0-0a 64-bit target on Red Hat Enterprise Linux
+ </li>
+ <li>
+ QLogic PathScale(TM) Compiler Suite: Version 3.1 on Red Hat Enterprise
+ Linux
+ </li>
+ </ul>
+ </li>
+ <li>
+ IBM XL C/C++ Enterprise Edition for AIX, V10.1.0.0, on AIX Version 5.3.0.40
+ </li>
+ <li>
+ GCC 4.2.1 on FreeBSD 7.
+ </li>
+ <li>
+ GCC 4.2.1 on HP-UX Integrity
+ </li>
+ <li>
+ HP C/aC++ B3910B A.06.17 on HP-UX 64-bit.
</li>
</ul>
</div>
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2009-01-28 17:55:08 EST (Wed, 28 Jan 2009)
@@ -6,9 +6,11 @@
<description/>
<language>en-us</language>
<copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
- <item><title>Version 1.38.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.38.0</title><pubDate>$Date: 2009/01/28 22:53:48 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Flyweight, ScopeExit, Swap. Updated Libraries: Accumulators,
- Exception, Hash, Multi-index Containers, Proto, Unordered, Xpressive
+ Date_Time, Exception, Hash, Interprocess, Intrusive, Math, Multi-index Containers,
+ Proto, Regex, Unordered, Xpressive. Also, introduces the experimental CMake
+ build system.
</span></span></boostbook:purpose><description><div class="description">
<div id="version_1_38_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
@@ -53,6 +55,26 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/date_time/index.html">Date_Time</a>:</span>
+ <ul>
+ <li>
+ Added support for formatting and reading time durations longer than 24
+ hours with new formatter: <code><span class="special">%</span><span class="number">0</span></code>.
+ </li>
+ <li>
+ Removed the <code><span class="identifier">testfrmwk</span><span class="special">.</span><span class="identifier">hpp</span></code>
+ file from the public include directory.
+ </li>
+ <li>
+ Fixed several bugs and compile errors.
+ </li>
+ <li>
+ For full details see the <a href="/doc/libs/1_38_0/doc/html/date_time/details.html#date_time.changes">change
+ history</a>
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/exception/index.html">Exception</a>:</span>
<ul>
<li>
@@ -74,6 +96,47 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/interprocess/index.html">Interprocess</a>:</span>
+ <ul>
+ <li>
+ Updated documentation to show rvalue-references funcions instead of emulation
+ functions.
+ </li>
+ <li>
+ More non-copyable classes are now movable.
+ </li>
+ <li>
+ Move-constructor and assignments now leave moved object in default-constructed
+ state instead of just swapping contents.
+ </li>
+ <li>
+ Several bugfixes (<a href="https://svn.boost.org/trac/boost/ticket/2391">#2391</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2431">#2431</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/1390">#1390</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2570">#2570</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2528">#2528</a>).
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/intrusive/index.html">Intrusive</a>:</span>
+ <ul>
+ <li>
+ New treap-based containers: treap, treap_set, treap_multiset.
+ </li>
+ <li>
+ Corrected compilation bug for Windows-based 64 bit compilers.
+ </li>
+ <li>
+ Corrected exception-safety bugs in container constructors.
+ </li>
+ <li>
+ Updated documentation to show rvalue-references funcions instead of emulation
+ functions.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/math/doc/sf_and_dist/html/index.html">Math</a>:</span>
<ul>
<li>
@@ -213,13 +276,81 @@
<li>
<em>TODO</em>
</li>
+ <li>
+ GCC 4.0.1 on OS X 10.4.10 and 10.5.2 on Intel and 10.4.9 on Power PC.
+ </li>
+ <li>
+ GCC 4.3.2 on Ubuntu Linux.
+ </li>
+ <li>
+ GCC 4.3.3 on Unstable Debian.
+ </li>
+ <li>
+ GCC 4.2.1 on HP-UX 64-bit.
+ </li>
+ <li>
+ HP C/aC++ B3910B A.06.17 on HP-UX 64-bit.
+ </li>
+ <li>
+ Visual C++ 7.1 SP1, 8.0 SP1 and 9.0 SP1 on Windows XP.
+ </li>
</ul>
<p>
Boost's additional test compilers include:
</p>
<ul>
<li>
- <em>TODO</em>
+ OS X:
+ <ul>
+ <li>
+ GCC 4.0.1 on OS X 10.4.10 and 10.5.2 on Intel, OS X 10.4.9 on PowerPC
+ </li>
+ <li>
+ Intel 9.1, 10.0 on OS X 10.4.10
+ </li>
+ <li>
+ Intel 10.1, 11.0 on OS X 10.5.2
+ </li>
+ </ul>
+ </li>
+ <li>
+ On Linux:
+ <ul>
+ <li>
+ GCC 4.1.1, 4.2.1 on 64-bit Red Hat Enterprise Linux
+ </li>
+ <li>
+ GCC 4.1.2 on 64-bit Redhat Server 5.1
+ </li>
+ <li>
+ GCC 3.4.3, GCC 4.0.1, GCC 4.2.4 and GCC 4.3.2 on Red Hat Enterprise Linux
+ </li>
+ <li>
+ GCC 4.3.2 with C++0x extensions
+ </li>
+ <li>
+ GCC 4.2.1 on OpenSuSE Linux
+ </li>
+ <li>
+ pgCC 8.0-0a 64-bit target on Red Hat Enterprise Linux
+ </li>
+ <li>
+ QLogic PathScale(TM) Compiler Suite: Version 3.1 on Red Hat Enterprise
+ Linux
+ </li>
+ </ul>
+ </li>
+ <li>
+ IBM XL C/C++ Enterprise Edition for AIX, V10.1.0.0, on AIX Version 5.3.0.40
+ </li>
+ <li>
+ GCC 4.2.1 on FreeBSD 7.
+ </li>
+ <li>
+ GCC 4.2.1 on HP-UX Integrity
+ </li>
+ <li>
+ HP C/aC++ B3910B A.06.17 on HP-UX 64-bit.
</li>
</ul>
</div>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk