$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r64565 - website/public_html/beta/feed/history
From: bdawes_at_[hidden]
Date: 2010-08-03 08:56:32
Author: bemandawes
Date: 2010-08-03 08:56:31 EDT (Tue, 03 Aug 2010)
New Revision: 64565
URL: http://svn.boost.org/trac/boost/changeset/64565
Log:
Add Filesystem and System sections
Text files modified: 
   website/public_html/beta/feed/history/boost_1_44_0.qbk |    24 ++++++++++++++++++++++++                
   1 files changed, 24 insertions(+), 0 deletions(-)
Modified: website/public_html/beta/feed/history/boost_1_44_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_44_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_44_0.qbk	2010-08-03 08:56:31 EDT (Tue, 03 Aug 2010)
@@ -75,6 +75,19 @@
   [@https://svn.boost.org/trac/boost/ticket/4041 #4041],
   [@https://svn.boost.org/trac/boost/ticket/4012 #4012].
 
+* [phrase library..[@/libs/filesystem/index.html Filesystem]:]
+  * This release contains both version 2 and version 3 of the library.
+    Version 3 is a major upgrade that will break some existing user code,
+    so version 2 is the default. Users are encouraged to migrate to
+    version 3. See
+    '[@/libs/v2/doc/index.html Version 2]' and '[@/libs/v3/doc/index.html Version 3]'
+    for more information.    
+  * Fix problems with symbol visibility for shared libraries.
+  * Fix various minor problems.
+  * Fixed issues: 
+   [@https://svn.boost.org/trac/boost/ticket/3863 #3863],
+   [@https://svn.boost.org/trac/boost/ticket/4248 #4248].
+
 * [phrase library..[@/libs/fusion/index.html Fusion]:]
   * Added `fusion::reverse_fold`, `fusion::iter_fold` and
     `fusion::reverse_iter_fold`
@@ -147,6 +160,17 @@
   '[@/doc/libs/1_44_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_4.html What's New]'
   section for details.
 
+* [phrase library..[@/libs/system/index.html System]:]
+  * Change system_category and generic_category to functions, to conform to
+    the C++0x FCD. This change may cause compile errors some user code; the fix is
+    add "()" to references to system_category and generic_category, so that they
+    become function calls.    
+  * Fix problems with symbol visibility for shared libraries.
+  * Fixed issues: 
+   [@https://svn.boost.org/trac/boost/ticket/4254 #4254],
+   [@https://svn.boost.org/trac/boost/ticket/3994 #3994],
+   [@https://svn.boost.org/trac/boost/ticket/3474 #3474].
+
 * [phrase library..[@/libs/thread/index.html Thread]:]
   * Fixes for miscellaneous trac issues
     ([@https://svn.boost.org/trac/boost/ticket/2501 #2501],