|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r64142 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2010-07-18 15:03:38
Author: danieljames
Date: 2010-07-18 15:03:32 EDT (Sun, 18 Jul 2010)
New Revision: 64142
URL: http://svn.boost.org/trac/boost/changeset/64142
Log:
Fill in the release notes.
Text files modified:
website/public_html/beta/feed/history-hashes.txt | 2
website/public_html/beta/feed/history.rss | 178 ++++++++++++++++++++++++++++++++++++++-
website/public_html/beta/feed/history/boost_1_44_0.qbk | 67 +++++++++++++-
website/public_html/beta/feed/news-hashes.txt | 2
website/public_html/beta/feed/news.rss | 178 ++++++++++++++++++++++++++++++++++++++-
5 files changed, 408 insertions(+), 19 deletions(-)
Modified: website/public_html/beta/feed/history-hashes.txt
==============================================================================
--- website/public_html/beta/feed/history-hashes.txt (original)
+++ website/public_html/beta/feed/history-hashes.txt 2010-07-18 15:03:32 EDT (Sun, 18 Jul 2010)
@@ -52,5 +52,5 @@
history/boost_1_41_0.qbk,826427c5daba1dc00aea14a2c57c6141dcdba4fc383c1c4616beb57d0c79aee5,4e919f57c667fec2e599d48c69b30bb2f10a7dd1d8ba551efbac83131c0ffa34
history/boost_1_42_0.qbk,36765d15b10a22aaa541044a5109f9f4d7366b9f54809f44d55e1d9d162a1537,0c0c2b687cdb2ef6680aad359a9f3eb4fb002fe14363041906ec585663211521
history/boost_1_43_0.qbk,242b5e8f79076daf044d3298e84c5e6afce6f075c9ea94a80bb55ad5ee49b45a,26924935e36618f705723425e30a045ff0d06a13ec27645115ad490f744ef9c3
-history/boost_1_44_0.qbk,b672189d10b0f231b86d038e190a7a07602cacd199e4433fe93e9428b3186729,e46a8cd706c25232d8b0c3f6574b25b4982c7e8ae77eef6cc9496ff1903200f3
+history/boost_1_44_0.qbk,23a3e7863526972445f75dc544221a9c25fa3814149cbe18d880bf5887e370a2,cc28d460b7025675400f99d8664e4e5117f1fe8a4c502b0db78744089e8cc5e2
history/unversioned.qbk,2810bfebb2d0739fad2f520df2c386dde484dd28bcd117422b9a95f6df449d8e,8002a54cd484904089f5ece182b03e50d50160c1e1e6b276be44bcf91c8214fb
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2010-07-18 15:03:32 EDT (Sun, 18 Jul 2010)
@@ -6,7 +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.44.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"/></boostbook:purpose><description><div class="description">
+ <item><title>Version 1.44.0</title><pubDate>$Date: 2010/07/18 19:02:21 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ New Libraries: Meta State Machine, Polygon. Updated Libraries: Config, Hash,
+ Iostreams, Math, Regex, Thread, TR1, Type Traits, uBLAS, Utility. Updates for
+ Quickbook and Boostbook.
+ </span></span></boostbook:purpose><description><div class="description">
<div id="version_1_44_0.new_libraries">
@@ -57,6 +61,17 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span>
+ <ul>
+ <li>
+ Option to prevent implicit casts when calling the hash function by
+ defining the macro <code><span class="identifier">BOOST_HASH_NO_IMPLICIT_CASTS</span></code>,
+ which can avoid some subtle problems. This might be activated by
+ default in a future version.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/iostreams/index.html">Iostreams</a>:</span>
<ul>
<li>
@@ -92,8 +107,9 @@
<a href="https://svn.boost.org/trac/boost/ticket/2325">#2325</a>).
</li>
<li>
- Almost all of this is by Steven Watanabe. For more detail see the
- <a href="/libs/iostreams/doc/release_notes.html">release notes</a>.
+ Thanks to Steven Watanabe for almost all these fixes. For more detail
+ see the <a href="/libs/iostreams/doc/release_notes.html">release
+ notes</a>.
</li>
</ul>
</li>
@@ -228,6 +244,17 @@
<h3><span class="link">Updated tools</span></h3>
<ul>
<li>
+ <span class="library"><a href="/tools/boostbook/index.html">Boostbook</a>:</span>
+ <ul>
+ <li>
+ Significantly faster.
+ </li>
+ <li>
+ Improved syntax highlighter.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/tools/quickbook/index.html">Quickbook</a>:</span>
<ul>
<li>
@@ -254,7 +281,39 @@
</p>
<ul>
<li>
- <em>TODO</em>
+ OS X:
+ <ul>
+ <li>
+ GCC 4.0.1 on Intel Leopard.
+ </li>
+ </ul>
+ </li>
+ <li>
+ Linux:
+ <ul>
+ <li>
+ GCC 4.4 on 64-bit Suse.
+ </li>
+ </ul>
+ </li>
+ <li>
+ Windows:
+ <ul>
+ <li>
+ Visual C++ 7.1 SP1, 8.0 SP1, 9.0 SP1 and 10.0.
+ </li>
+ <li>
+ GCC 4.3.3, using Mingw.
+ </li>
+ </ul>
+ </li>
+ <li>
+ FreeBSD:
+ <ul>
+ <li>
+ GCC 4.2.1, 32 and 64 bit.
+ </li>
+ </ul>
</li>
</ul>
<p>
@@ -262,14 +321,121 @@
</p>
<ul>
<li>
- <em>TODO</em>
+ Linux:
+ <ul>
+ <li>
+ Intel 10.1 on 32 bit Red Hat Enterprise Linux.
+ </li>
+ <li>
+ Intel 10.1, 11.0, 11.1 on 64 bit Red Hat Enterprise Linux.
+ </li>
+ <li>
+ GCC 3.4.6, 4.2.4, 4.3.4, 4.4.3, 4.5 on Red Hat Enterprise Linux.
+ </li>
+ <li>
+ GCC, with C++0x extensions, 4.3.4, 4.4.3, 4.5 on Red Hat Enterprise
+ Linux.
+ </li>
+ <li>
+ GCC 4.4 on 64 bit Suse.
+ </li>
+ <li>
+ QLogic PathScale(TM) Compiler Suite: Version 3.2 on Red Hat Enterprise
+ Linux.
+ </li>
+ <li>
+ Clang from subversion (will be released with LLVM 2.8).
+ </li>
+ </ul>
+ </li>
+ <li>
+ OS X:
+ <ul>
+ <li>
+ Intel C++ Compiler 10.1, 11.0, 11.1 on Leopard.
+ </li>
+ <li>
+ GCC 4.0.1, 4.2.1 (Apple build).
+ </li>
+ <li>
+ GCC 4.4
+ </li>
+ <li>
+ GCC, with C++0x extensions, 4.4
+ </li>
+ <li>
+ Clang from subversion (will be released with LLVM 2.8).
+ </li>
+ </ul>
+ </li>
+ <li>
+ Windows:
+ <ul>
+ <li>
+ Visual C++ 7.1 SP, 8.0, 9.0 on 32-bit XP.
+ </li>
+ <li>
+ Visual C++ 9.0 using STLport 5.2 on XP and Windows Mobile 5.0.
+ </li>
+ <li>
+ Visual C++ 10.0 on XP.
+ </li>
+ <li>
+ Visual C++ 10.0 on 64-bit Windows 7.
+ </li>
+ <li>
+ Borland/Codegear C++ 5.9.3, 6.1.3 (2009), 6.2.1 (2010).
+ </li>
+ <li>
+ Intel C++ 11.1, with a Visual C++ 9.0 backend, on Vista 32-bit.
+ </li>
+ <li>
+ GCC 4.3.3, 4.5 on Mingw.
+ </li>
+ <li>
+ GCC, with C++0x extensions, 4.5 on Mingw.
+ </li>
+ </ul>
+ </li>
+ <li>
+ AIX:
+ <ul>
+ <li>
+ IBM XL C/C++ Enterprise Edition, V11.1.0.0, on AIX Version 5.3.0.40.
+ </li>
+ </ul>
+ </li>
+ <li>
+ FreeBSD:
+ <ul>
+ <li>
+ GCC 4.2.1 on FreeBSD 7.2, 64 bit.
+ </li>
+ <li>
+ GCC 4.2.1 on FreeBSD 8.0, 32 bit.
+ </li>
+ </ul>
+ </li>
+ <li>
+ Solaris:
+ <ul>
+ <li>
+ Sun C++ 5.10 on Solaris 5.10.
+ </li>
+ </ul>
</li>
</ul>
</div>
<div id="version_1_44_0.acknowledgements">
<h3><span class="link">Acknowledgements</span></h3>
<p>
- <em>TODO</em>
+ <a href="/users/people/beman_dawes.html">Beman Dawes</a>, Eric Niebler,
+ <a href="/users/people/rene_rivera.html">Rene Rivera</a>, Daniel James
+ and Vladimir Prus managed this release.
+ </p>
+ <p>
+ Thanks to Marshall Clow for organizing the bug sprint and to everyone who took
+ part.
</p>
</div>
</div></description></item><item><title>Version 1.43.0</title><pubDate>Thu 6 May 2010 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
Modified: website/public_html/beta/feed/history/boost_1_44_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_44_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_44_0.qbk 2010-07-18 15:03:32 EDT (Sun, 18 Jul 2010)
@@ -1,7 +1,11 @@
[article Version 1.44.0
[quickbook 1.5]
[source-mode c++]
- [purpose New Libraries: Updated Libraries: ]
+ [purpose
+ New Libraries: Meta State Machine, Polygon.
+ Updated Libraries: Config, Hash, Iostreams, Math, Regex,
+ Thread, TR1, Type Traits, uBLAS, Utility.
+ Updates for Quickbook and Boostbook.]
[authors [Dawes, Beman]]
[last-revision ]
]
@@ -39,6 +43,12 @@
[@https://svn.boost.org/trac/boost/ticket/4041 #4041],
[@https://svn.boost.org/trac/boost/ticket/4012 #4012].
+* [phrase library..[@/libs/functional/hash/index.html Hash]:]
+ * Option to prevent implicit casts when calling the hash function by
+ defining the macro `BOOST_HASH_NO_IMPLICIT_CASTS`, which can avoid
+ some subtle problems. This might be activated by default in a future
+ version.
+
* [phrase library..[@/libs/iostreams/index.html Iostreams]:]
* Several fixes for file descriptors class, including a breaking change to the
constructors and `open` methods for `file_descriptor`,
@@ -66,7 +76,7 @@
[@https://svn.boost.org/trac/boost/ticket/2998 #2998],
[@https://svn.boost.org/trac/boost/ticket/1612 #1612],
[@https://svn.boost.org/trac/boost/ticket/2325 #2325]).
- * Almost all of this is by Steven Watanabe.
+ * Thanks to Steven Watanabe for almost all these fixes.
For more detail see the
[@/libs/iostreams/doc/release_notes.html release notes].
@@ -144,6 +154,10 @@
[section Updated tools]
+* [phrase library..[@/tools/boostbook/index.html Boostbook]:]
+ * Significantly faster.
+ * Improved syntax highlighter.
+
* [phrase library..[@/tools/quickbook/index.html Quickbook]:]
* Use the cygwin 1.7 API for better path handling.
* Improved boostbook generation.
@@ -157,17 +171,60 @@
Boost's primary test compilers are:
-* /TODO/
+* OS X:
+ * GCC 4.0.1 on Intel Leopard.
+* Linux:
+ * GCC 4.4 on 64-bit Suse.
+* Windows:
+ * Visual C++ 7.1 SP1, 8.0 SP1, 9.0 SP1 and 10.0.
+ * GCC 4.3.3, using Mingw.
+* FreeBSD:
+ * GCC 4.2.1, 32 and 64 bit.
Boost's additional test compilers include:
-* /TODO/
+* Linux:
+ * Intel 10.1 on 32 bit Red Hat Enterprise Linux.
+ * Intel 10.1, 11.0, 11.1 on 64 bit Red Hat Enterprise Linux.
+ * GCC 3.4.6, 4.2.4, 4.3.4, 4.4.3, 4.5 on Red Hat Enterprise Linux.
+ * GCC, with C++0x extensions, 4.3.4, 4.4.3, 4.5 on Red Hat Enterprise Linux.
+ * GCC 4.4 on 64 bit Suse.
+ * QLogic PathScale(TM) Compiler Suite: Version 3.2 on Red Hat Enterprise Linux.
+ * Clang from subversion (will be released with LLVM 2.8).
+* OS X:
+ * Intel C++ Compiler 10.1, 11.0, 11.1 on Leopard.
+ * GCC 4.0.1, 4.2.1 (Apple build).
+ * GCC 4.4
+ * GCC, with C++0x extensions, 4.4
+ * Clang from subversion (will be released with LLVM 2.8).
+* Windows:
+ * Visual C++ 7.1 SP, 8.0, 9.0 on 32-bit XP.
+ * Visual C++ 9.0 using STLport 5.2 on XP and Windows Mobile 5.0.
+ * Visual C++ 10.0 on XP.
+ * Visual C++ 10.0 on 64-bit Windows 7.
+ * Borland/Codegear C++ 5.9.3, 6.1.3 (2009), 6.2.1 (2010).
+ * Intel C++ 11.1, with a Visual C++ 9.0 backend, on Vista 32-bit.
+ * GCC 4.3.3, 4.5 on Mingw.
+ * GCC, with C++0x extensions, 4.5 on Mingw.
+* AIX:
+ * IBM XL C/C++ Enterprise Edition, V11.1.0.0, on AIX Version 5.3.0.40.
+* FreeBSD:
+ * GCC 4.2.1 on FreeBSD 7.2, 64 bit.
+ * GCC 4.2.1 on FreeBSD 8.0, 32 bit.
+* Solaris:
+ * Sun C++ 5.10 on Solaris 5.10.
[endsect]
[section Acknowledgements]
-/TODO/
+[@/users/people/beman_dawes.html Beman Dawes],
+Eric Niebler,
+[@/users/people/rene_rivera.html Rene Rivera],
+Daniel James and Vladimir Prus managed this release.
+
+Thanks to Marshall Clow for organizing the bug sprint and to
+everyone who took part.
[endsect]
Modified: website/public_html/beta/feed/news-hashes.txt
==============================================================================
--- website/public_html/beta/feed/news-hashes.txt (original)
+++ website/public_html/beta/feed/news-hashes.txt 2010-07-18 15:03:32 EDT (Sun, 18 Jul 2010)
@@ -2,4 +2,4 @@
history/boost_1_41_0.qbk,826427c5daba1dc00aea14a2c57c6141dcdba4fc383c1c4616beb57d0c79aee5,4e919f57c667fec2e599d48c69b30bb2f10a7dd1d8ba551efbac83131c0ffa34
history/boost_1_42_0.qbk,36765d15b10a22aaa541044a5109f9f4d7366b9f54809f44d55e1d9d162a1537,0c0c2b687cdb2ef6680aad359a9f3eb4fb002fe14363041906ec585663211521
history/boost_1_43_0.qbk,242b5e8f79076daf044d3298e84c5e6afce6f075c9ea94a80bb55ad5ee49b45a,26924935e36618f705723425e30a045ff0d06a13ec27645115ad490f744ef9c3
-history/boost_1_44_0.qbk,b672189d10b0f231b86d038e190a7a07602cacd199e4433fe93e9428b3186729,e46a8cd706c25232d8b0c3f6574b25b4982c7e8ae77eef6cc9496ff1903200f3
+history/boost_1_44_0.qbk,23a3e7863526972445f75dc544221a9c25fa3814149cbe18d880bf5887e370a2,cc28d460b7025675400f99d8664e4e5117f1fe8a4c502b0db78744089e8cc5e2
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2010-07-18 15:03:32 EDT (Sun, 18 Jul 2010)
@@ -6,7 +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.44.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"/></boostbook:purpose><description><div class="description">
+ <item><title>Version 1.44.0</title><pubDate>$Date: 2010/07/18 19:02:21 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ New Libraries: Meta State Machine, Polygon. Updated Libraries: Config, Hash,
+ Iostreams, Math, Regex, Thread, TR1, Type Traits, uBLAS, Utility. Updates for
+ Quickbook and Boostbook.
+ </span></span></boostbook:purpose><description><div class="description">
<div id="version_1_44_0.new_libraries">
@@ -57,6 +61,17 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span>
+ <ul>
+ <li>
+ Option to prevent implicit casts when calling the hash function by
+ defining the macro <code><span class="identifier">BOOST_HASH_NO_IMPLICIT_CASTS</span></code>,
+ which can avoid some subtle problems. This might be activated by
+ default in a future version.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/iostreams/index.html">Iostreams</a>:</span>
<ul>
<li>
@@ -92,8 +107,9 @@
<a href="https://svn.boost.org/trac/boost/ticket/2325">#2325</a>).
</li>
<li>
- Almost all of this is by Steven Watanabe. For more detail see the
- <a href="/libs/iostreams/doc/release_notes.html">release notes</a>.
+ Thanks to Steven Watanabe for almost all these fixes. For more detail
+ see the <a href="/libs/iostreams/doc/release_notes.html">release
+ notes</a>.
</li>
</ul>
</li>
@@ -228,6 +244,17 @@
<h3><span class="link">Updated tools</span></h3>
<ul>
<li>
+ <span class="library"><a href="/tools/boostbook/index.html">Boostbook</a>:</span>
+ <ul>
+ <li>
+ Significantly faster.
+ </li>
+ <li>
+ Improved syntax highlighter.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/tools/quickbook/index.html">Quickbook</a>:</span>
<ul>
<li>
@@ -254,7 +281,39 @@
</p>
<ul>
<li>
- <em>TODO</em>
+ OS X:
+ <ul>
+ <li>
+ GCC 4.0.1 on Intel Leopard.
+ </li>
+ </ul>
+ </li>
+ <li>
+ Linux:
+ <ul>
+ <li>
+ GCC 4.4 on 64-bit Suse.
+ </li>
+ </ul>
+ </li>
+ <li>
+ Windows:
+ <ul>
+ <li>
+ Visual C++ 7.1 SP1, 8.0 SP1, 9.0 SP1 and 10.0.
+ </li>
+ <li>
+ GCC 4.3.3, using Mingw.
+ </li>
+ </ul>
+ </li>
+ <li>
+ FreeBSD:
+ <ul>
+ <li>
+ GCC 4.2.1, 32 and 64 bit.
+ </li>
+ </ul>
</li>
</ul>
<p>
@@ -262,14 +321,121 @@
</p>
<ul>
<li>
- <em>TODO</em>
+ Linux:
+ <ul>
+ <li>
+ Intel 10.1 on 32 bit Red Hat Enterprise Linux.
+ </li>
+ <li>
+ Intel 10.1, 11.0, 11.1 on 64 bit Red Hat Enterprise Linux.
+ </li>
+ <li>
+ GCC 3.4.6, 4.2.4, 4.3.4, 4.4.3, 4.5 on Red Hat Enterprise Linux.
+ </li>
+ <li>
+ GCC, with C++0x extensions, 4.3.4, 4.4.3, 4.5 on Red Hat Enterprise
+ Linux.
+ </li>
+ <li>
+ GCC 4.4 on 64 bit Suse.
+ </li>
+ <li>
+ QLogic PathScale(TM) Compiler Suite: Version 3.2 on Red Hat Enterprise
+ Linux.
+ </li>
+ <li>
+ Clang from subversion (will be released with LLVM 2.8).
+ </li>
+ </ul>
+ </li>
+ <li>
+ OS X:
+ <ul>
+ <li>
+ Intel C++ Compiler 10.1, 11.0, 11.1 on Leopard.
+ </li>
+ <li>
+ GCC 4.0.1, 4.2.1 (Apple build).
+ </li>
+ <li>
+ GCC 4.4
+ </li>
+ <li>
+ GCC, with C++0x extensions, 4.4
+ </li>
+ <li>
+ Clang from subversion (will be released with LLVM 2.8).
+ </li>
+ </ul>
+ </li>
+ <li>
+ Windows:
+ <ul>
+ <li>
+ Visual C++ 7.1 SP, 8.0, 9.0 on 32-bit XP.
+ </li>
+ <li>
+ Visual C++ 9.0 using STLport 5.2 on XP and Windows Mobile 5.0.
+ </li>
+ <li>
+ Visual C++ 10.0 on XP.
+ </li>
+ <li>
+ Visual C++ 10.0 on 64-bit Windows 7.
+ </li>
+ <li>
+ Borland/Codegear C++ 5.9.3, 6.1.3 (2009), 6.2.1 (2010).
+ </li>
+ <li>
+ Intel C++ 11.1, with a Visual C++ 9.0 backend, on Vista 32-bit.
+ </li>
+ <li>
+ GCC 4.3.3, 4.5 on Mingw.
+ </li>
+ <li>
+ GCC, with C++0x extensions, 4.5 on Mingw.
+ </li>
+ </ul>
+ </li>
+ <li>
+ AIX:
+ <ul>
+ <li>
+ IBM XL C/C++ Enterprise Edition, V11.1.0.0, on AIX Version 5.3.0.40.
+ </li>
+ </ul>
+ </li>
+ <li>
+ FreeBSD:
+ <ul>
+ <li>
+ GCC 4.2.1 on FreeBSD 7.2, 64 bit.
+ </li>
+ <li>
+ GCC 4.2.1 on FreeBSD 8.0, 32 bit.
+ </li>
+ </ul>
+ </li>
+ <li>
+ Solaris:
+ <ul>
+ <li>
+ Sun C++ 5.10 on Solaris 5.10.
+ </li>
+ </ul>
</li>
</ul>
</div>
<div id="version_1_44_0.acknowledgements">
<h3><span class="link">Acknowledgements</span></h3>
<p>
- <em>TODO</em>
+ <a href="/users/people/beman_dawes.html">Beman Dawes</a>, Eric Niebler,
+ <a href="/users/people/rene_rivera.html">Rene Rivera</a>, Daniel James
+ and Vladimir Prus managed this release.
+ </p>
+ <p>
+ Thanks to Marshall Clow for organizing the bug sprint and to everyone who took
+ part.
</p>
</div>
</div></description></item><item><title>Version 1.43.0</title><pubDate>Thu 6 May 2010 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
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