Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57849 - branches/release/libs/date_time/xmldoc
From: andrey.semashev_at_[hidden]
Date: 2009-11-22 16:51:12


Author: andysem
Date: 2009-11-22 16:51:12 EST (Sun, 22 Nov 2009)
New Revision: 57849
URL: http://svn.boost.org/trac/boost/changeset/57849

Log:
Committed changes for 1.41.
Text files modified:
   branches/release/libs/date_time/xmldoc/changes.xml | 36 ++++++++++++++++++++++++++++++++----
   1 files changed, 32 insertions(+), 4 deletions(-)

Modified: branches/release/libs/date_time/xmldoc/changes.xml
==============================================================================
--- branches/release/libs/date_time/xmldoc/changes.xml (original)
+++ branches/release/libs/date_time/xmldoc/changes.xml 2009-11-22 16:51:12 EST (Sun, 22 Nov 2009)
@@ -12,7 +12,7 @@
 
   <!-- if each new change tgroup has a "Bug Fix" as the first "Type", the columns will line up nicely -->
 
- <bridgehead renderas="sect3">Changes from Boost 1.38 to 1.40 (date_time 1.06 to 1.07)</bridgehead>
+ <bridgehead renderas="sect3">Changes from Boost 1.40 to 1.41 (date_time 1.07 to 1.08)</bridgehead>
   <informaltable frame="all">
     <tgroup cols="2">
       <thead>
@@ -22,13 +22,41 @@
         </row>
       </thead>
       <tbody>
-<!--
+
         <row>
- <entry>Feature</entry>
+ <entry>Change</entry>
           <entry>
+ 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 (<ulink url="https://svn.boost.org/trac/boost/ticket/1861">#1861</ulink>).
           </entry>
         </row>
--->
+
+ <row>
+ <entry>Bug fix</entry>
+ <entry>
+ Gregorian dates now use 32-bit integer type internally on 64-bit platforms (<ulink url="https://svn.boost.org/trac/boost/ticket/3308">#3308</ulink>).
+ </entry>
+ </row>
+ <row>
+ <entry>Bug fix</entry>
+ <entry>
+ Adjusted UTC time zone offset boundaries in order to allow offsets up to +14 hours (<ulink url="https://svn.boost.org/trac/boost/ticket/2213">#2213</ulink>).
+ </entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </informaltable>
+
+ <bridgehead renderas="sect3">Changes from Boost 1.38 to 1.40 (date_time 1.06 to 1.07)</bridgehead>
+ <informaltable frame="all">
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Type</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
 
         <row>
           <entry>Bug fix</entry>


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