Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58800 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2010-01-08 00:12:13


Author: danieljames
Date: 2010-01-08 00:12:12 EST (Fri, 08 Jan 2010)
New Revision: 58800
URL: http://svn.boost.org/trac/boost/changeset/58800

Log:
Unordered and iostreams release notes.
Text files modified:
   website/public_html/beta/feed/history.rss | 46 +++++++++++++++++++++++++++++++++++++++
   website/public_html/beta/feed/history/boost_1_42_0.qbk | 24 ++++++++++++++++++++
   website/public_html/beta/feed/news.rss | 46 +++++++++++++++++++++++++++++++++++++++
   3 files changed, 114 insertions(+), 2 deletions(-)

Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2010-01-08 00:12:12 EST (Fri, 08 Jan 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.42.0</title><pubDate>$Date$</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ <item><title>Version 1.42.0</title><pubDate>$Date: 2010/01/08 05:11:15 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libraries: Updated Libraries:
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.42.0/><description>&lt;div class=&quot;description&quot;&gt;
   
@@ -80,6 +80,26 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/iostreams/index.html&quot;&gt;Iostreams&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Fixed many outstanding issues. Thanks to Richard Smith for his work on
+ this. (&lt;a href=&quot;
https://svn.boost.org/trac/boost/ticket/3612&quot;&gt;#3612&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/3311&quot;&gt;#3311&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2094&quot;&gt;#2094&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/3010&quot;&gt;#3010&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2894&quot;&gt;#2894&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/3011&quot;&gt;#3011&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/3352&quot;&gt;#3352&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/3505&quot;&gt;#3505&lt;/a&gt;).
+ &lt;/li&gt;
+ &lt;li&gt;
+ For more information see the &lt;a href=&quot;/libs/iostreams/doc/release_notes.html&quot;&gt;library
+ release notes&lt;/a&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/program_options/index.html&quot;&gt;Program.Options&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -152,6 +172,30 @@
           &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/unordered/index.html&quot;&gt;Unordered&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Support instantiating the containers with incomplete value types.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Add &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;erase_return_void&lt;/span&gt;&lt;/code&gt;
+ as a temporary workaround for the current &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;erase&lt;/span&gt;&lt;/code&gt;
+ which can be inefficient because it has to find the next element to return
+ an iterator (http://svn.boost.org/trac/boost/ticket/3693 #3693).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Add templated find overload for compatible keys.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Improved codegear compatibility.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Other minor changes, full details in &lt;a href=&quot;/doc/html/unordered/changes.html#unordered.changes.boost_1_42_0&quot;&gt;the
+ changelog&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
     &lt;/ul&gt;
   &lt;/div&gt;
   &lt;div id=&quot;version_1_42_0.compilers_tested&quot;&gt;

Modified: website/public_html/beta/feed/history/boost_1_42_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_42_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_42_0.qbk 2010-01-08 00:12:12 EST (Fri, 08 Jan 2010)
@@ -72,6 +72,18 @@
     Formerly, they were hardcoded as [^unsigned long] and [^int] respectively. Please, use the
     provided typedefs in new code (and update old code as soon as possible).
 
+* [phrase library..[@/libs/iostreams/index.html Iostreams]:]
+ * Fixed many outstanding issues. Thanks to Richard Smith for his work on this.
+ ([@https://svn.boost.org/trac/boost/ticket/3612 #3612],
+ [@https://svn.boost.org/trac/boost/ticket/3311 #3311],
+ [@https://svn.boost.org/trac/boost/ticket/2094 #2094],
+ [@https://svn.boost.org/trac/boost/ticket/3010 #3010],
+ [@https://svn.boost.org/trac/boost/ticket/2894 #2894],
+ [@https://svn.boost.org/trac/boost/ticket/3011 #3011],
+ [@https://svn.boost.org/trac/boost/ticket/3352 #3352],
+ [@https://svn.boost.org/trac/boost/ticket/3505 #3505]).
+ * For more information see the
+ [@/libs/iostreams/doc/release_notes.html library release notes].
 
 * [phrase library..[@/libs/program_options/index.html Program.Options]:]
   * Information about option name added to a few exception classes and
@@ -118,6 +130,18 @@
    [@https://svn.boost.org/trac/boost/ticket/3763 #3763],
    [@https://svn.boost.org/trac/boost/ticket/3764 #3764]
 
+* [phrase library..[@/libs/unordered/index.html Unordered]:]
+ * Support instantiating the containers with incomplete value types.
+ * Add `erase_return_void` as a temporary workaround for the current
+ `erase` which can be inefficient because it has to find the next
+ element to return an iterator
+ (http://svn.boost.org/trac/boost/ticket/3693 #3693).
+ * Add templated find overload for compatible keys.
+ * Improved codegear compatibility.
+ * Other minor changes, full details in
+ [@/doc/html/unordered/changes.html#unordered.changes.boost_1_42_0
+ the changelog].
+
 [endsect]
 
 [section Compilers Tested]

Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2010-01-08 00:12:12 EST (Fri, 08 Jan 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.42.0</title><pubDate>$Date$</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ <item><title>Version 1.42.0</title><pubDate>$Date: 2010/01/08 05:11:15 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libraries: Updated Libraries:
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.42.0/><description>&lt;div class=&quot;description&quot;&gt;
   
@@ -80,6 +80,26 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/iostreams/index.html&quot;&gt;Iostreams&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Fixed many outstanding issues. Thanks to Richard Smith for his work on
+ this. (&lt;a href=&quot;
https://svn.boost.org/trac/boost/ticket/3612&quot;&gt;#3612&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/3311&quot;&gt;#3311&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2094&quot;&gt;#2094&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/3010&quot;&gt;#3010&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2894&quot;&gt;#2894&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/3011&quot;&gt;#3011&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/3352&quot;&gt;#3352&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/3505&quot;&gt;#3505&lt;/a&gt;).
+ &lt;/li&gt;
+ &lt;li&gt;
+ For more information see the &lt;a href=&quot;/libs/iostreams/doc/release_notes.html&quot;&gt;library
+ release notes&lt;/a&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/program_options/index.html&quot;&gt;Program.Options&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -152,6 +172,30 @@
           &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/unordered/index.html&quot;&gt;Unordered&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Support instantiating the containers with incomplete value types.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Add &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;erase_return_void&lt;/span&gt;&lt;/code&gt;
+ as a temporary workaround for the current &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;erase&lt;/span&gt;&lt;/code&gt;
+ which can be inefficient because it has to find the next element to return
+ an iterator (http://svn.boost.org/trac/boost/ticket/3693 #3693).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Add templated find overload for compatible keys.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Improved codegear compatibility.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Other minor changes, full details in &lt;a href=&quot;/doc/html/unordered/changes.html#unordered.changes.boost_1_42_0&quot;&gt;the
+ changelog&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
     &lt;/ul&gt;
   &lt;/div&gt;
   &lt;div id=&quot;version_1_42_0.compilers_tested&quot;&gt;


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