', $pos3);
- echo substr($text, 0, $pos1);
+ echo alter_title($params, substr($text, 0, $pos1));
echo '
';
echo '
';
echo substr($text, $pos1, $pos3 - $pos1);
diff --git a/common/code/boost_filters.php b/common/code/boost_filters.php
index fc928681..a69cac25 100644
--- a/common/code/boost_filters.php
+++ b/common/code/boost_filters.php
@@ -9,7 +9,18 @@
* HTML processing functions
*/
-function html_init($params)
+function alter_title($params, $text)
+{
+ $version_title =
+ str_replace('_', ' ',
+ preg_replace('@(?<=\d)_(?=\d)@', '.',
+ ucwords($params['version'])));
+
+ return str_ireplace('',
+ " - $version_title", $text);
+}
+
+function html_init(&$params)
{
preg_match('@text/html; charset=([^\s"\']+)@i',$params['content'],$charset);
if (isset($charset[1]))
@@ -63,7 +74,7 @@ function extract_html_body($text) {
function prepare_html($text, $full = false) {
$text = preg_replace(
- '@href="?http://(?:www.)?boost.org/?([^"\s]*)"?@i',
+ '@href="?http://(?:www.)?boost.org/?([^"\s>]*)"?@i',
'href="/${1}"',
$text );
diff --git a/common/menu-doc.html b/common/menu-doc.html
index a087a712..182506ca 100644
--- a/common/menu-doc.html
+++ b/common/menu-doc.html
@@ -9,7 +9,7 @@
Libraries >
- - 1.46.0 - Current Release 1.46.1 - Current Release >
- 1.45.0
en-us
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)
-
- Version 1.46.0Mon, 21 Feb 2011 15:36:13 -0500<span class="brief"><span class="purpose">
+
- Version 1.46.1Sat, 12 Mar 2011 10:45:53 -0500<span class="brief"><span class="purpose">
+ Bug fixes: Asio, Fusion, Graph, Icl, Math, Polygon, Proto, Property Tree, Signals2,
+ TR1, Unordered.
+ </span></span>http://sourceforge.net/projects/boost/files/boost/1.46.1/<div class="description">
+
+
+
+ <div id="version_1_46_1.updated_libraries">
+ <h3><span class="link">Updated Libraries</span></h3>
+ <ul>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/asio/">Asio</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ <code><span class="identifier">EV_ONESHOT</span></code> seems to
+ cause problems on some versions of Mac OS X, with the <code><span class="identifier">io_service</span></code> destructor getting stuck
+ inside the <code><span class="identifier">close</span><span class="special">()</span></code>
+ system call. Changed the kqueue backend to use <code><span class="identifier">EV_CLEAR</span></code>
+ instead (<a href="https://svn.boost.org/trac/boost/ticket/5021">#5021</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed compile failures with some versions of <tt>g++</tt>
+ due to the use of anonymous enums (<a href="https://svn.boost.org/trac/boost/ticket/4883">#4883</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed a bug on kqueue-based platforms, where some system calls that
+ repeatedly fail with <code><span class="identifier">EWOULDBLOCK</span></code>
+ are not correctly re-registered with kqueue.
+ </div>
+ </li>
+ <li>
+ <div>
+ Changed <code><span class="identifier">asio</span><span class="special">::</span><span class="identifier">streambuf</span></code> to ensure that its internal
+ pointers are updated correctly after the data has been modified using
+ <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">streambuf</span></code> member functions.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed a bug that prevented the linger socket option from working on
+ platforms other than Windows.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/fusion/">Fusion</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Fix <code><span class="identifier">disable_if</span></code> for
+ Visual C++ 7.1/8.0
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/filesystem/">Filesystem</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Fix for STLPort (<a href="https://svn.boost.org/trac/boost/ticket/5217">#5217</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ PGI large file support
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/graph/">Graph</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Bug fixes, including fixes for: <a href="https://svn.boost.org/trac/boost/ticket/5181">#5181</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/5180">#5180</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/5199">#5199</a>
+ and <a href="https://svn.boost.org/trac/boost/ticket/5175">#5175</a>.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/icl/">Icl</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Intersects for interval_maps and segment_type/element_type (<a href="https://svn.boost.org/trac/boost/ticket/5207">#5207</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed some ambiguous calls to functions in boost and std namespaces.
+ </div>
+ </li>
+ <li>
+ <div>
+ Other bug fixes, and documentation fixes.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/math/">Math</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Several minor bug fixes.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/polygon/">Polygon</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Disabled 45-degree booleans optimization.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/proto/">Proto</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Make <code><span class="identifier">display_expr</span></code> copyable
+ (<a href="https://svn.boost.org/trac/boost/ticket/5096">#5096</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fix const correctness problem in <code><span class="identifier">pass_through</span></code>.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/property_tree/">Property Tree</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Fix compile error in JSON parser.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/signals2/">Signals2</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Fix unused parameter warning.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/tr1/">TR1</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Allow specialization of <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">tr1</span><span class="special">::</span><span class="identifier">hash</span></code>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Improved support for Pathscale and Sun compilers.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/unordered/">Unordered</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Add missing copy constructors and assignment operators when using rvalue
+ references (<a href="https://svn.boost.org/trac/boost/ticket/5119">#5119</a>).
+ </div>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_46_1.other_changes">
+ <h3><span class="link">Other changes</span></h3>
+ <ul>
+ <li>
+ <div>
+ Update getting started guide to reflect changes to boost build.
+ </div>
+ </li>
+ <li>
+ <div>
+ In quickbook, workaround optimization bug in g++ 4.4.
+ </div>
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_46_1.compilers_tested">
+ <h3><span class="link">Compilers Tested</span></h3>
+ <p>
+ Boost's primary test compilers are:
+ </p>
+ <ul>
+ <li>
+ <div>
+ Linux:
+ </div>
+ <ul>
+ <li>
+ <div>
+ GCC: 3.4.6, 4.2.4, 4.3.4, 4.4.1, 4.4.3, 4.4.5, 4.5.2
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, C++0x mode: 4.3.4, 4.4.3, 4.5.2
+ </div>
+ </li>
+ <li>
+ <div>
+ Intel: 10.1, 11.0, 11.1
+ </div>
+ </li>
+ <li>
+ <div>
+ Clang: 2.8
+ </div>
+ </li>
+ <li>
+ <div>
+ Pathscale: 3.2
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ OS X:
+ </div>
+ <ul>
+ <li>
+ <div>
+ GCC: 4.0.1, 4.2.1, 4.4
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, C++0x mode: 4.4.
+ </div>
+ </li>
+ <li>
+ <div>
+ Intel: 11.1
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ Windows:
+ </div>
+ <ul>
+ <li>
+ <div>
+ Visual C++: 7.1, 8.0, 9.0 and 10.0.
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, mingw: 4.4.0.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ FreeBSD:
+ </div>
+ <ul>
+ <li>
+ <div>
+ GCC: 4.2.1, 64 bit.
+ </div>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <p>
+ Boost's additional test compilers include:
+ </p>
+ <ul>
+ <li>
+ <div>
+ Linux:
+ </div>
+ <ul>
+ <li>
+ <div>
+ GCC: 3.4.6, 4.2.4, 4.3.4, 4.4.3, 4.4.4, 4.4.5, 4.5.2
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, C++0x mode: 4.3.4, 4.4.3, 4.5.2
+ </div>
+ </li>
+ <li>
+ <div>
+ pgCC: 11.2
+ </div>
+ </li>
+ <li>
+ <div>
+ Intel: 10.1, 11.0, 11.1
+ </div>
+ </li>
+ <li>
+ <div>
+ PathScale: 3.2, 4.0.8
+ </div>
+ </li>
+ <li>
+ <div>
+ Visual Age C++: 10.1
+ </div>
+ </li>
+ <li>
+ <div>
+ Clang from subversion
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ OS X:
+ </div>
+ <ul>
+ <li>
+ <div>
+ Intel C++ Compiler: 10.1, 11.0, 11.1
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC: 4.0.1, 4.2.1, 4.4.4
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, C++0x mode: 4.4.4
+ </div>
+ </li>
+ <li>
+ <div>
+ Clang from subversion, with GNU libstdc++, libc++ and libc++ in C++0x
+ mode.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ Windows:
+ </div>
+ <ul>
+ <li>
+ <div>
+ Visual C++: 7.1, 9.0, 10.0
+ </div>
+ </li>
+ <li>
+ <div>
+ Visual C++ with STLport: 9.0
+ </div>
+ </li>
+ <li>
+ <div>
+ Visual C++, Windows Mobile 5, with STLport: 9.0
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, mingw: 4.5.1
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, mingw, C++0x mode: 4.5.1
+ </div>
+ </li>
+ <li>
+ <div>
+ Borland: 6.1.3 (2009), 6.2.1 (2010)
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ AIX:
+ </div>
+ <ul>
+ <li>
+ <div>
+ IBM XL C/C++ Enterprise Edition, V11.1.0.0
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ Solaris:
+ </div>
+ <ul>
+ <li>
+ <div>
+ Sun C++: 5.10
+ </div>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_46_1.acknowledgements">
+ <h3><span class="link">Acknowledgements</span></h3>
+ <p>
+ <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>
+ </div>
+</div>
- Version 1.46.0Mon, 21 Feb 2011 15:36:13 -0500<span class="brief"><span class="purpose">
New Libraries: Icl. Updated Libraries: Array, Asio, Bind, Concept Check, Filesystem,
- Fusion, Hash, Iterator, Math, Meta State Machine, Optional, Pool, Program Options,
- Proto, Signals, Spirit, Tokenizer, Unordered, Wave. Updated Tools: Boostbook,
- Inspect, Quickbook.
+ Fusion, Hash, Iostreams, Iterator, Math, Meta State Machine, Optional, Pool,
+ Program Options, Proto, Signals, Spirit, Tokenizer, Unordered, Wave. Updated
+ Tools: Boostbook, Inspect, Quickbook.
</span></span>http://sourceforge.net/projects/boost/files/boost/1.46.0/<div class="description">
@@ -251,6 +730,25 @@
</li>
</ul>
</li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/iostreams/index.html">Iostreams</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Use <code><span class="identifier">BOOST_ASSERT</span></code> instead
+ of <code><span class="identifier">assert</span></code>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed flush regression (<a href="https://svn.boost.org/trac/boost/ticket/4590">#4590</a>).
+ </div>
+ </li>
+ </ul>
+ </li>
<li>
<div>
<span class="library"><a href="/libs/iterator/index.html">Iterator</a>:</span>
diff --git a/feed/history-hashes.txt b/feed/history-hashes.txt
index f90fcc85..23b15673 100644
--- a/feed/history-hashes.txt
+++ b/feed/history-hashes.txt
@@ -54,5 +54,6 @@ history/boost_1_42_0.qbk,36765d15b10a22aaa541044a5109f9f4d7366b9f54809f44d55e1d9
history/boost_1_43_0.qbk,242b5e8f79076daf044d3298e84c5e6afce6f075c9ea94a80bb55ad5ee49b45a,26924935e36618f705723425e30a045ff0d06a13ec27645115ad490f744ef9c3
history/boost_1_44_0.qbk,5afefb7a3ac845e5bca131096f43532bc849a358a76fb5b81d1771c859567fe7,38b3363ee32e6ac268e029baaa675b4a6e21cc5ff2abb6310f9cc19d8ccc5ce5
history/boost_1_45_0.qbk,26ea33eb12d21314ae3a4c3eaa2dab5ace7d90929a1a3073b3bda7b99ff3c5b6,efa947fe7348a82a0dd9d03dc01d3f9fef69d42f3e761bc9a6491453b24d43d2
-history/boost_1_46_0.qbk,1682fbdf4b35e481d2c16bbb33aede55618b267f950f2d4aed70afe399ea1b26,0ae2f9a1995f28f4a71fadd9a84c009747690c7a29a56b8f3f9a7b76fe29c933
+history/boost_1_46_0.qbk,a3a47e0af538e0c3b611c31efb5e7d0cbd4b27a99f77bc8f01a3c6a0cd17d999,edcd6035c761c9ec8424f8a02c268285a3d66ca9cc7d225e41c890a233afcec6
+history/boost_1_46_1.qbk,5ad8f1323c49dcdf19ed6717502b4e2d002110cb2f07f4c66f5846df4bb728ab,ae5d583f54f987ac38cbedc82f1309af8abb4d4f9158977e7695da46c209c91d
history/unversioned.qbk,2810bfebb2d0739fad2f520df2c386dde484dd28bcd117422b9a95f6df449d8e,8002a54cd484904089f5ece182b03e50d50160c1e1e6b276be44bcf91c8214fb
diff --git a/feed/history.rss b/feed/history.rss
index 734a11fa..30de28b0 100644
--- a/feed/history.rss
+++ b/feed/history.rss
@@ -6,11 +6,490 @@
en-us
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)
-
- Version 1.46.0Mon, 21 Feb 2011 15:36:13 -0500<span class="brief"><span class="purpose">
+
- Version 1.46.1Sat, 12 Mar 2011 10:45:53 -0500<span class="brief"><span class="purpose">
+ Bug fixes: Asio, Fusion, Graph, Icl, Math, Polygon, Proto, Property Tree, Signals2,
+ TR1, Unordered.
+ </span></span>http://sourceforge.net/projects/boost/files/boost/1.46.1/<div class="description">
+
+
+
+ <div id="version_1_46_1.updated_libraries">
+ <h3><span class="link">Updated Libraries</span></h3>
+ <ul>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/asio/">Asio</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ <code><span class="identifier">EV_ONESHOT</span></code> seems to
+ cause problems on some versions of Mac OS X, with the <code><span class="identifier">io_service</span></code> destructor getting stuck
+ inside the <code><span class="identifier">close</span><span class="special">()</span></code>
+ system call. Changed the kqueue backend to use <code><span class="identifier">EV_CLEAR</span></code>
+ instead (<a href="https://svn.boost.org/trac/boost/ticket/5021">#5021</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed compile failures with some versions of <tt>g++</tt>
+ due to the use of anonymous enums (<a href="https://svn.boost.org/trac/boost/ticket/4883">#4883</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed a bug on kqueue-based platforms, where some system calls that
+ repeatedly fail with <code><span class="identifier">EWOULDBLOCK</span></code>
+ are not correctly re-registered with kqueue.
+ </div>
+ </li>
+ <li>
+ <div>
+ Changed <code><span class="identifier">asio</span><span class="special">::</span><span class="identifier">streambuf</span></code> to ensure that its internal
+ pointers are updated correctly after the data has been modified using
+ <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">streambuf</span></code> member functions.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed a bug that prevented the linger socket option from working on
+ platforms other than Windows.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/fusion/">Fusion</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Fix <code><span class="identifier">disable_if</span></code> for
+ Visual C++ 7.1/8.0
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/filesystem/">Filesystem</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Fix for STLPort (<a href="https://svn.boost.org/trac/boost/ticket/5217">#5217</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ PGI large file support
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/graph/">Graph</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Bug fixes, including fixes for: <a href="https://svn.boost.org/trac/boost/ticket/5181">#5181</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/5180">#5180</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/5199">#5199</a>
+ and <a href="https://svn.boost.org/trac/boost/ticket/5175">#5175</a>.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/icl/">Icl</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Intersects for interval_maps and segment_type/element_type (<a href="https://svn.boost.org/trac/boost/ticket/5207">#5207</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed some ambiguous calls to functions in boost and std namespaces.
+ </div>
+ </li>
+ <li>
+ <div>
+ Other bug fixes, and documentation fixes.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/math/">Math</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Several minor bug fixes.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/polygon/">Polygon</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Disabled 45-degree booleans optimization.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/proto/">Proto</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Make <code><span class="identifier">display_expr</span></code> copyable
+ (<a href="https://svn.boost.org/trac/boost/ticket/5096">#5096</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fix const correctness problem in <code><span class="identifier">pass_through</span></code>.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/property_tree/">Property Tree</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Fix compile error in JSON parser.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/signals2/">Signals2</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Fix unused parameter warning.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/tr1/">TR1</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Allow specialization of <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">tr1</span><span class="special">::</span><span class="identifier">hash</span></code>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Improved support for Pathscale and Sun compilers.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/unordered/">Unordered</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Add missing copy constructors and assignment operators when using rvalue
+ references (<a href="https://svn.boost.org/trac/boost/ticket/5119">#5119</a>).
+ </div>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_46_1.other_changes">
+ <h3><span class="link">Other changes</span></h3>
+ <ul>
+ <li>
+ <div>
+ Update getting started guide to reflect changes to boost build.
+ </div>
+ </li>
+ <li>
+ <div>
+ In quickbook, workaround optimization bug in g++ 4.4.
+ </div>
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_46_1.compilers_tested">
+ <h3><span class="link">Compilers Tested</span></h3>
+ <p>
+ Boost's primary test compilers are:
+ </p>
+ <ul>
+ <li>
+ <div>
+ Linux:
+ </div>
+ <ul>
+ <li>
+ <div>
+ GCC: 3.4.6, 4.2.4, 4.3.4, 4.4.1, 4.4.3, 4.4.5, 4.5.2
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, C++0x mode: 4.3.4, 4.4.3, 4.5.2
+ </div>
+ </li>
+ <li>
+ <div>
+ Intel: 10.1, 11.0, 11.1
+ </div>
+ </li>
+ <li>
+ <div>
+ Clang: 2.8
+ </div>
+ </li>
+ <li>
+ <div>
+ Pathscale: 3.2
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ OS X:
+ </div>
+ <ul>
+ <li>
+ <div>
+ GCC: 4.0.1, 4.2.1, 4.4
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, C++0x mode: 4.4.
+ </div>
+ </li>
+ <li>
+ <div>
+ Intel: 11.1
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ Windows:
+ </div>
+ <ul>
+ <li>
+ <div>
+ Visual C++: 7.1, 8.0, 9.0 and 10.0.
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, mingw: 4.4.0.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ FreeBSD:
+ </div>
+ <ul>
+ <li>
+ <div>
+ GCC: 4.2.1, 64 bit.
+ </div>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <p>
+ Boost's additional test compilers include:
+ </p>
+ <ul>
+ <li>
+ <div>
+ Linux:
+ </div>
+ <ul>
+ <li>
+ <div>
+ GCC: 3.4.6, 4.2.4, 4.3.4, 4.4.3, 4.4.4, 4.4.5, 4.5.2
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, C++0x mode: 4.3.4, 4.4.3, 4.5.2
+ </div>
+ </li>
+ <li>
+ <div>
+ pgCC: 11.2
+ </div>
+ </li>
+ <li>
+ <div>
+ Intel: 10.1, 11.0, 11.1
+ </div>
+ </li>
+ <li>
+ <div>
+ PathScale: 3.2, 4.0.8
+ </div>
+ </li>
+ <li>
+ <div>
+ Visual Age C++: 10.1
+ </div>
+ </li>
+ <li>
+ <div>
+ Clang from subversion
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ OS X:
+ </div>
+ <ul>
+ <li>
+ <div>
+ Intel C++ Compiler: 10.1, 11.0, 11.1
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC: 4.0.1, 4.2.1, 4.4.4
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, C++0x mode: 4.4.4
+ </div>
+ </li>
+ <li>
+ <div>
+ Clang from subversion, with GNU libstdc++, libc++ and libc++ in C++0x
+ mode.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ Windows:
+ </div>
+ <ul>
+ <li>
+ <div>
+ Visual C++: 7.1, 9.0, 10.0
+ </div>
+ </li>
+ <li>
+ <div>
+ Visual C++ with STLport: 9.0
+ </div>
+ </li>
+ <li>
+ <div>
+ Visual C++, Windows Mobile 5, with STLport: 9.0
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, mingw: 4.5.1
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, mingw, C++0x mode: 4.5.1
+ </div>
+ </li>
+ <li>
+ <div>
+ Borland: 6.1.3 (2009), 6.2.1 (2010)
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ AIX:
+ </div>
+ <ul>
+ <li>
+ <div>
+ IBM XL C/C++ Enterprise Edition, V11.1.0.0
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ Solaris:
+ </div>
+ <ul>
+ <li>
+ <div>
+ Sun C++: 5.10
+ </div>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_46_1.acknowledgements">
+ <h3><span class="link">Acknowledgements</span></h3>
+ <p>
+ <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>
+ </div>
+</div>
- Version 1.46.0Mon, 21 Feb 2011 15:36:13 -0500<span class="brief"><span class="purpose">
New Libraries: Icl. Updated Libraries: Array, Asio, Bind, Concept Check, Filesystem,
- Fusion, Hash, Iterator, Math, Meta State Machine, Optional, Pool, Program Options,
- Proto, Signals, Spirit, Tokenizer, Unordered, Wave. Updated Tools: Boostbook,
- Inspect, Quickbook.
+ Fusion, Hash, Iostreams, Iterator, Math, Meta State Machine, Optional, Pool,
+ Program Options, Proto, Signals, Spirit, Tokenizer, Unordered, Wave. Updated
+ Tools: Boostbook, Inspect, Quickbook.
</span></span>http://sourceforge.net/projects/boost/files/boost/1.46.0/<div class="description">
@@ -251,6 +730,25 @@
</li>
</ul>
</li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/iostreams/index.html">Iostreams</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Use <code><span class="identifier">BOOST_ASSERT</span></code> instead
+ of <code><span class="identifier">assert</span></code>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed flush regression (<a href="https://svn.boost.org/trac/boost/ticket/4590">#4590</a>).
+ </div>
+ </li>
+ </ul>
+ </li>
<li>
<div>
<span class="library"><a href="/libs/iterator/index.html">Iterator</a>:</span>
diff --git a/feed/history/boost_1_46_0.qbk b/feed/history/boost_1_46_0.qbk
index aebc67fb..f99aa126 100644
--- a/feed/history/boost_1_46_0.qbk
+++ b/feed/history/boost_1_46_0.qbk
@@ -4,7 +4,7 @@
[purpose
New Libraries: Icl.
Updated Libraries: Array, Asio, Bind, Concept Check,
- Filesystem, Fusion, Hash,
+ Filesystem, Fusion, Hash, Iostreams,
Iterator, Math, Meta State Machine, Optional, Pool,
Program Options, Proto, Signals, Spirit, Tokenizer, Unordered,
Wave.
@@ -104,6 +104,11 @@
([@https://svn.boost.org/trac/boost/ticket/4756 #4756]).
* Avoid `-Wconversion` warnings.
+* [phrase library..[@/libs/iostreams/index.html Iostreams]:]
+ * Use `BOOST_ASSERT` instead of `assert`.
+ * Fixed flush regression
+ ([@https://svn.boost.org/trac/boost/ticket/4590 #4590]).
+
* [phrase library..[@/libs/iterator/index.html Iterator]:]
* fixed problem with `implicit_cast`
([@https://svn.boost.org/trac/boost/ticket/3645 #3645])
diff --git a/feed/history/boost_1_46_1.qbk b/feed/history/boost_1_46_1.qbk
new file mode 100644
index 00000000..2a192c99
--- /dev/null
+++ b/feed/history/boost_1_46_1.qbk
@@ -0,0 +1,148 @@
+[article Version 1.46.1
+ [quickbook 1.5]
+ [source-mode c++]
+ [purpose
+ Bug fixes:
+ Asio, Fusion, Graph, Icl, Math, Polygon, Proto,
+ Property Tree, Signals2, TR1, Unordered.
+ ]
+ [authors [Dawes, Beman]]
+ [last-revision Sat, 12 Mar 2011 10:45:53 -0500]
+]
+
+[include ext.qbk]
+
+[download http://sourceforge.net/projects/boost/files/boost/1.46.1/]
+
+[section Updated Libraries]
+
+* [phrase library..[@/libs/asio/ Asio]:]
+ * `EV_ONESHOT` seems to cause problems on some versions of Mac OS X, with the
+ `io_service` destructor getting stuck inside the `close()` system call.
+ Changed the kqueue backend to use `EV_CLEAR` instead
+ ([@https://svn.boost.org/trac/boost/ticket/5021 #5021]).
+ * Fixed compile failures with some versions of [^g++] due to the use of
+ anonymous enums ([@https://svn.boost.org/trac/boost/ticket/4883 #4883]).
+ * Fixed a bug on kqueue-based platforms, where some system calls that
+ repeatedly fail with `EWOULDBLOCK` are not correctly re-registered with
+ kqueue.
+ * Changed `asio::streambuf` to ensure that its internal pointers are updated
+ correctly after the data has been modified using `std::streambuf` member
+ functions.
+ * Fixed a bug that prevented the linger socket option from working on platforms
+ other than Windows.
+
+* [phrase library..[@/libs/fusion/ Fusion]:]
+ * Fix `disable_if` for Visual C++ 7.1/8.0
+
+* [phrase library..[@/libs/filesystem/ Filesystem]:]
+ * Fix for STLPort
+ ([@https://svn.boost.org/trac/boost/ticket/5217 #5217]).
+ * PGI large file support
+
+* [phrase library..[@/libs/graph/ Graph]:]
+ * Bug fixes, including fixes for:
+ [@https://svn.boost.org/trac/boost/ticket/5181 #5181],
+ [@https://svn.boost.org/trac/boost/ticket/5180 #5180],
+ [@https://svn.boost.org/trac/boost/ticket/5199 #5199] and
+ [@https://svn.boost.org/trac/boost/ticket/5175 #5175].
+
+* [phrase library..[@/libs/icl/ Icl]:]
+ * Intersects for interval_maps and segment_type/element_type
+ ([@https://svn.boost.org/trac/boost/ticket/5207 #5207]).
+ * Fixed some ambiguous calls to functions in boost and std namespaces.
+ * Other bug fixes, and documentation fixes.
+
+* [phrase library..[@/libs/math/ Math]:]
+ * Several minor bug fixes.
+
+* [phrase library..[@/libs/polygon/ Polygon]:]
+ * Disabled 45-degree booleans optimization.
+
+* [phrase library..[@/libs/proto/ Proto]:]
+ * Make `display_expr` copyable
+ ([@https://svn.boost.org/trac/boost/ticket/5096 #5096]).
+ * Fix const correctness problem in `pass_through`.
+
+* [phrase library..[@/libs/property_tree/ Property Tree]:]
+ * Fix compile error in JSON parser.
+
+* [phrase library..[@/libs/signals2/ Signals2]:]
+ * Fix unused parameter warning.
+
+* [phrase library..[@/libs/tr1/ TR1]:]
+ * Allow specialization of `std::tr1::hash`.
+ * Improved support for Pathscale and Sun compilers.
+
+* [phrase library..[@/libs/unordered/ Unordered]:]
+ * Add missing copy constructors and assignment operators when using
+ rvalue references
+ ([@https://svn.boost.org/trac/boost/ticket/5119 #5119]).
+
+[endsect]
+
+[section Other changes]
+
+* Update getting started guide to reflect changes to boost build.
+* In quickbook, workaround optimization bug in g++ 4.4.
+
+[endsect]
+
+[section Compilers Tested]
+
+Boost's primary test compilers are:
+
+* Linux:
+ * GCC: 3.4.6, 4.2.4, 4.3.4, 4.4.1, 4.4.3, 4.4.5, 4.5.2
+ * GCC, C++0x mode: 4.3.4, 4.4.3, 4.5.2
+ * Intel: 10.1, 11.0, 11.1
+ * Clang: 2.8
+ * Pathscale: 3.2
+* OS X:
+ * GCC: 4.0.1, 4.2.1, 4.4
+ * GCC, C++0x mode: 4.4.
+ * Intel: 11.1
+* Windows:
+ * Visual C++: 7.1, 8.0, 9.0 and 10.0.
+ * GCC, mingw: 4.4.0.
+* FreeBSD:
+ * GCC: 4.2.1, 64 bit.
+
+Boost's additional test compilers include:
+
+* Linux:
+ * GCC: 3.4.6, 4.2.4, 4.3.4, 4.4.3, 4.4.4, 4.4.5, 4.5.2
+ * GCC, C++0x mode: 4.3.4, 4.4.3, 4.5.2
+ * pgCC: 11.2
+ * Intel: 10.1, 11.0, 11.1
+ * PathScale: 3.2, 4.0.8
+ * Visual Age C++: 10.1
+ * Clang from subversion
+* OS X:
+ * Intel C++ Compiler: 10.1, 11.0, 11.1
+ * GCC: 4.0.1, 4.2.1, 4.4.4
+ * GCC, C++0x mode: 4.4.4
+ * Clang from subversion, with GNU libstdc++, libc++ and libc++ in C++0x mode.
+* Windows:
+ * Visual C++: 7.1, 9.0, 10.0
+ * Visual C++ with STLport: 9.0
+ * Visual C++, Windows Mobile 5, with STLport: 9.0
+ * GCC, mingw: 4.5.1
+ * GCC, mingw, C++0x mode: 4.5.1
+ * Borland: 6.1.3 (2009), 6.2.1 (2010)
+* AIX:
+ * IBM XL C/C++ Enterprise Edition, V11.1.0.0
+* Solaris:
+ * Sun C++: 5.10
+
+[endsect]
+
+[section Acknowledgements]
+
+[@/users/people/beman_dawes.html Beman Dawes],
+Eric Niebler,
+[@/users/people/rene_rivera.html Rene Rivera],
+Daniel James and Vladimir Prus managed this release.
+
+[endsect]
+
diff --git a/feed/news-hashes.txt b/feed/news-hashes.txt
index 53e901da..289f73ee 100644
--- a/feed/news-hashes.txt
+++ b/feed/news-hashes.txt
@@ -1,5 +1,5 @@
-history/boost_1_42_0.qbk,36765d15b10a22aaa541044a5109f9f4d7366b9f54809f44d55e1d9d162a1537,0c0c2b687cdb2ef6680aad359a9f3eb4fb002fe14363041906ec585663211521
history/boost_1_43_0.qbk,242b5e8f79076daf044d3298e84c5e6afce6f075c9ea94a80bb55ad5ee49b45a,26924935e36618f705723425e30a045ff0d06a13ec27645115ad490f744ef9c3
history/boost_1_44_0.qbk,5afefb7a3ac845e5bca131096f43532bc849a358a76fb5b81d1771c859567fe7,38b3363ee32e6ac268e029baaa675b4a6e21cc5ff2abb6310f9cc19d8ccc5ce5
history/boost_1_45_0.qbk,26ea33eb12d21314ae3a4c3eaa2dab5ace7d90929a1a3073b3bda7b99ff3c5b6,efa947fe7348a82a0dd9d03dc01d3f9fef69d42f3e761bc9a6491453b24d43d2
-history/boost_1_46_0.qbk,1682fbdf4b35e481d2c16bbb33aede55618b267f950f2d4aed70afe399ea1b26,0ae2f9a1995f28f4a71fadd9a84c009747690c7a29a56b8f3f9a7b76fe29c933
+history/boost_1_46_0.qbk,a3a47e0af538e0c3b611c31efb5e7d0cbd4b27a99f77bc8f01a3c6a0cd17d999,edcd6035c761c9ec8424f8a02c268285a3d66ca9cc7d225e41c890a233afcec6
+history/boost_1_46_1.qbk,5ad8f1323c49dcdf19ed6717502b4e2d002110cb2f07f4c66f5846df4bb728ab,ae5d583f54f987ac38cbedc82f1309af8abb4d4f9158977e7695da46c209c91d
diff --git a/feed/news.rss b/feed/news.rss
index 8093350e..1b1d2604 100644
--- a/feed/news.rss
+++ b/feed/news.rss
@@ -6,11 +6,490 @@
en-us
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)
-
- Version 1.46.0Mon, 21 Feb 2011 15:36:13 -0500<span class="brief"><span class="purpose">
+
- Version 1.46.1Sat, 12 Mar 2011 10:45:53 -0500<span class="brief"><span class="purpose">
+ Bug fixes: Asio, Fusion, Graph, Icl, Math, Polygon, Proto, Property Tree, Signals2,
+ TR1, Unordered.
+ </span></span>http://sourceforge.net/projects/boost/files/boost/1.46.1/<div class="description">
+
+
+
+ <div id="version_1_46_1.updated_libraries">
+ <h3><span class="link">Updated Libraries</span></h3>
+ <ul>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/asio/">Asio</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ <code><span class="identifier">EV_ONESHOT</span></code> seems to
+ cause problems on some versions of Mac OS X, with the <code><span class="identifier">io_service</span></code> destructor getting stuck
+ inside the <code><span class="identifier">close</span><span class="special">()</span></code>
+ system call. Changed the kqueue backend to use <code><span class="identifier">EV_CLEAR</span></code>
+ instead (<a href="https://svn.boost.org/trac/boost/ticket/5021">#5021</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed compile failures with some versions of <tt>g++</tt>
+ due to the use of anonymous enums (<a href="https://svn.boost.org/trac/boost/ticket/4883">#4883</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed a bug on kqueue-based platforms, where some system calls that
+ repeatedly fail with <code><span class="identifier">EWOULDBLOCK</span></code>
+ are not correctly re-registered with kqueue.
+ </div>
+ </li>
+ <li>
+ <div>
+ Changed <code><span class="identifier">asio</span><span class="special">::</span><span class="identifier">streambuf</span></code> to ensure that its internal
+ pointers are updated correctly after the data has been modified using
+ <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">streambuf</span></code> member functions.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed a bug that prevented the linger socket option from working on
+ platforms other than Windows.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/fusion/">Fusion</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Fix <code><span class="identifier">disable_if</span></code> for
+ Visual C++ 7.1/8.0
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/filesystem/">Filesystem</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Fix for STLPort (<a href="https://svn.boost.org/trac/boost/ticket/5217">#5217</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ PGI large file support
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/graph/">Graph</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Bug fixes, including fixes for: <a href="https://svn.boost.org/trac/boost/ticket/5181">#5181</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/5180">#5180</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/5199">#5199</a>
+ and <a href="https://svn.boost.org/trac/boost/ticket/5175">#5175</a>.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/icl/">Icl</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Intersects for interval_maps and segment_type/element_type (<a href="https://svn.boost.org/trac/boost/ticket/5207">#5207</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed some ambiguous calls to functions in boost and std namespaces.
+ </div>
+ </li>
+ <li>
+ <div>
+ Other bug fixes, and documentation fixes.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/math/">Math</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Several minor bug fixes.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/polygon/">Polygon</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Disabled 45-degree booleans optimization.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/proto/">Proto</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Make <code><span class="identifier">display_expr</span></code> copyable
+ (<a href="https://svn.boost.org/trac/boost/ticket/5096">#5096</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fix const correctness problem in <code><span class="identifier">pass_through</span></code>.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/property_tree/">Property Tree</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Fix compile error in JSON parser.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/signals2/">Signals2</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Fix unused parameter warning.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/tr1/">TR1</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Allow specialization of <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">tr1</span><span class="special">::</span><span class="identifier">hash</span></code>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Improved support for Pathscale and Sun compilers.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/unordered/">Unordered</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Add missing copy constructors and assignment operators when using rvalue
+ references (<a href="https://svn.boost.org/trac/boost/ticket/5119">#5119</a>).
+ </div>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_46_1.other_changes">
+ <h3><span class="link">Other changes</span></h3>
+ <ul>
+ <li>
+ <div>
+ Update getting started guide to reflect changes to boost build.
+ </div>
+ </li>
+ <li>
+ <div>
+ In quickbook, workaround optimization bug in g++ 4.4.
+ </div>
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_46_1.compilers_tested">
+ <h3><span class="link">Compilers Tested</span></h3>
+ <p>
+ Boost's primary test compilers are:
+ </p>
+ <ul>
+ <li>
+ <div>
+ Linux:
+ </div>
+ <ul>
+ <li>
+ <div>
+ GCC: 3.4.6, 4.2.4, 4.3.4, 4.4.1, 4.4.3, 4.4.5, 4.5.2
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, C++0x mode: 4.3.4, 4.4.3, 4.5.2
+ </div>
+ </li>
+ <li>
+ <div>
+ Intel: 10.1, 11.0, 11.1
+ </div>
+ </li>
+ <li>
+ <div>
+ Clang: 2.8
+ </div>
+ </li>
+ <li>
+ <div>
+ Pathscale: 3.2
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ OS X:
+ </div>
+ <ul>
+ <li>
+ <div>
+ GCC: 4.0.1, 4.2.1, 4.4
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, C++0x mode: 4.4.
+ </div>
+ </li>
+ <li>
+ <div>
+ Intel: 11.1
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ Windows:
+ </div>
+ <ul>
+ <li>
+ <div>
+ Visual C++: 7.1, 8.0, 9.0 and 10.0.
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, mingw: 4.4.0.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ FreeBSD:
+ </div>
+ <ul>
+ <li>
+ <div>
+ GCC: 4.2.1, 64 bit.
+ </div>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <p>
+ Boost's additional test compilers include:
+ </p>
+ <ul>
+ <li>
+ <div>
+ Linux:
+ </div>
+ <ul>
+ <li>
+ <div>
+ GCC: 3.4.6, 4.2.4, 4.3.4, 4.4.3, 4.4.4, 4.4.5, 4.5.2
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, C++0x mode: 4.3.4, 4.4.3, 4.5.2
+ </div>
+ </li>
+ <li>
+ <div>
+ pgCC: 11.2
+ </div>
+ </li>
+ <li>
+ <div>
+ Intel: 10.1, 11.0, 11.1
+ </div>
+ </li>
+ <li>
+ <div>
+ PathScale: 3.2, 4.0.8
+ </div>
+ </li>
+ <li>
+ <div>
+ Visual Age C++: 10.1
+ </div>
+ </li>
+ <li>
+ <div>
+ Clang from subversion
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ OS X:
+ </div>
+ <ul>
+ <li>
+ <div>
+ Intel C++ Compiler: 10.1, 11.0, 11.1
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC: 4.0.1, 4.2.1, 4.4.4
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, C++0x mode: 4.4.4
+ </div>
+ </li>
+ <li>
+ <div>
+ Clang from subversion, with GNU libstdc++, libc++ and libc++ in C++0x
+ mode.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ Windows:
+ </div>
+ <ul>
+ <li>
+ <div>
+ Visual C++: 7.1, 9.0, 10.0
+ </div>
+ </li>
+ <li>
+ <div>
+ Visual C++ with STLport: 9.0
+ </div>
+ </li>
+ <li>
+ <div>
+ Visual C++, Windows Mobile 5, with STLport: 9.0
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, mingw: 4.5.1
+ </div>
+ </li>
+ <li>
+ <div>
+ GCC, mingw, C++0x mode: 4.5.1
+ </div>
+ </li>
+ <li>
+ <div>
+ Borland: 6.1.3 (2009), 6.2.1 (2010)
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ AIX:
+ </div>
+ <ul>
+ <li>
+ <div>
+ IBM XL C/C++ Enterprise Edition, V11.1.0.0
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ Solaris:
+ </div>
+ <ul>
+ <li>
+ <div>
+ Sun C++: 5.10
+ </div>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_46_1.acknowledgements">
+ <h3><span class="link">Acknowledgements</span></h3>
+ <p>
+ <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>
+ </div>
+</div>
- Version 1.46.0Mon, 21 Feb 2011 15:36:13 -0500<span class="brief"><span class="purpose">
New Libraries: Icl. Updated Libraries: Array, Asio, Bind, Concept Check, Filesystem,
- Fusion, Hash, Iterator, Math, Meta State Machine, Optional, Pool, Program Options,
- Proto, Signals, Spirit, Tokenizer, Unordered, Wave. Updated Tools: Boostbook,
- Inspect, Quickbook.
+ Fusion, Hash, Iostreams, Iterator, Math, Meta State Machine, Optional, Pool,
+ Program Options, Proto, Signals, Spirit, Tokenizer, Unordered, Wave. Updated
+ Tools: Boostbook, Inspect, Quickbook.
</span></span>http://sourceforge.net/projects/boost/files/boost/1.46.0/<div class="description">
@@ -251,6 +730,25 @@
</li>
</ul>
</li>
+ <li>
+ <div>
+ <span class="library"><a href="/libs/iostreams/index.html">Iostreams</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Use <code><span class="identifier">BOOST_ASSERT</span></code> instead
+ of <code><span class="identifier">assert</span></code>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed flush regression (<a href="https://svn.boost.org/trac/boost/ticket/4590">#4590</a>).
+ </div>
+ </li>
+ </ul>
+ </li>
<li>
<div>
<span class="library"><a href="/libs/iterator/index.html">Iterator</a>:</span>
@@ -3165,498 +3663,5 @@
and Vladimir Prus managed this release.
</p>
</div>
-</div>
- Version 1.42.0Tue 2 Feb 2010 14:00:00 GMT<span class="brief"><span class="purpose">
- New Libraries: Uuid. Updated Libraries: Asio, Circular Buffer, Fusion, Graph,
- Integer, Iostreams, Program.Options, PropertyMap, Proto, Regex, Spirit, Unordered,
- Xpressive.
- </span></span>http://sourceforge.net/projects/boost/files/boost/1.42.0/<div class="description">
-
-
-
- <div id="version_1_42_0.new_libraries">
- <h3><span class="link">New Libraries</span></h3>
- <ul>
- <li>
- <span class="library"><a href="/libs/uuid/index.html">Uuid</a>:</span>
- A universally unique
- identifier, from Andy Tompkins.
- </li>
- </ul>
- </div>
- <div id="version_1_42_0.updated_libraries">
- <h3><span class="link">Updated Libraries</span></h3>
- <ul>
- <li>
- <span class="library"><a href="/libs/asio/index.html">Asio</a>:</span>
- <ul>
- <li>
- Added a new HTTP Server 4 example illustrating the use of stackless coroutines
- with Asio.
- </li>
- <li>
- Changed handler allocation and invocation to use <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">addressof</span></code>
- to get the address of handler objects, rather than applying <code><span class="keyword">operator</span><span class="special">&</span></code>
- directly (<a href="https://svn.boost.org/trac/boost/ticket/2977">#2977</a>).
- </li>
- <li>
- Restricted MSVC buffer debugging workaround to 2008, as it causes a crash
- with 2010 beta 2 (<a href="https://svn.boost.org/trac/boost/ticket/3796">#3796</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3822">#3822</a>).
- </li>
- <li>
- Fixed a problem with the lifetime of handler memory, where Windows needs
- the <code><span class="identifier">OVERLAPPED</span></code> structure
- to be valid until both the initiating function call has returned and
- the completion packet has been delivered.
- </li>
- <li>
- Don't block signals while performing system calls, but instead restart
- the calls if they are interrupted.
- </li>
- <li>
- Documented the guarantee made by strand objects with respect to order
- of handler invocation.
- </li>
- <li>
- Changed strands to use a pool of implementations, to make copying of
- strands cheaper.
- </li>
- <li>
- Ensured that kqueue support is enabled for BSD platforms (<a href="https://svn.boost.org/trac/boost/ticket/3626">#3626</a>).
- </li>
- <li>
- Added a <code><span class="identifier">boost_</span></code> prefix
- to the <code><span class="keyword">extern</span> <span class="string">"C"</span></code>
- thread entry point function (<a href="https://svn.boost.org/trac/boost/ticket/3809">#3809</a>).
- </li>
- <li>
- In <code><span class="identifier">getaddrinfo</span></code> emulation,
- only check the socket type (<code><span class="identifier">SOCK_STREAM</span></code>
- or <code><span class="identifier">SOCK_DGRAM</span></code>) if a service
- name has been specified. This should allow the emulation to work with
- raw sockets.
- </li>
- <li>
- Added a workaround for some broken Windows firewalls that make a socket
- appear bound to 0.0.0.0 when it is in fact bound to 127.0.0.1.
- </li>
- <li>
- Applied a fix for reported excessive CPU usage under Solaris (<a href="https://svn.boost.org/trac/boost/ticket/3670">#3670</a>).
- </li>
- <li>
- Added some support for platforms that use older compilers such as g++
- 2.95 (<a href="https://svn.boost.org/trac/boost/ticket/3743">#3743</a>).
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/circular_buffer/index.html">Circular Buffer</a>:</span>
- <ul>
- <li>
- Added methods erase_begin(size_type) and erase_end(size_type) with constant
- complexity for such types of stored elements which do not need an explicit
- destruction e.g. int or double.
- </li>
- <li>
- Similarly changed implementation of the clear() method and the destructor
- so their complexity is now constant for such types of stored elements
- which do not require an explicit destruction (the complexity for other
- types remains linear).
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/fusion/index.html">Fusion</a>:</span>
- <ul>
- <li>
- The accumulator is the first argument to the functor of <code><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">fold</span></code> and <code><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">accumulate</span></code>
- (<a href="https://svn.boost.org/trac/boost/ticket/2355">#2355</a>).
- </li>
- <li>
- Added support for associative iterators and views (<a href="https://svn.boost.org/trac/boost/ticket/3473">#3473</a>).
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/graph/index.html">Graph</a>:</span>
- <ul>
- <li>
- Removed old interface to <code><span class="identifier">compressed_sparse_row_graph</span></code>,
- making new interface the default.
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/integer/index.html">Integer</a>:</span>
- <ul>
- <li>
- Reverted Trunk to release branch state (i.e. a "known good state").
- </li>
- <li>
- Fixed issues: <a href="https://svn.boost.org/trac/boost/ticket/653">653</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3084">3084</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3177">3177</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3180">3180</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3548">3568</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3657">3657</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/2134">2134</a>.
- </li>
- <li>
- Added long long support to <tt>boost::static_log2</tt>, <tt>boost::static_signed_min</tt>,
- <tt>boost::static_signed_max</tt>, <tt>boost::static_unsigned_min</tt><tt>boost::static_unsigned_max</tt>,
- when available.
- </li>
- <li>
- The argument type and the result type of <tt>boost::static_signed_min</tt>
- etc are now typedef'd. Formerly, they were hardcoded as <tt>unsigned
- long</tt> and <tt>int</tt> respectively. Please, use the
- provided typedefs in new code (and update old code as soon as possible).
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/iostreams/index.html">Iostreams</a>:</span>
- <ul>
- <li>
- Fixed many outstanding issues. Thanks to Richard Smith for his work on
- this. (<a href="https://svn.boost.org/trac/boost/ticket/3612">#3612</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3311">#3311</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/2094">#2094</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3010">#3010</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/2894">#2894</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3011">#3011</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3352">#3352</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3505">#3505</a>).
- </li>
- <li>
- For more information see the <a href="/libs/iostreams/doc/release_notes.html">library
- release notes</a>.
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/program_options/index.html">Program.Options</a>:</span>
- <ul>
- <li>
- Information about option name added to a few exception classes and various
- clean ups in exception classes (<a href="https://svn.boost.org/trac/boost/ticket/3423">#3423</a>).
- </li>
- <li>
- Description wordwrapping in presense of default parameters fixed (<a href="https://svn.boost.org/trac/boost/ticket/2613">#2613</a>).
- </li>
- <li>
- Empty value in configuration file is now permitted (<a href="https://svn.boost.org/trac/boost/ticket/1537">#1537</a>).
- </li>
- <li>
- Quotes are no longer stripped from string values (<a href="https://svn.boost.org/trac/boost/ticket/850">#850</a>).
- </li>
- <li>
- Fix endless loop in case of long default arguments (<a href="https://svn.boost.org/trac/boost/ticket/689">#689</a>).
- </li>
- <li>
- Fix compile warning caused by usage of boost::any (<a href="https://svn.boost.org/trac/boost/ticket/2562">#2562</a>).
- </li>
- <li>
- Fix memory bug in example/response_file.cpp (<a href="https://svn.boost.org/trac/boost/ticket/3525">#3525</a>).
- </li>
- <li>
- Most compilation warnings were fixed (<a href="https://svn.boost.org/trac/boost/ticket/3608">#3608</a>).
- </li>
- <li>
- Make column width for description text configurable. (<a href="https://svn.boost.org/trac/boost/ticket/3703">#3703</a>).
- </li>
- <li>
- Add general split function: split_unix() (<a href="https://svn.boost.org/trac/boost/ticket/2561">#2561</a>).
- </li>
- <li>
- Enable open config files from given file name (<a href="https://svn.boost.org/trac/boost/ticket/3264">#3264</a>).
- </li>
- <li>
- Additional flag for required options (<a href="https://svn.boost.org/trac/boost/ticket/2982">#2982</a>).
- </li>
- <li>
- Enable case insensitive style for command line (<a href="https://svn.boost.org/trac/boost/ticket/3498">#3498</a>).
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/property_map/index.html">PropertyMap</a>:</span>
- <ul>
- <li>
- Removed old header files (directly in the <code><span class="identifier">boost</span><span class="special">/</span></code> directory); they were deprecated since
- 1.40, replaced by headers in <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">property_map</span><span class="special">/</span></code>.
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/proto/index.html">Proto</a>:</span>
- <ul>
- <li>
- Fix const correctness issues with <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">flatten</span></code>
- and friends (<a href="https://svn.boost.org/trac/boost/ticket/3364">#3364</a>).
- </li>
- <li>
- Accomodate recent change to <code><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">fold</span></code>,
- remove old support for Doxygen and pre-1.35 Fusion (<a href="https://svn.boost.org/trac/boost/ticket/3553">#3553</a>).
- </li>
- <li>
- In binary operations, when one operand has a user-specified domain and
- the other has the default domain, the user-specified domain trumps.
- </li>
- <li>
- Fix <code><span class="identifier">BOOST_PROTO_EXTENDS</span></code>
- to work with elaborated types.
- </li>
- <li>
- Work around EDG compiler bug with function types and cv-qualification.
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/regex/index.html">Regex</a>:</span>
- <ul>
- <li>
- Added support for Functors rather than strings as format expressions.
- </li>
- <li>
- Improved error reporting when throwing exceptions to include better more
- relevant information.
- </li>
- <li>
- Improved performance and reduced stack usage of recursive expressions.
- </li>
- <li>
- Fixed tickets <a href="https://svn.boost.org/trac/boost/ticket/2802">#2802</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3425">#3425</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3507">#3507</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3546">#3546</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3631">#3631</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3632">#3632</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3715">#3715</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3718">#3718</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3763">#3763</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3764">#3764</a>
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/spirit/index.html">Spirit</a>:</span>
- Spirit V2.2, see
- the '<a href="/doc/libs/1_42_0/libs/spirit/doc/html/spirit/what_s_new.html">What's
- New</a>' section for details.
- </li>
- <li>
- <span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
- <ul>
- <li>
- Support instantiating the containers with incomplete value types.
- </li>
- <li>
- Add <code><span class="identifier">erase_return_void</span></code>
- as a temporary workaround for the current <code><span class="identifier">erase</span></code>
- which can be inefficient because it has to find the next element to return
- an iterator (<a href="http://svn.boost.org/trac/boost/ticket/3693">#3693</a>).
- </li>
- <li>
- Add templated find overload for compatible keys.
- </li>
- <li>
- Improved codegear compatibility.
- </li>
- <li>
- Other minor changes, full details in <a href="/doc/html/unordered/changes.html#unordered.changes.boost_1_42_0">the
- changelog</a>.
- </li>
- </ul>
- </li>
- <li>
- <span class="library"><a href="/libs/xpressive/index.html">Xpressive</a>:</span>
- <ul>
- <li>
- <code><span class="identifier">match_results</span></code> no longer
- relies on undefined behavior in <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">list</span></code>
- (<a href="https://svn.boost.org/trac/boost/ticket/3278">#3278</a>).
- </li>
- <li>
- Do NOT copy singular iterators (<a href="https://svn.boost.org/trac/boost/ticket/3538">#3538</a>).
- </li>
- <li>
- Eliminate gcc and darwin warnings (<a href="https://svn.boost.org/trac/boost/ticket/3734">#3734</a>).
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div id="version_1_42_0.compilers_tested">
- <h3><span class="link">Compilers Tested</span></h3>
- <p>
- Boost's primary test compilers are:
- </p>
- <ul>
- <li>
- OS X:
- <ul>
- <li>
- GCC 4.0.1 on Intel Leopard.
- </li>
- <li>
- GCC 4.0.1 on PowerPC Tiger.
- </li>
- </ul>
- </li>
- <li>
- Linux:
- <ul>
- <li>
- GCC 4.4.1 on Ubuntu Linux.
- </li>
- <li>
- GCC 4.4 on Debian.
- </li>
- </ul>
- </li>
- <li>
- Windows:
- <ul>
- <li>
- Visual C++ 7.1 SP1, 8.0 SP1 and 9.0 SP1 on Windows XP.
- </li>
- <li>
- Visual C++ 9.0 on Windows 2008, 64 bit.
- </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>
- Boost's additional test compilers include:
- </p>
- <ul>
- <li>
- Linux:
- <ul>
- <li>
- Intel 10.1 on Red Hat Enterprise Linux.
- </li>
- <li>
- Intel 10.1 on 64 bit Red Hat Enterprise Linux.
- </li>
- <li>
- Intel 11.0 on 32 bit Red Hat Enterprise Linux.
- </li>
- <li>
- Intel 11.0 on 64 bit Red Hat Enterprise Linux.
- </li>
- <li>
- Intel 11.1 on 64 bit Red Hat Enterprise Linux.
- </li>
- <li>
- Intel 11.1 on 64 bit Linux Redhat 5.1 Server.
- </li>
- <li>
- Intel 11.1 on Suse Linux 64 bit.
- </li>
- <li>
- GCC 3.4.6, GCC 4.2.4, GCC 4.3.4 and GCC 4.4.2 on Red Hat Enterprise Linux.
- </li>
- <li>
- GCC 4.3.4 and GCC 4.4.2 with C++0x extensions on Red Hat Enterprise Linux.
- </li>
- <li>
- GCC 4.4.1 on 64 bit Linux.
- </li>
- <li>
- GCC 4.4.3 on Debian unstable.
- </li>
- <li>
- QLogic PathScale(TM) Compiler Suite: Version 3.2 on Red Hat Enterprise
- Linux.
- </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 on Intel Leopard.
- </li>
- <li>
- GCC 4.0.1 on PowerPC Tiger.
- </li>
- </ul>
- </li>
- <li>
- Windows:
- <ul>
- <li>
- Visual C++ 7.1, 8,0, 9,0 on XP.
- </li>
- <li>
- Visual C++ 9.0 using STLport 5.2 on XP and Windows Mobile 5.0.
- </li>
- <li>
- Visual C++ 10.0 beta 2.
- </li>
- <li>
- Visual C++ 10.0 on 32-bit Vista.
- </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.4.1 on Mingw, with and without C++0x extensions.
- </li>
- </ul>
- </li>
- <li>
- AIX:
- <ul>
- <li>
- IBM XL C/C++ Enterprise Edition for AIX, V10.1.0.0, on AIX Version 5.3.0.40.
- </li>
- </ul>
- </li>
- <li>
- FreeBSD:
- <ul>
- <li>
- GCC 4.2.1 on FreeBSD 7.0, 32 bit and 64 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_42_0.acknowledgements">
- <h3><span class="link">Acknowledgements</span></h3>
- <p>
- <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>
- </div>
</div>
\ No newline at end of file
diff --git a/index.html b/index.html
index 166eb77d..eb56ea73 100644
--- a/index.html
+++ b/index.html
@@ -96,10 +96,10 @@ http://www.boost.org/development/website_updating.html
+ "news-date">March 12th, 2011 15:45 GMT
More Downloads...
(RSS)
@@ -110,14 +110,23 @@ http://www.boost.org/development/website_updating.html
+ - Version 1.46.1
+
+ Bug fixes: Asio, Fusion, Graph, Icl, Math, Polygon, Proto, Property Tree, Signals2,
+ TR1, Unordered.
+
+ March 12th, 2011 15:45 GMT
- Version 1.46.0
New Libraries: Icl. Updated Libraries: Array, Asio, Bind, Concept Check, Filesystem,
- Fusion, Hash, Iterator, Math, Meta State Machine, Optional, Pool, Program Options,
- Proto, Signals, Spirit, Tokenizer, Unordered, Wave. Updated Tools: Boostbook,
- Inspect, Quickbook.
+ Fusion, Hash, Iostreams, Iterator, Math, Meta State Machine, Optional, Pool,
+ Program Options, Proto, Signals, Spirit, Tokenizer, Unordered, Wave. Updated
+ Tools: Boostbook, Inspect, Quickbook.
February 21st, 2011 20:36 GMT
@@ -130,18 +139,7 @@ http://www.boost.org/development/website_updating.html
Wave, Xpressive. Updated tools: Boostbook, Quickbook
November 19th, 2010 16:00 GMT
- - Version 1.44.0
-
- New Libraries: Meta State Machine, Polygon. Updated Libraries: Accumulators,
- Asio, Config, Filesystem, Foreach, Fusion, Hash, Iostreams, Math, MPL, Multi-index
- Containers, Proto, Regex, Spirit, Thread, TR1, Type Traits, uBLAS, Utility,
- Uuid, Wave, Xpressive. Updates for Quickbook and Boostbook.
-
- August 13th, 2010 17:00 GMT
+ "news-date">November 19th, 2010 16:00 GMT
More News... (RSS)
@@ -164,7 +162,7 @@ http://www.boost.org/development/website_updating.html