|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r69131 - in website/public_html/beta: . feed feed/history users/download users/history users/news
From: dnljms_at_[hidden]
Date: 2011-02-21 17:58:45
Author: danieljames
Date: 2011-02-21 17:58:38 EST (Mon, 21 Feb 2011)
New Revision: 69131
URL: http://svn.boost.org/trac/boost/changeset/69131
Log:
Filesystem release notes + 1.46 release date/download link.
Text files modified:
website/public_html/beta/feed/downloads-hashes.txt | 2
website/public_html/beta/feed/downloads.rss | 79 ++++++++++++++++++++++++++++++++++++++
website/public_html/beta/feed/history-hashes.txt | 2
website/public_html/beta/feed/history.rss | 79 ++++++++++++++++++++++++++++++++++++++
website/public_html/beta/feed/history/boost_1_46_0.qbk | 25 ++++++++++-
website/public_html/beta/feed/news-hashes.txt | 2
website/public_html/beta/feed/news.rss | 79 ++++++++++++++++++++++++++++++++++++++
website/public_html/beta/index.html | 6 +-
website/public_html/beta/users/download/index.html | 4 +
website/public_html/beta/users/history/index.html | 3
website/public_html/beta/users/history/version_1_46_0.html | 81 +++++++++++++++++++++++++++++++++++++++
website/public_html/beta/users/news/index.html | 3
website/public_html/beta/users/news/version_1_46_0.html | 81 +++++++++++++++++++++++++++++++++++++++
13 files changed, 424 insertions(+), 22 deletions(-)
Modified: website/public_html/beta/feed/downloads-hashes.txt
==============================================================================
--- website/public_html/beta/feed/downloads-hashes.txt (original)
+++ website/public_html/beta/feed/downloads-hashes.txt 2011-02-21 17:58:38 EST (Mon, 21 Feb 2011)
@@ -1,2 +1,2 @@
downloads/bjam_3_1_18.qbk,3fa0f751328cdf3b835878df36f729822e62276f246a097610cc00d71a552b6f,7bfe3ed40a63c66b92b69dac5087c46a23977d2b90fd21fdcbc94947ea4a1166
-history/boost_1_46_0.qbk,ea26d1bfe8ad79c10c1d7668624715dc57040d6625717a0dca3662db4002cc79,509f4b75b3b6d13d85e3b55e066707b45ef8f34516f5d206e60cb0e2001b77e0
+history/boost_1_46_0.qbk,a9a2f65c4b20448340a82a96178b8e3d6bc1c1e6c3ed56d0089294941824f66e,a3c626b8bdfcfcbb866cd467ff89f68e72c25d8761227f2616dec41a0c2a44c1
Modified: website/public_html/beta/feed/downloads.rss
==============================================================================
--- website/public_html/beta/feed/downloads.rss (original)
+++ website/public_html/beta/feed/downloads.rss 2011-02-21 17:58:38 EST (Mon, 21 Feb 2011)
@@ -6,12 +6,13 @@
<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.46.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.46.0</title><pubDate>Mon, 21 Feb 2011 15:36:13 -0500</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Icl. Updated Libraries: Array, Asio, Bind, Concept Check, Fusion,
Hash, Iterator, Math, Meta State Machine, Optional, Pool, Program Options,
Proto, Signals, Spirit, Tokenizer, Unordered, Wave. Updated Tools: Boostbook,
Inspect, Quickbook.
- </span></span></boostbook:purpose><description><div class="description">
+ </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.46.0/><description><div class="description">
+
<div id="version_1_46_0.new_libraries">
@@ -97,6 +98,80 @@
</li>
<li>
<div>
+ <span class="library"><a href="/libs/filesystem/index.html">Filesystem</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Version 3 of the library is now the default.
+ </div>
+ </li>
+ <li>
+ <div>
+ IBM vacpp: Workaround for compiler bug affecting <code><span class="identifier">iterator_facade</span></code>.
+ (<a href="https://svn.boost.org/trac/boost/ticket/4912">#4912</a>)
+ </div>
+ </li>
+ <li>
+ <div>
+ Verify, clarify, document that <code><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">config</span><span class="special">/</span><span class="identifier">user</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
+ can be used to specify <code><span class="identifier">BOOST_FILESYSTEM_VERSION</span></code>.
+ (<a href="https://svn.boost.org/trac/boost/ticket/4891">#4891</a>)
+ </div>
+ </li>
+ <li>
+ <div>
+ Replaced C-style <code><span class="identifier">assert</span></code>
+ with <code><span class="identifier">BOOST_ASSERT</span></code>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Undeprecated <code><span class="identifier">unique_path</span><span class="special">()</span></code>. Instead, add a note mentioning the
+ workaround for lack of thread safety and possible change to cwd. <code><span class="identifier">unique_path</span><span class="special">()</span></code>
+ is just too convenient to deprecate!
+ </div>
+ </li>
+ <li>
+ <div>
+ Cleared several GCC warnings.
+ </div>
+ </li>
+ <li>
+ <div>
+ Changed V2 code to use <code><span class="identifier">BOOST_THROW_EXCEPTION</span></code>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Windows: Fix <code><span class="identifier">status</span><span class="special">()</span></code> to report non-symlink reparse point
+ correctly.
+ </div>
+ </li>
+ <li>
+ <div>
+ Add <code><span class="identifier">symlink_option</span></code>
+ to <code><span class="identifier">recursive_directory_iterator</span></code>,
+ allowing control over recursion into directory symlinks. Note that
+ the default is changed to not recurse into directory symlinks.
+ </div>
+ </li>
+ <li>
+ <div>
+ Reference documentation cleanup, including fixing missing and broken
+ links, and adding missing functions.
+ </div>
+ </li>
+ <li>
+ <div>
+ Miscellaneous implementation code cleanup.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
<span class="library"><a href="/libs/fusion/index.html">Fusion</a>:</span>
</div>
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 2011-02-21 17:58:38 EST (Mon, 21 Feb 2011)
@@ -54,5 +54,5 @@
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,ea26d1bfe8ad79c10c1d7668624715dc57040d6625717a0dca3662db4002cc79,509f4b75b3b6d13d85e3b55e066707b45ef8f34516f5d206e60cb0e2001b77e0
+history/boost_1_46_0.qbk,a9a2f65c4b20448340a82a96178b8e3d6bc1c1e6c3ed56d0089294941824f66e,a3c626b8bdfcfcbb866cd467ff89f68e72c25d8761227f2616dec41a0c2a44c1
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 2011-02-21 17:58:38 EST (Mon, 21 Feb 2011)
@@ -6,12 +6,13 @@
<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.46.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.46.0</title><pubDate>Mon, 21 Feb 2011 15:36:13 -0500</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Icl. Updated Libraries: Array, Asio, Bind, Concept Check, Fusion,
Hash, Iterator, Math, Meta State Machine, Optional, Pool, Program Options,
Proto, Signals, Spirit, Tokenizer, Unordered, Wave. Updated Tools: Boostbook,
Inspect, Quickbook.
- </span></span></boostbook:purpose><description><div class="description">
+ </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.46.0/><description><div class="description">
+
<div id="version_1_46_0.new_libraries">
@@ -97,6 +98,80 @@
</li>
<li>
<div>
+ <span class="library"><a href="/libs/filesystem/index.html">Filesystem</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Version 3 of the library is now the default.
+ </div>
+ </li>
+ <li>
+ <div>
+ IBM vacpp: Workaround for compiler bug affecting <code><span class="identifier">iterator_facade</span></code>.
+ (<a href="https://svn.boost.org/trac/boost/ticket/4912">#4912</a>)
+ </div>
+ </li>
+ <li>
+ <div>
+ Verify, clarify, document that <code><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">config</span><span class="special">/</span><span class="identifier">user</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
+ can be used to specify <code><span class="identifier">BOOST_FILESYSTEM_VERSION</span></code>.
+ (<a href="https://svn.boost.org/trac/boost/ticket/4891">#4891</a>)
+ </div>
+ </li>
+ <li>
+ <div>
+ Replaced C-style <code><span class="identifier">assert</span></code>
+ with <code><span class="identifier">BOOST_ASSERT</span></code>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Undeprecated <code><span class="identifier">unique_path</span><span class="special">()</span></code>. Instead, add a note mentioning the
+ workaround for lack of thread safety and possible change to cwd. <code><span class="identifier">unique_path</span><span class="special">()</span></code>
+ is just too convenient to deprecate!
+ </div>
+ </li>
+ <li>
+ <div>
+ Cleared several GCC warnings.
+ </div>
+ </li>
+ <li>
+ <div>
+ Changed V2 code to use <code><span class="identifier">BOOST_THROW_EXCEPTION</span></code>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Windows: Fix <code><span class="identifier">status</span><span class="special">()</span></code> to report non-symlink reparse point
+ correctly.
+ </div>
+ </li>
+ <li>
+ <div>
+ Add <code><span class="identifier">symlink_option</span></code>
+ to <code><span class="identifier">recursive_directory_iterator</span></code>,
+ allowing control over recursion into directory symlinks. Note that
+ the default is changed to not recurse into directory symlinks.
+ </div>
+ </li>
+ <li>
+ <div>
+ Reference documentation cleanup, including fixing missing and broken
+ links, and adding missing functions.
+ </div>
+ </li>
+ <li>
+ <div>
+ Miscellaneous implementation code cleanup.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
<span class="library"><a href="/libs/fusion/index.html">Fusion</a>:</span>
</div>
Modified: website/public_html/beta/feed/history/boost_1_46_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_46_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_46_0.qbk 2011-02-21 17:58:38 EST (Mon, 21 Feb 2011)
@@ -10,14 +10,12 @@
Updated Tools: Boostbook, Inspect, Quickbook.
]
[authors [Dawes, Beman]]
- [last-revision ]
+ [last-revision Mon, 21 Feb 2011 15:36:13 -0500]
]
[include ext.qbk]
-[/ TODO: Check download link on release.
[download http://sourceforge.net/projects/boost/files/boost/1.46.0/]
-]
[section New Libraries]
@@ -51,6 +49,27 @@
* fixed warnings with self-assignment
([@https://svn.boost.org/trac/boost/ticket/4918 #4918])
+* [phrase library..[@/libs/filesystem/index.html Filesystem]:]
+ * Version 3 of the library is now the default.
+ * IBM vacpp: Workaround for compiler bug affecting `iterator_facade`.
+ ([@https://svn.boost.org/trac/boost/ticket/4912 #4912])
+ * Verify, clarify, document that `<boost/config/user.hpp>` can be
+ used to specify `BOOST_FILESYSTEM_VERSION`.
+ ([@https://svn.boost.org/trac/boost/ticket/4891 #4891])
+ * Replaced C-style `assert` with `BOOST_ASSERT`.
+ * Undeprecated `unique_path()`. Instead, add a note mentioning the
+ workaround for lack of thread safety and possible change to cwd.
+ `unique_path()` is just too convenient to deprecate!
+ * Cleared several GCC warnings.
+ * Changed V2 code to use `BOOST_THROW_EXCEPTION`.
+ * Windows: Fix `status()` to report non-symlink reparse point correctly.
+ * Add `symlink_option` to `recursive_directory_iterator`, allowing control
+ over recursion into directory symlinks. Note that the default is changed
+ to not recurse into directory symlinks.
+ * Reference documentation cleanup, including fixing missing and broken
+ links, and adding missing functions.
+ * Miscellaneous implementation code cleanup.
+
* [phrase library..[@/libs/fusion/index.html Fusion]:]
* vector copy constructor now copies sequence members in the same
order on different platforms
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 2011-02-21 17:58:38 EST (Mon, 21 Feb 2011)
@@ -2,4 +2,4 @@
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,ea26d1bfe8ad79c10c1d7668624715dc57040d6625717a0dca3662db4002cc79,509f4b75b3b6d13d85e3b55e066707b45ef8f34516f5d206e60cb0e2001b77e0
+history/boost_1_46_0.qbk,a9a2f65c4b20448340a82a96178b8e3d6bc1c1e6c3ed56d0089294941824f66e,a3c626b8bdfcfcbb866cd467ff89f68e72c25d8761227f2616dec41a0c2a44c1
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2011-02-21 17:58:38 EST (Mon, 21 Feb 2011)
@@ -6,12 +6,13 @@
<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.46.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.46.0</title><pubDate>Mon, 21 Feb 2011 15:36:13 -0500</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Icl. Updated Libraries: Array, Asio, Bind, Concept Check, Fusion,
Hash, Iterator, Math, Meta State Machine, Optional, Pool, Program Options,
Proto, Signals, Spirit, Tokenizer, Unordered, Wave. Updated Tools: Boostbook,
Inspect, Quickbook.
- </span></span></boostbook:purpose><description><div class="description">
+ </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.46.0/><description><div class="description">
+
<div id="version_1_46_0.new_libraries">
@@ -97,6 +98,80 @@
</li>
<li>
<div>
+ <span class="library"><a href="/libs/filesystem/index.html">Filesystem</a>:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Version 3 of the library is now the default.
+ </div>
+ </li>
+ <li>
+ <div>
+ IBM vacpp: Workaround for compiler bug affecting <code><span class="identifier">iterator_facade</span></code>.
+ (<a href="https://svn.boost.org/trac/boost/ticket/4912">#4912</a>)
+ </div>
+ </li>
+ <li>
+ <div>
+ Verify, clarify, document that <code><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">config</span><span class="special">/</span><span class="identifier">user</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
+ can be used to specify <code><span class="identifier">BOOST_FILESYSTEM_VERSION</span></code>.
+ (<a href="https://svn.boost.org/trac/boost/ticket/4891">#4891</a>)
+ </div>
+ </li>
+ <li>
+ <div>
+ Replaced C-style <code><span class="identifier">assert</span></code>
+ with <code><span class="identifier">BOOST_ASSERT</span></code>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Undeprecated <code><span class="identifier">unique_path</span><span class="special">()</span></code>. Instead, add a note mentioning the
+ workaround for lack of thread safety and possible change to cwd. <code><span class="identifier">unique_path</span><span class="special">()</span></code>
+ is just too convenient to deprecate!
+ </div>
+ </li>
+ <li>
+ <div>
+ Cleared several GCC warnings.
+ </div>
+ </li>
+ <li>
+ <div>
+ Changed V2 code to use <code><span class="identifier">BOOST_THROW_EXCEPTION</span></code>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Windows: Fix <code><span class="identifier">status</span><span class="special">()</span></code> to report non-symlink reparse point
+ correctly.
+ </div>
+ </li>
+ <li>
+ <div>
+ Add <code><span class="identifier">symlink_option</span></code>
+ to <code><span class="identifier">recursive_directory_iterator</span></code>,
+ allowing control over recursion into directory symlinks. Note that
+ the default is changed to not recurse into directory symlinks.
+ </div>
+ </li>
+ <li>
+ <div>
+ Reference documentation cleanup, including fixing missing and broken
+ links, and adding missing functions.
+ </div>
+ </li>
+ <li>
+ <div>
+ Miscellaneous implementation code cleanup.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
<span class="library"><a href="/libs/fusion/index.html">Fusion</a>:</span>
</div>
Modified: website/public_html/beta/index.html
==============================================================================
--- website/public_html/beta/index.html (original)
+++ website/public_html/beta/index.html 2011-02-21 17:58:38 EST (Mon, 21 Feb 2011)
@@ -95,10 +95,10 @@
<ul id="downloads">
<li><span class=
- "news-title">Version 1.46.0 (release notes)
+ "news-title">Version 1.46.0 (release notes)
</span>
<span class=
- "news-date">In Progress</span></li>
+ "news-date">February 21st, 2011 20:36 GMT</span></li>
<li><span class=
"news-title">Boost Jam 3.1.18 (release notes)
</span>
@@ -124,7 +124,7 @@
Inspect, Quickbook.
</span></span></span>
<span class=
- "news-date">In Progress</span></li>
+ "news-date">February 21st, 2011 20:36 GMT</span></li>
<li><span class=
"news-title">Version 1.45.0</span>
<span class=
Modified: website/public_html/beta/users/download/index.html
==============================================================================
--- website/public_html/beta/users/download/index.html (original)
+++ website/public_html/beta/users/download/index.html 2011-02-21 17:58:38 EST (Mon, 21 Feb 2011)
@@ -37,7 +37,7 @@
<h3><span class=
"news-title">Version 1.46.0</span></h3>
- <p class="news-date">In Progress</p>
+ <p class="news-date">February 21st, 2011 20:36 GMT</p>
<p class="news-description">
<span class="brief"><span class="purpose">
@@ -51,6 +51,8 @@
<li>
<a href="/users/download/version_1_46_0">Release Notes</a></li>
+ <li>
+ Download</li>
</ul>
<h3><span class=
"news-title">Boost Jam 3.1.18</span></h3>
Modified: website/public_html/beta/users/history/index.html
==============================================================================
--- website/public_html/beta/users/history/index.html (original)
+++ website/public_html/beta/users/history/index.html 2011-02-21 17:58:38 EST (Mon, 21 Feb 2011)
@@ -28,7 +28,7 @@
<h2 class="news-title">
<a name="iversion_1_46_0" id="iversion_1_46_0"></a>Version 1.46.0</h2>
- <p class="news-date">In Progress</p>
+ <p class="news-date">February 21st, 2011 20:36 GMT</p>
<div class="news-description">
<span class="brief"><span class="purpose">
@@ -42,6 +42,7 @@
<li>
<a href="/users/history/version_1_46_0">Details</a></li>
+ <li>Download</li>
</ul>
<h2 class="news-title">
<a name="iversion_1_45_0" id="iversion_1_45_0"></a>Version 1.45.0</h2>
Modified: website/public_html/beta/users/history/version_1_46_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_46_0.html (original)
+++ website/public_html/beta/users/history/version_1_46_0.html 2011-02-21 17:58:38 EST (Mon, 21 Feb 2011)
@@ -38,13 +38,16 @@
"news-title">Version 1.46.0</span></h2>
<p><span class=
- "news-date">In Progress</span></p>
+ "news-date">February 21st, 2011 20:36 GMT</span></p>
-
+ <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
+<tr><th scope="row" rowspan="2">unix</th><td>boost_1_46_0.tar.bz2</td></tr><tr><td>boost_1_46_0.tar.gz</td></tr>
+<tr><th scope="row" rowspan="2">windows</th><td>boost_1_46_0.7z</td></tr><tr><td>boost_1_46_0.zip</td></tr></table>
<div class="news-description">
<div class="description">
+
<div id="version_1_46_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
<ul>
@@ -128,6 +131,80 @@
</li>
<li>
<div>
+ <span class="library">Filesystem:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Version 3 of the library is now the default.
+ </div>
+ </li>
+ <li>
+ <div>
+ IBM vacpp: Workaround for compiler bug affecting <code><span class="identifier">iterator_facade</span></code>.
+ (#4912)
+ </div>
+ </li>
+ <li>
+ <div>
+ Verify, clarify, document that <code><span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">config</span><span class="special">/</span><span class="identifier">user</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span></code>
+ can be used to specify <code><span class="identifier">BOOST_FILESYSTEM_VERSION</span></code>.
+ (#4891)
+ </div>
+ </li>
+ <li>
+ <div>
+ Replaced C-style <code><span class="identifier">assert</span></code>
+ with <code><span class="identifier">BOOST_ASSERT</span></code>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Undeprecated <code><span class="identifier">unique_path</span><span class="special">()</span></code>. Instead, add a note mentioning the
+ workaround for lack of thread safety and possible change to cwd. <code><span class="identifier">unique_path</span><span class="special">()</span></code>
+ is just too convenient to deprecate!
+ </div>
+ </li>
+ <li>
+ <div>
+ Cleared several GCC warnings.
+ </div>
+ </li>
+ <li>
+ <div>
+ Changed V2 code to use <code><span class="identifier">BOOST_THROW_EXCEPTION</span></code>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Windows: Fix <code><span class="identifier">status</span><span class="special">()</span></code> to report non-symlink reparse point
+ correctly.
+ </div>
+ </li>
+ <li>
+ <div>
+ Add <code><span class="identifier">symlink_option</span></code>
+ to <code><span class="identifier">recursive_directory_iterator</span></code>,
+ allowing control over recursion into directory symlinks. Note that
+ the default is changed to not recurse into directory symlinks.
+ </div>
+ </li>
+ <li>
+ <div>
+ Reference documentation cleanup, including fixing missing and broken
+ links, and adding missing functions.
+ </div>
+ </li>
+ <li>
+ <div>
+ Miscellaneous implementation code cleanup.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
<span class="library">Fusion:</span>
</div>
Modified: website/public_html/beta/users/news/index.html
==============================================================================
--- website/public_html/beta/users/news/index.html (original)
+++ website/public_html/beta/users/news/index.html 2011-02-21 17:58:38 EST (Mon, 21 Feb 2011)
@@ -39,7 +39,7 @@
<h2 class="news-title">
<a name="iversion_1_46_0" id="iversion_1_46_0"></a>Version 1.46.0</h2>
- <p class="news-date">In Progress</p>
+ <p class="news-date">February 21st, 2011 20:36 GMT</p>
<div class="news-description">
<span class="brief"><span class="purpose">
@@ -53,6 +53,7 @@
<li>
<a href="/users/news/version_1_46_0">Details</a></li>
+ <li>Download</li>
</ul>
<h2 class="news-title">
<a name="iversion_1_45_0" id="iversion_1_45_0"></a>Version 1.45.0</h2>
Modified: website/public_html/beta/users/news/version_1_46_0.html
==============================================================================
--- website/public_html/beta/users/news/version_1_46_0.html (original)
+++ website/public_html/beta/users/news/version_1_46_0.html 2011-02-21 17:58:38 EST (Mon, 21 Feb 2011)
@@ -38,13 +38,16 @@
"news-title">Version 1.46.0</span></h2>
<p><span class=
- "news-date">In Progress</span></p>
+ "news-date">February 21st, 2011 20:36 GMT</span></p>
-
+ <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
+<tr><th scope="row" rowspan="2">unix</th><td>boost_1_46_0.tar.bz2</td></tr><tr><td>boost_1_46_0.tar.gz</td></tr>
+<tr><th scope="row" rowspan="2">windows</th><td>boost_1_46_0.7z</td></tr><tr><td>boost_1_46_0.zip</td></tr></table>
<div class="news-description">
<div class="description">
+
<div id="version_1_46_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
<ul>
@@ -128,6 +131,80 @@
</li>
<li>
<div>
+ <span class="library">Filesystem:</span>
+
+ </div>
+ <ul>
+ <li>
+ <div>
+ Version 3 of the library is now the default.
+ </div>
+ </li>
+ <li>
+ <div>
+ IBM vacpp: Workaround for compiler bug affecting <code><span class="identifier">iterator_facade</span></code>.
+ (#4912)
+ </div>
+ </li>
+ <li>
+ <div>
+ Verify, clarify, document that <code><span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">config</span><span class="special">/</span><span class="identifier">user</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span></code>
+ can be used to specify <code><span class="identifier">BOOST_FILESYSTEM_VERSION</span></code>.
+ (#4891)
+ </div>
+ </li>
+ <li>
+ <div>
+ Replaced C-style <code><span class="identifier">assert</span></code>
+ with <code><span class="identifier">BOOST_ASSERT</span></code>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Undeprecated <code><span class="identifier">unique_path</span><span class="special">()</span></code>. Instead, add a note mentioning the
+ workaround for lack of thread safety and possible change to cwd. <code><span class="identifier">unique_path</span><span class="special">()</span></code>
+ is just too convenient to deprecate!
+ </div>
+ </li>
+ <li>
+ <div>
+ Cleared several GCC warnings.
+ </div>
+ </li>
+ <li>
+ <div>
+ Changed V2 code to use <code><span class="identifier">BOOST_THROW_EXCEPTION</span></code>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Windows: Fix <code><span class="identifier">status</span><span class="special">()</span></code> to report non-symlink reparse point
+ correctly.
+ </div>
+ </li>
+ <li>
+ <div>
+ Add <code><span class="identifier">symlink_option</span></code>
+ to <code><span class="identifier">recursive_directory_iterator</span></code>,
+ allowing control over recursion into directory symlinks. Note that
+ the default is changed to not recurse into directory symlinks.
+ </div>
+ </li>
+ <li>
+ <div>
+ Reference documentation cleanup, including fixing missing and broken
+ links, and adding missing functions.
+ </div>
+ </li>
+ <li>
+ <div>
+ Miscellaneous implementation code cleanup.
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div>
<span class="library">Fusion:</span>
</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