|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r76869 - in website/public_html/live: doc/libs/1_49_0_beta1/libs/filesystem doc/libs/1_49_0_beta1/libs/filesystem/v3 doc/libs/1_49_0_beta1/libs/filesystem/v3/doc feed feed/history generated/state users/history
From: dnljms_at_[hidden]
Date: 2012-02-04 05:06:03
Author: danieljames
Date: 2012-02-04 05:06:01 EST (Sat, 04 Feb 2012)
New Revision: 76869
URL: http://svn.boost.org/trac/boost/changeset/76869
Log:
Website: Add filesystem to release notes.
Added:
website/public_html/live/doc/libs/1_49_0_beta1/libs/filesystem/
website/public_html/live/doc/libs/1_49_0_beta1/libs/filesystem/v3/
website/public_html/live/doc/libs/1_49_0_beta1/libs/filesystem/v3/doc/
website/public_html/live/doc/libs/1_49_0_beta1/libs/filesystem/v3/doc/release_history.html (contents, props changed)
Text files modified:
website/public_html/live/feed/dev.rss | 13 +++++++++++++
website/public_html/live/feed/history/boost_1_49_0.qbk | 4 +---
website/public_html/live/generated/state/feed-pages.txt | 6 +++---
website/public_html/live/users/history/version_1_49_0.html | 13 +++++++++++++
4 files changed, 30 insertions(+), 6 deletions(-)
Added: website/public_html/live/doc/libs/1_49_0_beta1/libs/filesystem/v3/doc/release_history.html
==============================================================================
--- (empty file)
+++ website/public_html/live/doc/libs/1_49_0_beta1/libs/filesystem/v3/doc/release_history.html 2012-02-04 05:06:01 EST (Sat, 04 Feb 2012)
@@ -0,0 +1,125 @@
+<html>
+
+<head>
+<meta http-equiv="Content-Language" content="en-us">
+<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
+<meta name="ProgId" content="FrontPage.Editor.Document">
+<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
+<title>Filesystem Release History</title>
+<link rel="stylesheet" type="text/css" href="../../../../doc/src/minimal.css">
+</head>
+
+<body>
+
+<table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
+ <tr>
+ <td width="277">
+<a href="../../../../index.htm">
+<img src="../../../../boost.png" alt="boost.png (6897 bytes)" align="middle" width="300" height="86" border="0"></a></td>
+ <td align="middle">
+ <font size="7">Filesystem Release History</font>
+ </td>
+ </tr>
+</table>
+
+<table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" bgcolor="#D7EEFF" width="100%">
+ <tr>
+ <td>Boost Home
+ Library Home Reference
+ Tutorial
+ FAQ
+ Portability
+ V3 Intro
+ V3 Design
+ Deprecated
+ </td>
+ </tr>
+</table>
+
+<h2>1.49.0</h2>
+<ul>
+ <li>Fix #3714,
+ Added test cases and fixes for class path errors when assignment or append
+ used self or portion of self as source. </li>
+ <li>Fix #4889,
+ #6320, Locale codecvt_facet not thread safe on Windows. Move
+ Windows, Mac OS X, locale and codecvt facet back to namespace scope. POSIX
+ except OS X uses local static initialization (IE lazy) to ensure exceptions
+ are catchable if environmental variables are misconfigured and to avoid use of
+ locale("") if not actually used.</li>
+ <li>Fix #5652,
+ recursive_directory_iterator fails on cyclic symbolic links. Thanks to Daniel
+ Aarno for the patch.</li>
+ <li>Fix #5653,
+ recursive_directory_iterator(error_code) can still throw filesystem_error.</li>
+ <li>Fix #5900, directory_iterator
+ access violation on Windows if error is thrown. Thanks to Andreas Eckleder for the patch.</li>
+ <li>Fix <a href="https://svn.boost.org/trac/boost/ticket/5900#comment:2">#5900
+ comment 2</a>, a bug in director_iterator construction with error_code argument that
+ caused increment to be called without the ec argument being passed.</li>
+ <li>Fix #5989 by cleaning up test suite path_test.cpp code even
+ though the ticket itself was not a defect, and clarifying docs; iteration over a path yields
+ generic format.</li>
+ <li>Fix #5592, Change Windows codecvt processing from CP_THREAD_ACP to CP_ACP.</li>
+ <li>Operations function fixes for PGI compiler, thanks to Noel Belcourt.</li>
+ <li>Relax permissions test to reflect reality, particularly on the Sandia test
+ platforms.</li>
+</ul>
+
+<h2>1.48.0</h2>
+<ul>
+ <li>Added operational function canonical(),
+ suggested by David Svoboda, who also provided pseudo-code.</li>
+ <li>Added hash_value() function for
+ paths. (Daniel James)</li>
+ <li>Fix path inserter problem (#5764)
+ reported for QNX6.3.2 host (gcc-3.3.5)</li>
+ <li>Fix problem of locale("") exception being thrown before main() starts on
+ poorly configured (e.g. LANG="bad name") POSIX systems. Resolves the most
+ serious aspect of tickets
+ #4688,
+ #5100,
+ #5289.</li>
+</ul>
+
+<h2>1.47.0</h2>
+<ul>
+ <li>Program file_status.cpp added (V3). See boost-root/libs/filesystem/v3/example.
+ Useful both as an example and to explore how Boost.Filesystem treats various
+ status errors. Run "bjam" (NOT "bjam install") in the example directory
+ to install in example/bin.</li>
+</ul>
+
+<h2>1.46.1</h2>
+
+<ul>
+ <li>Fix fstream problem for STLPort masquerading as Dinkumware (#5217).</li>
+</ul>
+
+<h2>1.46.0</h2>
+<ul>
+ <li>Version 3 of the library is now the default.</li>
+ <li>IBM vacpp: Workaround for compiler bug affecting iterator_facade. (#4912)</li>
+ <li>Verify, clarify, document that <boost/config/user.hpp> can be used to
+ specify BOOST_FILESYSTEM_VERSION. (#4891)</li>
+ <li>Replaced C-style assert with BOOST_ASSERT.</li>
+ <li>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!</li>
+ <li>Cleared several GCC warnings.</li>
+ <li>Changed V2 code to use BOOST_THROW_EXCEPTION.</li>
+ <li>Windows: Fix status() to report non-symlink reparse point correctly.</li>
+ <li>Add <code>symlink_option</code> to <code>recursive_directory_iterator</code>,
+ allowing control over recursion into directory symlinks. Note that the default
+ is changed to not recurse into directory symlinks.</li>
+ <li>Reference documentation cleanup, including
+ fixing missing and broken links, and adding missing functions.</li>
+ <li>Miscellaneous implementation code cleanup. </li>
+</ul>
+<hr>
+<p>Revised
+<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->24 January, 2012<!--webbot bot="Timestamp" endspan i-checksum="38510" --></p>
+<p>© Copyright Beman Dawes, 2011</p>
+<p> Use, modification, and distribution are subject to the Boost Software
+License, Version 1.0. See <a href="/LICENSE_1_0.txt">
+www.boost.org/LICENSE_1_0.txt</a></p>
\ No newline at end of file
Modified: website/public_html/live/feed/dev.rss
==============================================================================
--- website/public_html/live/feed/dev.rss (original)
+++ website/public_html/live/feed/dev.rss 2012-02-04 05:06:01 EST (Sat, 04 Feb 2012)
@@ -95,6 +95,19 @@
</li>
<li>
<div>
+ <span class="library"><a href="http://www.boost.org/doc/libs/1_49_0_beta1/libs/filesystem/">Filesystem</a>:</span>
+ <ul>
+ <li>
+ <div>
+ See the <a href="http://www.boost.org/doc/libs/1_49_0_beta1/libs/filesystem/v3/doc/release_history.html">release
+ history</a>.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
<span class="library"><a href="http://www.boost.org/doc/libs/1_49_0_beta1/libs/geometry/">Geometry</a>:</span>
<ul>
<li>
Modified: website/public_html/live/feed/history/boost_1_49_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_49_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_49_0.qbk 2012-02-04 05:06:01 EST (Sat, 04 Feb 2012)
@@ -3,7 +3,7 @@
[source-mode c++]
[purpose
New Library: Heap.
- Updated Libraries: Chrono, Container, Geometry, Graph,
+ Updated Libraries: Chrono, Container, Filesystem, Geometry, Graph,
Icl, Interprocess, Intrusive, Lexical Cast, Locale, Move,
Property Tree, Spirit, Thread, Unordered, Uuid.
]
@@ -44,11 +44,9 @@
* Added `allocator_traits` support for both C++11 and C++03
compilers through an internal `allocator_traits` clone.
-[/
* [phrase library..[@/libs/filesystem/ Filesystem]:]
* See the
[@/libs/filesystem/v3/doc/release_history.html release history].
-]
* [phrase library..[@/libs/geometry/ Geometry]:]
* Fixed bugs
Modified: website/public_html/live/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/live/generated/state/feed-pages.txt (original)
+++ website/public_html/live/generated/state/feed-pages.txt 2012-02-04 05:06:01 EST (Sat, 04 Feb 2012)
@@ -1838,7 +1838,7 @@
-id
"version_1_49_0
-last_modified
-.1328218626.19
+.1328320017.57
-location
"users/history/version_1_49_0.html
-page_state
@@ -1851,11 +1851,11 @@
" Thread, Unordered, Uuid.
"
-qbk_hash
-"c7ffb2abf1346bc4b2724c429b405220f9a1fb3f620f736d43422aece766b483
+"082ada73551b80eeaa4c088f5fea2b1fb3244c66a371cc6bd0bc9f1bf4647b18
-release_status
"beta 1
-rss_hash
-"f7e470c33017a077318f7e13f3e9ce7900af363c988df331c4b3f1abfd60dbed
+"8a6b16b143160478c9d468e4944203eaafe20535bca042db927882ce47a49965
-title
"Version 1.49.0
-type
Modified: website/public_html/live/users/history/version_1_49_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_49_0.html (original)
+++ website/public_html/live/users/history/version_1_49_0.html 2012-02-04 05:06:01 EST (Sat, 04 Feb 2012)
@@ -134,6 +134,19 @@
</li>
<li>
<div>
+ <span class="library">Filesystem:</span>
+ <ul>
+ <li>
+ <div>
+ See the <a href="/doc/libs/1_49_0_beta1/libs/filesystem/v3/doc/release_history.html">release
+ history</a>.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
<span class="library">Geometry:</span>
<ul>
<li>
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