Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-10-27 11:05:03


Author: grafik
Date: 2007-10-27 11:05:03 EDT (Sat, 27 Oct 2007)
New Revision: 40501
URL: http://svn.boost.org/trac/boost/changeset/40501

Log:
Output text description instead of xml.
Text files modified:
   website/public_html/beta/feed/downloads.rss | 250 +++++++++++++++++++-------------------
   website/public_html/beta/feed/news.rss | 260 ++++++++++++++++++++--------------------
   2 files changed, 255 insertions(+), 255 deletions(-)

Modified: website/public_html/beta/feed/downloads.rss
==============================================================================
--- website/public_html/beta/feed/downloads.rss (original)
+++ website/public_html/beta/feed/downloads.rss 2007-10-27 11:05:03 EDT (Sat, 27 Oct 2007)
@@ -6,166 +6,166 @@
     <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>Boost 1.33.1</title><pubDate>Mon, 5 Dec 2005 18:00:00 GMT</pubDate><description><span class="purpose">
- http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=376197
- </span><hr/>
- <div id="boost_1_33_1.updated_libraries">
- <h3><span class="link">Updated Libraries</span></h3>
- <ul>
- <li>
- <span class="library">Any Library:</span> Cast to reference
- types introduced in 1.33.0 is now documented on <code><span class="identifier">any_cast</span></code>
+ <item><title>Boost 1.33.1</title><pubDate>Mon, 5 Dec 2005 18:00:00 GMT</pubDate><description>&lt;div class=&quot;description&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ &lt;a href=&quot;http://sourceforge.net/project/showfiles.php?group_id=7586&amp;amp;package_id=8041&amp;amp;release_id=376197&quot;&gt;http://sourceforge.net/project/showfiles.php?group_id=7586&amp;amp;package_id=8041&amp;amp;release_id=376197&lt;/a&gt;
+ &lt;/span&gt;&lt;hr/&gt;
+ &lt;div id=&quot;boost_1_33_1.updated_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;doc/html/any.html&quot;&gt;Any Library&lt;/a&gt;:&lt;/span&gt; Cast to reference
+ types introduced in 1.33.0 is now documented on &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;any_cast&lt;/span&gt;&lt;/code&gt;
         documentation page.
- </li>
- <li>
- <span class="library">Config Library:</span> Don't undef
- <code><span class="identifier">BOOST_LIB_TOOLSET</span></code> after use.
- </li>
- <li>
- <span class="library">Boost.Python:</span>
- <ul>
- <li>
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/config/index.html&quot;&gt;Config Library&lt;/a&gt;:&lt;/span&gt; Don't undef
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_LIB_TOOLSET&lt;/span&gt;&lt;/code&gt; after use.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/python/doc/index.html&quot;&gt;Boost.Python&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             The build now assumes Python 2.4 by default, rather than 2.2
- </li>
- <li>
+ &lt;/li&gt;
+ &lt;li&gt;
             Support Python that's built without Unicode support
- </li>
- <li>
- Support for wrapping classes with overloaded address-of (<code><span class="special">&amp;</span></code>) operators
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Smart Pointer Library:</span> Fixed
+ &lt;/li&gt;
+ &lt;li&gt;
+ Support for wrapping classes with overloaded address-of (&lt;code&gt;&lt;span class=&quot;special&quot;&gt;&amp;amp;&lt;/span&gt;&lt;/code&gt;) operators
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/smart_ptr/index.html&quot;&gt;Smart Pointer Library&lt;/a&gt;:&lt;/span&gt; Fixed
         problems under Metrowerks CodeWarrior on PowerPC (Mac OS X) with inlining
         on, GNU GCC on PowerPC 64.
- </li>
- <li>
- <span class="library">Regex Library:</span> Fixed
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/regex/doc/index.html&quot;&gt;Regex Library&lt;/a&gt;:&lt;/span&gt; Fixed
         the supplied makefiles, and other small compiler specific changes. Refer
- to the regex history page
+ to the &lt;a href=&quot;libs/regex/doc/history.html&quot;&gt;regex history page&lt;/a&gt;
         for more information on these and other small changes.
- </li>
- <li>
- <span class="library">Iostreams Library:</span>
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/iostreams/doc/index.html&quot;&gt;Iostreams Library&lt;/a&gt;:&lt;/span&gt;
   Improved
- the interface for accessing a chain's components, added <code><span class="identifier">is_open</span></code>
+ the interface for accessing a chain's components, added &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;is_open&lt;/span&gt;&lt;/code&gt;
         members to the file and file descriptor devices, fixed memory-mapped files
         on Windows, and made minor changes to the documentation.
- </li>
- <li>
- <span class="library">Functional/Hash Library:</span>
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/functional/hash/index.html&quot;&gt;Functional/Hash Library&lt;/a&gt;:&lt;/span&gt;
   Fixed
         the points example.
- </li>
- <li>
- <span class="library"><a href="libs/multi_index/doc/index.html">Multi-index Containers
- Library</a>:</span>
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/multi_index/doc/index.html&quot;&gt;Multi-index Containers
+ Library&lt;/a&gt;:&lt;/span&gt;
   Fixed a problem with multithreaded code, and other minor
- changes. Refer to the library <a href="libs/multi_index/doc/release_notes.html#boost_1_33_1">release
- notes</a> for further details.
- </li>
- <li>
- <span class="library">Graph Library:</span>
- <ul>
- <li>
- Fixed a problem with the relaxed heap on x86 Linux (fixes bug in <code><span class="identifier">dijkstra_shortest_paths</span></code>).
- </li>
- <li>
- Fixed problems with cuthill_mckee_ordering and
- king_ordering
+ changes. Refer to the library &lt;a href=&quot;libs/multi_index/doc/release_notes.html#boost_1_33_1&quot;&gt;release
+ notes&lt;/a&gt; for further details.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/graph/doc/table_of_contents.html&quot;&gt;Graph Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Fixed a problem with the relaxed heap on x86 Linux (fixes bug in &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;dijkstra_shortest_paths&lt;/span&gt;&lt;/code&gt;).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Fixed problems with &lt;a href=&quot;libs/graph/doc/cuthill_mckee_ordering.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;cuthill_mckee_ordering&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; and
+ &lt;a href=&quot;libs/graph/doc/king_ordering.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;king_ordering&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
             producing no results.
- </li>
- <li>
- Added <code><span class="identifier">color_map</span></code> parameter
- to <code><span class="identifier">dijkstra_shortest_paths</span></code>.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Signals Library:</span> Fixed
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;color_map&lt;/span&gt;&lt;/code&gt; parameter
+ to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;dijkstra_shortest_paths&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/signals/doc/index.html&quot;&gt;Signals Library&lt;/a&gt;:&lt;/span&gt; Fixed
         problems with the use of Signals across shared library boundaries.
- </li>
- <li>
- <span class="library">Thread library:</span>
- <code><span class="identifier">read_write_mutex</span></code> has been removed due to
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/thread/doc/index.html&quot;&gt;Thread library&lt;/a&gt;:&lt;/span&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;read_write_mutex&lt;/span&gt;&lt;/code&gt; has been removed due to
         problems with deadlocks.
- </li>
- <li>
- <span class="library">Wave library (V1.2.1):</span> Fixed
- a couple of problems, refer to the <a href="libs/wave/ChangeLog">change
- log</a> for further details.
- </li>
- </ul>
- </div>
- <div id="boost_1_33_1.supported_compilers">
- <h3><span class="link">Supported Compilers</span></h3>
- <p>
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/wave/index.html&quot;&gt;Wave library&lt;/a&gt; (V1.2.1):&lt;/span&gt; Fixed
+ a couple of problems, refer to the &lt;a href=&quot;libs/wave/ChangeLog&quot;&gt;change
+ log&lt;/a&gt; for further details.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;boost_1_33_1.supported_compilers&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Supported Compilers&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
       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. 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>
+ will work as well. For more information, see the &lt;a href=&quot;http://www.boost.org/regression/release/user/&quot;&gt;regression
+ test results&lt;/a&gt;.
+ &lt;/p&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
         New for this release*: Support for building with the newest STLport-5.0 was
         added. The support includes building with MinGW Runtime 3.8 plus STLport-5.0
         improved to support wide character operations. Apple GCC 4.0, HP Tru64 C++,
         and Microsoft Visual C++ 8.0 are supported platforms. We have added an experimental
- autoconf-like <tt>configure</tt> script for Unix-like systems:
- run <tt>configure --help</tt> for more information.
- </li>
- <li>
- Apple GCC 3.3, 4.0 on Mac
+ autoconf-like &lt;tt&gt;configure&lt;/tt&gt; script for Unix-like systems:
+ run &lt;tt&gt;configure --help&lt;/tt&gt; for more information.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://developer.apple.com/&quot;&gt;Apple GCC&lt;/a&gt; 3.3, 4.0 on Mac
         OS X.
- </li>
- <li>
- Borland C++
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.borland.com/us/products/cbuilder/&quot;&gt;Borland C++&lt;/a&gt;
         5.6.4 on Windows.
- </li>
- <li>
- GNU C++ 2.95.3 (with and without
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://gcc.gnu.org&quot;&gt;GNU C++&lt;/a&gt; 2.95.3 (with and without
         STLport), 3.2.x., 3.3.x, 3.4.x, 4.0.x on Windows, Linux and Solaris.
- </li>
- <li>
- HP C++ for Tru64 UNIX 7.1.
- </li>
- <li>
- <a href="http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm">Intel
- C++</a> 8.1, 9.0 on Windows, Linux.
- </li>
- <li>
- Metrowerks CodeWarrior 8.3,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://h30097.www3.hp.com/cplus/&quot;&gt;HP C++ for Tru64 UNIX 7.1&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm&quot;&gt;Intel
+ C++&lt;/a&gt; 8.1, 9.0 on Windows, Linux.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.metrowerks.com&quot;&gt;Metrowerks CodeWarrior&lt;/a&gt; 8.3,
         9.4, 9.5 on Mac OS X and Windows.
- </li>
- <li>
- Microsoft Visual C++
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://msdn.microsoft.com/visualc/&quot;&gt;Microsoft Visual C++&lt;/a&gt;
         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
+ support the non-standard &amp;quot;Safe&amp;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>
- </ul>
- </div>
- <div id="boost_1_33_1.acknowledgements">
- <h3><span class="link">Acknowledgements</span></h3>
- <p>
- <img alt="Medieval Mr. Gregor" src="/gfx/boost_1_33_0.jpg"/>
-<a href="/people/doug_gregor.html">Douglas
- Gregor</a> managed this release.
- </p>
- <p>
+ macro &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;_SCL_SECURE_NO_DEPRECATE&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;boost_1_33_1.acknowledgements&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Acknowledgements&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ &lt;img alt=&quot;Medieval Mr. Gregor&quot; src=&quot;/gfx/boost_1_33_0.jpg&quot;/&gt;
+&lt;a href=&quot;/people/doug_gregor.html&quot;&gt;Douglas
+ Gregor&lt;/a&gt; managed this release.
+ &lt;/p&gt;
+ &lt;p&gt;
       A great number of people contributed their time and expertise to make this
       release possible. Special thanks go to Aleksey Gurtovoy and Misha Bergal, who
       managed to keep the regression testing system working throughout the release
       process; David Abrahams, Beman Dawes, Aleksey Gurtovoy, Bronek Kozicki, Rene
       Rivera and Jonathan Turkanis for greatly improving the quality of this release;
- Rene Rivera for the new Boost web page design; and Zoltan &quot;cad&quot; Juhasz
+ Rene Rivera for the new Boost web page design; and Zoltan &amp;quot;cad&amp;quot; Juhasz
       for the new Boost logo.
- </p>
- </div>
-</description></item></channel>
+ &lt;/p&gt;
+ &lt;/div&gt;
+&lt;/div&gt;</description></item></channel>
 </rss>
\ No newline at end of file

Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2007-10-27 11:05:03 EDT (Sat, 27 Oct 2007)
@@ -6,177 +6,177 @@
     <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>asio Formal Review Begins</title><pubDate>Sun, 10 Dec 2006 12:00:00 GMT</pubDate><description><span class="purpose">
- The review will run until Friday December 23rd. The Boost.Asio
+ <item><title>asio Formal Review Begins</title><pubDate>Sun, 10 Dec 2006 12:00:00 GMT</pubDate><description>&lt;div class=&quot;description&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ The review will run until Friday December 23rd. The &lt;a href=&quot;http://asio.sourceforge.net/&quot;&gt;Boost.Asio&lt;/a&gt;
       library is intended for programmers using C++ for systems programming, where
       access to operating system functionality such as networking is often required.
- </span><hr/>
- <p>
- The review will run until Friday December 23rd. The Boost.Asio
+ &lt;/span&gt;&lt;hr/&gt;
+ &lt;p&gt;
+ The review will run until Friday December 23rd. The &lt;a href=&quot;http://asio.sourceforge.net/&quot;&gt;Boost.Asio&lt;/a&gt;
     library is intended for programmers using C++ for systems programming, where
     access to operating system functionality such as networking is often required.
- </p>
-</description></item><item><title>Version 1.33.1</title><pubDate>Tue, 5 Dec 2006 12:00:00 GMT</pubDate><description><span class="purpose">
+ &lt;/p&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.33.1</title><pubDate>Tue, 5 Dec 2006 12:00:00 GMT</pubDate><description>&lt;div class=&quot;description&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Any, Config, Python, Smart Pointer, Regex, Iostreams, Functional/Hash,
       Multi-index Containers, Graph, Signals, Thread, and Wave.
- </span><hr/>
- <div id="version_1_33_1.updated_libraries">
- <h3><span class="link">Updated Libraries</span></h3>
- <ul>
- <li>
- <span class="library">Any Library:</span> Cast to reference
- types introduced in 1.33.0 is now documented on <code><span class="identifier">any_cast</span></code>
+ &lt;/span&gt;&lt;hr/&gt;
+ &lt;div id=&quot;version_1_33_1.updated_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;doc/html/any.html&quot;&gt;Any Library&lt;/a&gt;:&lt;/span&gt; Cast to reference
+ types introduced in 1.33.0 is now documented on &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;any_cast&lt;/span&gt;&lt;/code&gt;
         documentation page.
- </li>
- <li>
- <span class="library">Config Library:</span> Don't undef
- <code><span class="identifier">BOOST_LIB_TOOLSET</span></code> after use.
- </li>
- <li>
- <span class="library">Boost.Python:</span>
- <ul>
- <li>
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/config/index.html&quot;&gt;Config Library&lt;/a&gt;:&lt;/span&gt; Don't undef
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_LIB_TOOLSET&lt;/span&gt;&lt;/code&gt; after use.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/python/doc/index.html&quot;&gt;Boost.Python&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             The build now assumes Python 2.4 by default, rather than 2.2
- </li>
- <li>
+ &lt;/li&gt;
+ &lt;li&gt;
             Support Python that's built without Unicode support
- </li>
- <li>
- Support for wrapping classes with overloaded address-of (<code><span class="special">&amp;</span></code>) operators
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Smart Pointer Library:</span> Fixed
+ &lt;/li&gt;
+ &lt;li&gt;
+ Support for wrapping classes with overloaded address-of (&lt;code&gt;&lt;span class=&quot;special&quot;&gt;&amp;amp;&lt;/span&gt;&lt;/code&gt;) operators
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/smart_ptr/index.html&quot;&gt;Smart Pointer Library&lt;/a&gt;:&lt;/span&gt; Fixed
         problems under Metrowerks CodeWarrior on PowerPC (Mac OS X) with inlining
         on, GNU GCC on PowerPC 64.
- </li>
- <li>
- <span class="library">Regex Library:</span> Fixed
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/regex/doc/index.html&quot;&gt;Regex Library&lt;/a&gt;:&lt;/span&gt; Fixed
         the supplied makefiles, and other small compiler specific changes. Refer
- to the regex history page
+ to the &lt;a href=&quot;libs/regex/doc/history.html&quot;&gt;regex history page&lt;/a&gt;
         for more information on these and other small changes.
- </li>
- <li>
- <span class="library">Iostreams Library:</span>
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/iostreams/doc/index.html&quot;&gt;Iostreams Library&lt;/a&gt;:&lt;/span&gt;
   Improved
- the interface for accessing a chain's components, added <code><span class="identifier">is_open</span></code>
+ the interface for accessing a chain's components, added &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;is_open&lt;/span&gt;&lt;/code&gt;
         members to the file and file descriptor devices, fixed memory-mapped files
         on Windows, and made minor changes to the documentation.
- </li>
- <li>
- <span class="library">Functional/Hash Library:</span>
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/functional/hash/index.html&quot;&gt;Functional/Hash Library&lt;/a&gt;:&lt;/span&gt;
   Fixed
         the points example.
- </li>
- <li>
- <span class="library"><a href="libs/multi_index/doc/index.html">Multi-index Containers
- Library</a>:</span>
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/multi_index/doc/index.html&quot;&gt;Multi-index Containers
+ Library&lt;/a&gt;:&lt;/span&gt;
   Fixed a problem with multithreaded code, and other minor
- changes. Refer to the library <a href="libs/multi_index/doc/release_notes.html#boost_1_33_1">release
- notes</a> for further details.
- </li>
- <li>
- <span class="library">Graph Library:</span>
- <ul>
- <li>
- Fixed a problem with the relaxed heap on x86 Linux (fixes bug in <code><span class="identifier">dijkstra_shortest_paths</span></code>).
- </li>
- <li>
- Fixed problems with cuthill_mckee_ordering and
- king_ordering
+ changes. Refer to the library &lt;a href=&quot;libs/multi_index/doc/release_notes.html#boost_1_33_1&quot;&gt;release
+ notes&lt;/a&gt; for further details.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/graph/doc/table_of_contents.html&quot;&gt;Graph Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Fixed a problem with the relaxed heap on x86 Linux (fixes bug in &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;dijkstra_shortest_paths&lt;/span&gt;&lt;/code&gt;).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Fixed problems with &lt;a href=&quot;libs/graph/doc/cuthill_mckee_ordering.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;cuthill_mckee_ordering&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; and
+ &lt;a href=&quot;libs/graph/doc/king_ordering.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;king_ordering&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
             producing no results.
- </li>
- <li>
- Added <code><span class="identifier">color_map</span></code> parameter
- to <code><span class="identifier">dijkstra_shortest_paths</span></code>.
- </li>
- </ul>
- </li>
- <li>
- <span class="library">Signals Library:</span> Fixed
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;color_map&lt;/span&gt;&lt;/code&gt; parameter
+ to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;dijkstra_shortest_paths&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/signals/doc/index.html&quot;&gt;Signals Library&lt;/a&gt;:&lt;/span&gt; Fixed
         problems with the use of Signals across shared library boundaries.
- </li>
- <li>
- <span class="library">Thread library:</span>
- <code><span class="identifier">read_write_mutex</span></code> has been removed due to
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/thread/doc/index.html&quot;&gt;Thread library&lt;/a&gt;:&lt;/span&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;read_write_mutex&lt;/span&gt;&lt;/code&gt; has been removed due to
         problems with deadlocks.
- </li>
- <li>
- <span class="library">Wave library (V1.2.1):</span> Fixed
- a couple of problems, refer to the <a href="libs/wave/ChangeLog">change
- log</a> for further details.
- </li>
- </ul>
- </div>
- <div id="version_1_33_1.supported_compilers">
- <h3><span class="link">Supported Compilers</span></h3>
- <p>
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/wave/index.html&quot;&gt;Wave library&lt;/a&gt; (V1.2.1):&lt;/span&gt; Fixed
+ a couple of problems, refer to the &lt;a href=&quot;libs/wave/ChangeLog&quot;&gt;change
+ log&lt;/a&gt; for further details.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_33_1.supported_compilers&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Supported Compilers&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
       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. 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>
+ will work as well. For more information, see the &lt;a href=&quot;http://www.boost.org/regression/release/user/&quot;&gt;regression
+ test results&lt;/a&gt;.
+ &lt;/p&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
         New for this release*: Support for building with the newest STLport-5.0 was
         added. The support includes building with MinGW Runtime 3.8 plus STLport-5.0
         improved to support wide character operations. Apple GCC 4.0, HP Tru64 C++,
         and Microsoft Visual C++ 8.0 are supported platforms. We have added an experimental
- autoconf-like <tt>configure</tt> script for Unix-like systems:
- run <tt>configure --help</tt> for more information.
- </li>
- <li>
- Apple GCC 3.3, 4.0 on Mac
+ autoconf-like &lt;tt&gt;configure&lt;/tt&gt; script for Unix-like systems:
+ run &lt;tt&gt;configure --help&lt;/tt&gt; for more information.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://developer.apple.com/&quot;&gt;Apple GCC&lt;/a&gt; 3.3, 4.0 on Mac
         OS X.
- </li>
- <li>
- Borland C++
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.borland.com/us/products/cbuilder/&quot;&gt;Borland C++&lt;/a&gt;
         5.6.4 on Windows.
- </li>
- <li>
- GNU C++ 2.95.3 (with and without
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://gcc.gnu.org&quot;&gt;GNU C++&lt;/a&gt; 2.95.3 (with and without
         STLport), 3.2.x., 3.3.x, 3.4.x, 4.0.x on Windows, Linux and Solaris.
- </li>
- <li>
- HP C++ for Tru64 UNIX 7.1.
- </li>
- <li>
- <a href="http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm">Intel
- C++</a> 8.1, 9.0 on Windows, Linux.
- </li>
- <li>
- Metrowerks CodeWarrior 8.3,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://h30097.www3.hp.com/cplus/&quot;&gt;HP C++ for Tru64 UNIX 7.1&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm&quot;&gt;Intel
+ C++&lt;/a&gt; 8.1, 9.0 on Windows, Linux.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.metrowerks.com&quot;&gt;Metrowerks CodeWarrior&lt;/a&gt; 8.3,
         9.4, 9.5 on Mac OS X and Windows.
- </li>
- <li>
- Microsoft Visual C++
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://msdn.microsoft.com/visualc/&quot;&gt;Microsoft Visual C++&lt;/a&gt;
         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
+ support the non-standard &amp;quot;Safe&amp;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>
- </ul>
- </div>
- <div id="version_1_33_1.acknowledgements">
- <h3><span class="link">Acknowledgements</span></h3>
- <p>
- <span class="inset-left"><img alt="Medieval Mr. Gregor" src="/gfx/boost_1_33_0.jpg"/></span>
-<a href="/people/doug_gregor.html">Douglas
- Gregor</a> managed this release.
- </p>
- <p>
+ macro &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;_SCL_SECURE_NO_DEPRECATE&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_33_1.acknowledgements&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Acknowledgements&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ &lt;span class=&quot;inset-left&quot;&gt;&lt;img alt=&quot;Medieval Mr. Gregor&quot; src=&quot;/gfx/boost_1_33_0.jpg&quot;/&gt;&lt;/span&gt;
+&lt;a href=&quot;/people/doug_gregor.html&quot;&gt;Douglas
+ Gregor&lt;/a&gt; managed this release.
+ &lt;/p&gt;
+ &lt;p&gt;
       A great number of people contributed their time and expertise to make this
       release possible. Special thanks go to Aleksey Gurtovoy and Misha Bergal, who
       managed to keep the regression testing system working throughout the release
       process; David Abrahams, Beman Dawes, Aleksey Gurtovoy, Bronek Kozicki, Rene
       Rivera and Jonathan Turkanis for greatly improving the quality of this release;
- Rene Rivera for the new Boost web page design; and Zoltan &quot;cad&quot; Juhasz
+ Rene Rivera for the new Boost web page design; and Zoltan &amp;quot;cad&amp;quot; Juhasz
       for the new Boost logo.
- </p>
- </div>
-</description></item></channel>
+ &lt;/p&gt;
+ &lt;/div&gt;
+&lt;/div&gt;</description></item></channel>
 </rss>
\ No newline at end of file


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