$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r50774 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2009-01-25 12:41:21
Author: danieljames
Date: 2009-01-25 12:41:19 EST (Sun, 25 Jan 2009)
New Revision: 50774
URL: http://svn.boost.org/trac/boost/changeset/50774
Log:
Add release details for swap, unordered and hash.
Text files modified: 
   website/public_html/beta/feed/history.rss              |    91 ++++++++++++++++++++                    
   website/public_html/beta/feed/history/boost_1_38_0.qbk |    42 +++++---                                
   website/public_html/beta/feed/news.rss                 |   177 ++++++++++++++++++++------------------- 
   3 files changed, 205 insertions(+), 105 deletions(-)
Modified: website/public_html/beta/feed/history.rss
 Modified: website/public_html/beta/feed/history/boost_1_38_0.qbk
 Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/history.rss	(original)
+++ website/public_html/beta/feed/history.rss	2009-01-25 12:41:19 EST (Sun, 25 Jan 2009)
@@ -6,7 +6,96 @@
     <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.37.0</title><pubDate>Mon, 03 Nov 2008 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+  <item><title>Version 1.38.0</title><pubDate>$Date: 2009/01/25 17:27:12 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+      New Libraries: Flyweight, Swap Updated Libraries: Hash, Unordered
+    </span></span></boostbook:purpose><description><div class="description">
+  <div id="version_1_38_0.new_libraries">
+    <h3><span class="link">New Libraries</span></h3>
+    <ul>
+      <li>
+        <span class="library"><a href="/libs/flyweight/index.html">Flyweight</a>:</span>
+        <ul>
+          <li>
+            Design pattern to manage larque quantities of highly redundant objects,
+            from JoaquÃn M López Muñoz.
+          </li>
+        </ul>
+      </li>
+      <li>
+        <span class="library"><a href="/libs/utility/swap.html">Swap</a>:</span>
+        <ul>
+          <li>
+            Enhanced generic swap function., from Joseph Gauterin.
+          </li>
+        </ul>
+      </li>
+    </ul>
+  </div>
+  <div id="version_1_38_0.updated_libraries">
+    <h3><span class="link">Updated Libraries</span></h3>
+    <ul>
+      <li>
+        <span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span>
+        <ul>
+          <li>
+            <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">detail</span><span class="special">/</span><span class="identifier">container_fwd</span><span class="special">.</span><span class="identifier">hpp</span></code> has been moved to <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">detail</span><span class="special">/</span><span class="identifier">container_fwd</span><span class="special">.</span><span class="identifier">hpp</span></code>. The current location is d
eprecated.
+          </li>
+          <li>
+            For more detail, see the <a href="/doc/html/hash/changes.html#hash.changes.boost_1_38_0">library
+            changelog</a>.
+          </li>
+        </ul>
+      </li>
+      <li>
+        <span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
+        <ul>
+          <li>
+            Use <a href="/libs/utility/swap.html"><code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">swap</span></code></a>.
+          </li>
+          <li>
+            Use a larger prime number list.
+          </li>
+          <li>
+            Use <a href="/libs/type_traits/doc/html/boost_typetraits/category/alignment.html">aligned
+            storage</a> to store the types.
+          </li>
+          <li>
+            Add support for C++0x initializer lists where they're available.
+          </li>
+          <li>
+            For more detail, see the <a href="/doc/html/unordered/changes.html#unordered.changes.boost_1_38_0">library
+            changelog</a>.
+          </li>
+        </ul>
+      </li>
+    </ul>
+  </div>
+  <div id="version_1_38_0.compilers_tested">
+    <h3><span class="link">Compilers Tested</span></h3>
+    <p>
+      Boost's primary test compilers are:
+    </p>
+    <ul>
+      <li>
+        <em>TODO</em>
+      </li>
+    </ul>
+    <p>
+      Boost's additional test compilers include:
+    </p>
+    <ul>
+      <li>
+        <em>TODO</em>
+      </li>
+    </ul>
+  </div>
+  <div id="version_1_38_0.acknowledgements">
+    <h3><span class="link">Acknowledgements</span></h3>
+    <p>
+      <em>TODO</em>
+    </p>
+  </div>
+</div></description></item><item><title>Version 1.37.0</title><pubDate>Mon, 03 Nov 2008 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       New Library: Proto. Updated Libraries: Asio, Circular Buffer, Dynamic Bitset,
       Exception, Hash, Interprocess, Intrusive, Math, Type Traits, Unordered
     </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=637761><description><div class="description">
==============================================================================
--- website/public_html/beta/feed/history/boost_1_38_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_38_0.qbk	2009-01-25 12:41:19 EST (Sun, 25 Jan 2009)
@@ -1,8 +1,8 @@
 [article Version 1.38.0
     [quickbook 1.4]
     [source-mode c++]
-    [purpose New Libraries: Flyweight
-        Updated Libraries: ]
+    [purpose New Libraries: Flyweight, Swap
+        Updated Libraries: Hash, Unordered]
     [authors [Dawes, Beman]]
     [last-revision ]
 ]
@@ -17,20 +17,6 @@
     1. Libraries are listed in alphabetical order.
     2. Besides the dedicated entry, the lib name should be added to the
        [purpose] section at the beginning of the page.
-
-    Example new libraries message:
-
-* [phrase library..[@/libs/accumulators/index.html Accumulators]:] Framework for
-  incremental calculation, and collection of statistical accumulators, from Eric Niebler.
-
-    Example update message:
-
-* [phrase library..[@/libs/interprocess/index.html Interprocess]:]
-  * Added anonymous shared memory for UNIX systems.
-  * Fixed missing move semantics on managed memory classes.
-  * Added copy_on_write and open_read_only options for shared memory
-    and mapped file managed classes.
-  * `shared_ptr` is movable and supports aliasing.
 ]
 
 [section New Libraries]
@@ -39,11 +25,33 @@
   * Design pattern to manage larque quantities of highly redundant objects,
     from Joaqu'''í'''n M L'''ó'''pez Mu'''ñ'''oz.
 
+* [phrase library..[@/libs/utility/swap.html Swap]:]
+  * Enhanced generic swap function.,
+    from Joseph Gauterin.
+
 [endsect]
 
 [section Updated Libraries]
 
-* /TODO/
+* [phrase library..[@/libs/functional/hash/index.html Hash]:]
+  * `boost/functional/detail/container_fwd.hpp` has been moved to
+    `boost/detail/container_fwd.hpp`.
+    The current location is deprecated.
+  * For more detail, see the
+    [@/doc/html/hash/changes.html#hash.changes.boost_1_38_0
+    library changelog].
+
+* [phrase library..[@/libs/unordered/index.html Unordered]:]
+  * Use [@/libs/utility/swap.html `boost::swap`].
+  * Use a larger prime number list for selecting the number of buckets.
+  * Use
+    [@/libs/type_traits/doc/html/boost_typetraits/category/alignment.html
+    aligned storage] to store the types.
+  * Add support for C++0x initializer lists where they're available.
+  * For more detail, see the
+    [@/doc/html/unordered/changes.html#unordered.changes.boost_1_38_0
+    library changelog].
+
 
 [endsect]
 
==============================================================================
--- website/public_html/beta/feed/news.rss	(original)
+++ website/public_html/beta/feed/news.rss	2009-01-25 12:41:19 EST (Sun, 25 Jan 2009)
@@ -6,7 +6,96 @@
     <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.37.0</title><pubDate>Mon, 03 Nov 2008 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+  <item><title>Version 1.38.0</title><pubDate>$Date: 2009/01/25 17:27:12 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+      New Libraries: Flyweight, Swap Updated Libraries: Hash, Unordered
+    </span></span></boostbook:purpose><description><div class="description">
+  <div id="version_1_38_0.new_libraries">
+    <h3><span class="link">New Libraries</span></h3>
+    <ul>
+      <li>
+        <span class="library"><a href="/libs/flyweight/index.html">Flyweight</a>:</span>
+        <ul>
+          <li>
+            Design pattern to manage larque quantities of highly redundant objects,
+            from JoaquÃn M López Muñoz.
+          </li>
+        </ul>
+      </li>
+      <li>
+        <span class="library"><a href="/libs/utility/swap.html">Swap</a>:</span>
+        <ul>
+          <li>
+            Enhanced generic swap function., from Joseph Gauterin.
+          </li>
+        </ul>
+      </li>
+    </ul>
+  </div>
+  <div id="version_1_38_0.updated_libraries">
+    <h3><span class="link">Updated Libraries</span></h3>
+    <ul>
+      <li>
+        <span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span>
+        <ul>
+          <li>
+            <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">detail</span><span class="special">/</span><span class="identifier">container_fwd</span><span class="special">.</span><span class="identifier">hpp</span></code> has been moved to <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">detail</span><span class="special">/</span><span class="identifier">container_fwd</span><span class="special">.</span><span class="identifier">hpp</span></code>. The current location is d
eprecated.
+          </li>
+          <li>
+            For more detail, see the <a href="/doc/html/hash/changes.html#hash.changes.boost_1_38_0">library
+            changelog</a>.
+          </li>
+        </ul>
+      </li>
+      <li>
+        <span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
+        <ul>
+          <li>
+            Use <a href="/libs/utility/swap.html"><code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">swap</span></code></a>.
+          </li>
+          <li>
+            Use a larger prime number list.
+          </li>
+          <li>
+            Use <a href="/libs/type_traits/doc/html/boost_typetraits/category/alignment.html">aligned
+            storage</a> to store the types.
+          </li>
+          <li>
+            Add support for C++0x initializer lists where they're available.
+          </li>
+          <li>
+            For more detail, see the <a href="/doc/html/unordered/changes.html#unordered.changes.boost_1_38_0">library
+            changelog</a>.
+          </li>
+        </ul>
+      </li>
+    </ul>
+  </div>
+  <div id="version_1_38_0.compilers_tested">
+    <h3><span class="link">Compilers Tested</span></h3>
+    <p>
+      Boost's primary test compilers are:
+    </p>
+    <ul>
+      <li>
+        <em>TODO</em>
+      </li>
+    </ul>
+    <p>
+      Boost's additional test compilers include:
+    </p>
+    <ul>
+      <li>
+        <em>TODO</em>
+      </li>
+    </ul>
+  </div>
+  <div id="version_1_38_0.acknowledgements">
+    <h3><span class="link">Acknowledgements</span></h3>
+    <p>
+      <em>TODO</em>
+    </p>
+  </div>
+</div></description></item><item><title>Version 1.37.0</title><pubDate>Mon, 03 Nov 2008 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       New Library: Proto. Updated Libraries: Asio, Circular Buffer, Dynamic Bitset,
       Exception, Hash, Interprocess, Intrusive, Math, Type Traits, Unordered
     </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=637761><description><div class="description">
@@ -1086,91 +1175,5 @@
     appreciate all the work Daniel James to translate content without which the web
     site would be a much emptier place.
   </p>
-</div></description></item><item><title>Version 1.34.1</title><pubDate>Tue, 24 Jul 2007 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
-      Bugfix Release.
-    </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=527428><description><div class="description">
-  
-  <p>
-    This is a bug fix release addressing many problems with the 1.34.0 release. It
-    is a recommended upgrade for all users of Boost 1.34.0. For a complete list of
-    fixes see <a href="http://svn.boost.org/trac/boost/query?status=closed&amp;milestone=Boost+1.34.1">Boost
-    Trac</a>.
-  </p>
-  <div id="version_1_34_1.supported_compilers">
-    <h3><span class="link">Supported Compilers</span></h3>
-    <p>
-      New in this release is improved support for the IBM XL C/C++ compiler.
-    </p>
-    <p>
-      Boost is tested on a wide range of compilers and platforms. Since Boost libraries
-      rely on modern C++ features not available in all compilers, not all Boost libraries
-      will work with every compiler. New in this release The following compilers
-      and platforms have been extensively tested with Boost, although many other
-      compilers and platforms will work as well. For more information, see the <a href="http://www.boost.org/regression/release/user/">regression test results</a>.
-    </p>
-    <ul>
-      <li>
-        <a href="http://developer.apple.com/">Apple GCC</a> 4.0.1 on Mac OS
-        X.
-      </li>
-      <li>
-        <a href="http://www.codegear.com/products/cppbuilder">Borland C++</a>
-        5.8.2 on Windows.
-      </li>
-      <li>
-        <a href="http://gcc.gnu.org/">GNU C++</a>
-        <ul>
-          <li>
-            3.2.x., 3.3.x, 3.4.x, 4.0.x, 4.1.x on Linux
-          </li>
-          <li>
-            4.1.x on Solaris
-          </li>
-          <li>
-            3.4.x on Windows
-          </li>
-        </ul>
-      </li>
-      <li>
-        <a href="http://h30097.www3.hp.com/cplus/">HP C++ for Tru64 UNIX 7.1</a>.
-      </li>
-      <li>
-        <a href="http://www.hp.com/go/c++">HP aC++ A.06.14</a>.
-      </li>
-      <li>
-        <a href="http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm">Intel
-        C++</a> 9.1 on Windows, 9.0 on Linux.
-      </li>
-      <li>
-        <a href="http://www.metrowerks.com/">Metrowerks CodeWarrior</a> 9.4
-        on Windows.
-      </li>
-      <li>
-        <a href="http://msdn.microsoft.com/visualc/">Microsoft Visual C++</a>
-        6.0 (sp5, with and without STLport), 7.0, 7.1, 8.0. Note: Boost does not
-        support the non-standard &quot;Safe&quot; C++ Library shipping with Visual
-        C++ 8.0, which may result in many spurious warnings from Boost headers and
-        other standards-conforming C++ code. To suppress these warnings, define the
-        macro <code><span class="identifier">_SCL_SECURE_NO_DEPRECATE</span></code>.
-      </li>
-      <li>
-        <a href="http://developers.sun.com/sunstudio/index.jsp">Sun Studio 11</a>
-        on Solaris.
-      </li>
-    </ul>
-  </div>
-  <div id="version_1_34_1.acknowledgements">
-    <h3><span class="link">Acknowledgements</span></h3>
-    <p>
-      <a href="/users/people/thomas_witt.html">Thomas Witt</a> managed this
-      release.
-    </p>
-    <p>
-      A great number of people contributed their time and expertise to make this
-      release possible. Special thanks go to Kim Barrett consolidating Boost.Iostreams
-      changes from various branches and Rene Rivera for general build and installation
-      support.
-    </p>
-  </div>
 </div></description></item></channel>
 </rss>
\ No newline at end of file
 
$include_dir="/home/hyper-archives/boost-commit/include";
include("$include_dir/msg-footer.inc");
?>