$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r56949 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2009-10-17 05:52:37
Author: danieljames
Date: 2009-10-17 05:52:36 EDT (Sat, 17 Oct 2009)
New Revision: 56949
URL: http://svn.boost.org/trac/boost/changeset/56949
Log:
Add release note for datetime.
Text files modified: 
   website/public_html/beta/feed/history.rss              |    21 ++++++++++++++++++++-                   
   website/public_html/beta/feed/history/boost_1_41_0.qbk |    12 ++++++++++++                            
   website/public_html/beta/feed/news.rss                 |    21 ++++++++++++++++++++-                   
   3 files changed, 52 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	2009-10-17 05:52:36 EDT (Sat, 17 Oct 2009)
@@ -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.41.0</title><pubDate>$Date: 2009/10/17 07:32:22 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+  <item><title>Version 1.41.0</title><pubDate>$Date: 2009/10/17 09:44:09 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       New Library: Property Tree. Updated libraries: Multi-index Containers, Python,
       Spirit, Wave.
     </span></span></boostbook:purpose><description><div class="description">
@@ -26,6 +26,25 @@
     <h3><span class="link">Updated Libraries</span></h3>
     <ul>
       <li>
+        <span class="library"><a href="/libs/date_time/index.html">DateTime</a>:</span>
+        <ul>
+          <li>
+            The default format for time durations is now &quot;<code><span class="special">%-%</span><span class="identifier">O</span><span class="special">:%</span><span class="identifier">M</span><span class="special">:%</span><span class="identifier">S</span><span class="special">%</span><span class="identifier">F</span></code>&quot; instead of &quot;<code><span class="special">%-%</span><span class="identifier">H</span><span class="special">:%</span><span class="identifier">M</span><span class="special">:%</span><span class="identifier">S</span><span class="special">%</span><span class="identifier">F</span></code>&quot
;
+            that was used previously. In order to retain the old behavior, the format
+            string has to be specified explicitly during the time IO facet construction
+            (<a href="https://svn.boost.org/trac/boost/ticket/1861">#1861</a>).
+          </li>
+          <li>
+            Gregorian dates now use 32-bit integer type internally on 64-bit platforms
+            (<a href="https://svn.boost.org/trac/boost/ticket/3308">#3308</a>).
+          </li>
+          <li>
+            See the <a href="/doc/html/date_time/details.html#date_time.changes">full
+            changelog</a> for more detail.
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/multi_index/doc/index.html">Multi-index Containers</a>:</span>
   Maintenance
         fixes. Consult the library <a href="/libs/multi_index/doc/release_notes.html#boost_1_41">release
Modified: website/public_html/beta/feed/history/boost_1_41_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_41_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_41_0.qbk	2009-10-17 05:52:36 EDT (Sat, 17 Oct 2009)
@@ -22,6 +22,18 @@
 
 [section Updated Libraries]
 
+* [phrase library..[@/libs/date_time/index.html DateTime]:]
+  * The default format for time durations is now "`%-%O:%M:%S%F`" instead of
+    "`%-%H:%M:%S%F`" that was used previously. In order to retain the old
+    behavior, the format string has to be specified explicitly during the time
+    IO facet construction
+    ([@https://svn.boost.org/trac/boost/ticket/1861 #1861]).
+  * Gregorian dates now use 32-bit integer type internally on 64-bit platforms
+    ([@https://svn.boost.org/trac/boost/ticket/3308 #3308]).
+  * See the
+    [@/doc/html/date_time/details.html#date_time.changes full changelog]
+    for more detail.
+
 * [phrase library..[@/libs/multi_index/doc/index.html Multi-index Containers]:]
   Maintenance fixes. Consult the library
   [@/libs/multi_index/doc/release_notes.html#boost_1_41 release notes] for
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss	(original)
+++ website/public_html/beta/feed/news.rss	2009-10-17 05:52:36 EDT (Sat, 17 Oct 2009)
@@ -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.41.0</title><pubDate>$Date: 2009/10/17 07:32:22 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+  <item><title>Version 1.41.0</title><pubDate>$Date: 2009/10/17 09:44:09 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       New Library: Property Tree. Updated libraries: Multi-index Containers, Python,
       Spirit, Wave.
     </span></span></boostbook:purpose><description><div class="description">
@@ -26,6 +26,25 @@
     <h3><span class="link">Updated Libraries</span></h3>
     <ul>
       <li>
+        <span class="library"><a href="/libs/date_time/index.html">DateTime</a>:</span>
+        <ul>
+          <li>
+            The default format for time durations is now &quot;<code><span class="special">%-%</span><span class="identifier">O</span><span class="special">:%</span><span class="identifier">M</span><span class="special">:%</span><span class="identifier">S</span><span class="special">%</span><span class="identifier">F</span></code>&quot; instead of &quot;<code><span class="special">%-%</span><span class="identifier">H</span><span class="special">:%</span><span class="identifier">M</span><span class="special">:%</span><span class="identifier">S</span><span class="special">%</span><span class="identifier">F</span></code>&quot
;
+            that was used previously. In order to retain the old behavior, the format
+            string has to be specified explicitly during the time IO facet construction
+            (<a href="https://svn.boost.org/trac/boost/ticket/1861">#1861</a>).
+          </li>
+          <li>
+            Gregorian dates now use 32-bit integer type internally on 64-bit platforms
+            (<a href="https://svn.boost.org/trac/boost/ticket/3308">#3308</a>).
+          </li>
+          <li>
+            See the <a href="/doc/html/date_time/details.html#date_time.changes">full
+            changelog</a> for more detail.
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/multi_index/doc/index.html">Multi-index Containers</a>:</span>
   Maintenance
         fixes. Consult the library <a href="/libs/multi_index/doc/release_notes.html#boost_1_41">release