Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64008 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2010-07-14 04:20:57


Author: danieljames
Date: 2010-07-14 04:20:51 EDT (Wed, 14 Jul 2010)
New Revision: 64008
URL: http://svn.boost.org/trac/boost/changeset/64008

Log:
Remove the hash release note.

It's no longer correct.
Text files modified:
   website/public_html/beta/feed/history.rss | 12 +-----------
   website/public_html/beta/feed/history/boost_1_44_0.qbk | 5 -----
   website/public_html/beta/feed/news.rss | 12 +-----------
   3 files changed, 2 insertions(+), 27 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-07-14 04:20:51 EDT (Wed, 14 Jul 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/12 21:51:19 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ <item><title>Version 1.44.0</title><pubDate>$Date: 2010/07/14 08:17:45 $</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><description>&lt;div class=&quot;description&quot;&gt;
   
@@ -31,16 +31,6 @@
     &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;/libs/functional/hash/index.html&quot;&gt;Hash&lt;/a&gt;:&lt;/span&gt;
- &lt;ul&gt;
- &lt;li&gt;
- Prevent implicit conversions when calling &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;hash_value&lt;/span&gt;&lt;/code&gt;.
- If this breaks your code, you can enable the old behaviour by defining
- &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_HASH_ALLOW_IMPLICIT_CASTS&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/iostreams/index.html&quot;&gt;Iostreams&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;

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-07-14 04:20:51 EDT (Wed, 14 Jul 2010)
@@ -23,11 +23,6 @@
 
 [section Updated Libraries]
 
-* [phrase library..[@/libs/functional/hash/index.html Hash]:]
- * Prevent implicit conversions when calling `hash_value`. If this
- breaks your code, you can enable the old behaviour by defining
- `BOOST_HASH_ALLOW_IMPLICIT_CASTS`.
-
 * [phrase library..[@/libs/iostreams/index.html Iostreams]:]
   * Several fixes for file descriptors class, including a breaking change to the
     constructors and `open` methods for `file_descriptor`,

Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2010-07-14 04:20:51 EDT (Wed, 14 Jul 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/12 21:51:19 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ <item><title>Version 1.44.0</title><pubDate>$Date: 2010/07/14 08:17:45 $</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><description>&lt;div class=&quot;description&quot;&gt;
   
@@ -31,16 +31,6 @@
     &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;/libs/functional/hash/index.html&quot;&gt;Hash&lt;/a&gt;:&lt;/span&gt;
- &lt;ul&gt;
- &lt;li&gt;
- Prevent implicit conversions when calling &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;hash_value&lt;/span&gt;&lt;/code&gt;.
- If this breaks your code, you can enable the old behaviour by defining
- &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_HASH_ALLOW_IMPLICIT_CASTS&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/iostreams/index.html&quot;&gt;Iostreams&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&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