$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r64576 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2010-08-03 13:22:59
Author: danieljames
Date: 2010-08-03 13:22:58 EDT (Tue, 03 Aug 2010)
New Revision: 64576
URL: http://svn.boost.org/trac/boost/changeset/64576
Log:
Rebuild release notes.
Text files modified: 
   website/public_html/beta/feed/history-hashes.txt       |     2                                         
   website/public_html/beta/feed/history.rss              |    64 +++++++++++++++++++++++++++++++++++++++ 
   website/public_html/beta/feed/history/boost_1_44_0.qbk |     3 +                                       
   website/public_html/beta/feed/news-hashes.txt          |     2                                         
   website/public_html/beta/feed/news.rss                 |    64 +++++++++++++++++++++++++++++++++++++++ 
   5 files changed, 130 insertions(+), 5 deletions(-)
Modified: website/public_html/beta/feed/history-hashes.txt
==============================================================================
--- website/public_html/beta/feed/history-hashes.txt	(original)
+++ website/public_html/beta/feed/history-hashes.txt	2010-08-03 13:22:58 EDT (Tue, 03 Aug 2010)
@@ -52,5 +52,5 @@
 history/boost_1_41_0.qbk,826427c5daba1dc00aea14a2c57c6141dcdba4fc383c1c4616beb57d0c79aee5,4e919f57c667fec2e599d48c69b30bb2f10a7dd1d8ba551efbac83131c0ffa34
 history/boost_1_42_0.qbk,36765d15b10a22aaa541044a5109f9f4d7366b9f54809f44d55e1d9d162a1537,0c0c2b687cdb2ef6680aad359a9f3eb4fb002fe14363041906ec585663211521
 history/boost_1_43_0.qbk,242b5e8f79076daf044d3298e84c5e6afce6f075c9ea94a80bb55ad5ee49b45a,26924935e36618f705723425e30a045ff0d06a13ec27645115ad490f744ef9c3
-history/boost_1_44_0.qbk,4b66f20b5800865fbdb38ca9264ea5828b0043fdb614fa0c6f4c88a0e7c69a4b,4eeeceed258bc87dbe74c524ab4c36e1fe8dc3bc85a4fec600e5ec30e28d1e74
+history/boost_1_44_0.qbk,30ac58d6d36bf08676149ec26441159e4386061860568c15c9d60776a8924853,d6715293f6110049dffeeb312171189c1bdca9decf9ac2890b11929549e059ee
 history/unversioned.qbk,2810bfebb2d0739fad2f520df2c386dde484dd28bcd117422b9a95f6df449d8e,8002a54cd484904089f5ece182b03e50d50160c1e1e6b276be44bcf91c8214fb
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss	(original)
+++ website/public_html/beta/feed/history.rss	2010-08-03 13:22:58 EDT (Tue, 03 Aug 2010)
@@ -6,7 +6,7 @@
     <description/>
     <language>en-us</language>
     <copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
-  <item><title>Version 1.44.0</title><pubDate>$Date: 2010/07/31 11:38:50 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+  <item><title>Version 1.44.0</title><pubDate>$Date: 2010/08/03 17:22:15 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       New Libraries: Meta State Machine, Polygon. Updated Libraries: Asio, Config,
       Fusion, Hash, Iostreams, Math, Multi-index Containers, Regex, Spirit, Thread,
       TR1, Type Traits, uBLAS, Utility, Wave. Updates for Quickbook and Boostbook.
@@ -184,6 +184,40 @@
       </li>
       <li>
         <div>
+          <span class="library"><a href="/libs/filesystem/index.html">Filesystem</a>:</span>
+
+        </div>
+        <ul>
+          <li>
+            <div>
+              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 '<a href="/libs/filesystem/v2/doc/index.htm">Version 2</a>'
+              and '<a href="/libs/filesystem/v3/doc/index.htm">Version 3</a>'
+              for more information.
+            </div>
+          </li>
+          <li>
+            <div>
+              Fix problems with symbol visibility for shared libraries.
+            </div>
+          </li>
+          <li>
+            <div>
+              Fix various minor problems.
+            </div>
+          </li>
+          <li>
+            <div>
+              Fixed issues: <a href="https://svn.boost.org/trac/boost/ticket/3863">#3863</a>,
+              <a href="https://svn.boost.org/trac/boost/ticket/4248">#4248</a>.
+            </div>
+          </li>
+        </ul>
+      </li>
+      <li>
+        <div>
           <span class="library"><a href="/libs/fusion/index.html">Fusion</a>:</span>
 
         </div>
@@ -330,6 +364,34 @@
       </li>
       <li>
         <div>
+          <span class="library"><a href="/libs/system/index.html">System</a>:</span>
+
+        </div>
+        <ul>
+          <li>
+            <div>
+              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 &quot;()&quot; to references to system_category and
+              generic_category, so that they become function calls.
+            </div>
+          </li>
+          <li>
+            <div>
+              Fix problems with symbol visibility for shared libraries.
+            </div>
+          </li>
+          <li>
+            <div>
+              Fixed issues: <a href="https://svn.boost.org/trac/boost/ticket/4254">#4254</a>,
+              <a href="https://svn.boost.org/trac/boost/ticket/3994">#3994</a>,
+              <a href="https://svn.boost.org/trac/boost/ticket/3474">#3474</a>.
+            </div>
+          </li>
+        </ul>
+      </li>
+      <li>
+        <div>
           <span class="library"><a href="/libs/thread/index.html">Thread</a>:</span>
 
         </div>
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 13:22:58 EDT (Tue, 03 Aug 2010)
@@ -80,7 +80,8 @@
     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]'
+    '[@/libs/filesystem/v2/doc/index.htm Version 2]' and
+    '[@/libs/filesystem/v3/doc/index.htm Version 3]'
     for more information.    
   * Fix problems with symbol visibility for shared libraries.
   * Fix various minor problems.
Modified: website/public_html/beta/feed/news-hashes.txt
==============================================================================
--- website/public_html/beta/feed/news-hashes.txt	(original)
+++ website/public_html/beta/feed/news-hashes.txt	2010-08-03 13:22:58 EDT (Tue, 03 Aug 2010)
@@ -2,4 +2,4 @@
 history/boost_1_41_0.qbk,826427c5daba1dc00aea14a2c57c6141dcdba4fc383c1c4616beb57d0c79aee5,4e919f57c667fec2e599d48c69b30bb2f10a7dd1d8ba551efbac83131c0ffa34
 history/boost_1_42_0.qbk,36765d15b10a22aaa541044a5109f9f4d7366b9f54809f44d55e1d9d162a1537,0c0c2b687cdb2ef6680aad359a9f3eb4fb002fe14363041906ec585663211521
 history/boost_1_43_0.qbk,242b5e8f79076daf044d3298e84c5e6afce6f075c9ea94a80bb55ad5ee49b45a,26924935e36618f705723425e30a045ff0d06a13ec27645115ad490f744ef9c3
-history/boost_1_44_0.qbk,4b66f20b5800865fbdb38ca9264ea5828b0043fdb614fa0c6f4c88a0e7c69a4b,4eeeceed258bc87dbe74c524ab4c36e1fe8dc3bc85a4fec600e5ec30e28d1e74
+history/boost_1_44_0.qbk,30ac58d6d36bf08676149ec26441159e4386061860568c15c9d60776a8924853,d6715293f6110049dffeeb312171189c1bdca9decf9ac2890b11929549e059ee
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss	(original)
+++ website/public_html/beta/feed/news.rss	2010-08-03 13:22:58 EDT (Tue, 03 Aug 2010)
@@ -6,7 +6,7 @@
     <description/>
     <language>en-us</language>
     <copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
-  <item><title>Version 1.44.0</title><pubDate>$Date: 2010/07/31 11:38:50 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+  <item><title>Version 1.44.0</title><pubDate>$Date: 2010/08/03 17:22:15 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       New Libraries: Meta State Machine, Polygon. Updated Libraries: Asio, Config,
       Fusion, Hash, Iostreams, Math, Multi-index Containers, Regex, Spirit, Thread,
       TR1, Type Traits, uBLAS, Utility, Wave. Updates for Quickbook and Boostbook.
@@ -184,6 +184,40 @@
       </li>
       <li>
         <div>
+          <span class="library"><a href="/libs/filesystem/index.html">Filesystem</a>:</span>
+
+        </div>
+        <ul>
+          <li>
+            <div>
+              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 '<a href="/libs/filesystem/v2/doc/index.htm">Version 2</a>'
+              and '<a href="/libs/filesystem/v3/doc/index.htm">Version 3</a>'
+              for more information.
+            </div>
+          </li>
+          <li>
+            <div>
+              Fix problems with symbol visibility for shared libraries.
+            </div>
+          </li>
+          <li>
+            <div>
+              Fix various minor problems.
+            </div>
+          </li>
+          <li>
+            <div>
+              Fixed issues: <a href="https://svn.boost.org/trac/boost/ticket/3863">#3863</a>,
+              <a href="https://svn.boost.org/trac/boost/ticket/4248">#4248</a>.
+            </div>
+          </li>
+        </ul>
+      </li>
+      <li>
+        <div>
           <span class="library"><a href="/libs/fusion/index.html">Fusion</a>:</span>
 
         </div>
@@ -330,6 +364,34 @@
       </li>
       <li>
         <div>
+          <span class="library"><a href="/libs/system/index.html">System</a>:</span>
+
+        </div>
+        <ul>
+          <li>
+            <div>
+              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 &quot;()&quot; to references to system_category and
+              generic_category, so that they become function calls.
+            </div>
+          </li>
+          <li>
+            <div>
+              Fix problems with symbol visibility for shared libraries.
+            </div>
+          </li>
+          <li>
+            <div>
+              Fixed issues: <a href="https://svn.boost.org/trac/boost/ticket/4254">#4254</a>,
+              <a href="https://svn.boost.org/trac/boost/ticket/3994">#3994</a>,
+              <a href="https://svn.boost.org/trac/boost/ticket/3474">#3474</a>.
+            </div>
+          </li>
+        </ul>
+      </li>
+      <li>
+        <div>
           <span class="library"><a href="/libs/thread/index.html">Thread</a>:</span>
 
         </div>