$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r50941 - trunk/libs/date_time/xmldoc
From: andrey.semashev_at_[hidden]
Date: 2009-02-01 06:18:26
Author: andysem
Date: 2009-02-01 06:18:26 EST (Sun, 01 Feb 2009)
New Revision: 50941
URL: http://svn.boost.org/trac/boost/changeset/50941
Log:
Moved last two bug fixes to 1.38 section as they are going to this release.
Text files modified: 
   trunk/libs/date_time/xmldoc/changes.xml |    30 +++++++++++++++++++-----------          
   1 files changed, 19 insertions(+), 11 deletions(-)
Modified: trunk/libs/date_time/xmldoc/changes.xml
==============================================================================
--- trunk/libs/date_time/xmldoc/changes.xml	(original)
+++ trunk/libs/date_time/xmldoc/changes.xml	2009-02-01 06:18:26 EST (Sun, 01 Feb 2009)
@@ -29,22 +29,13 @@
           </entry>
         </row>
 -->
+<!--
         <row>
           <entry>Bug fix</entry>
           <entry>
-            Fixed missing include in <code>filetime_functions.hpp</code>
-            (<ulink url="https://svn.boost.org/trac/boost/ticket/2688">#2688</ulink>).
           </entry>
         </row>
-        <row>
-          <entry>Bug fix</entry>
-          <entry>
-            Fixed dereferencing end string iterators in different places of code,
-            which could cause crashes on MSVC
-            (<ulink url="https://svn.boost.org/trac/boost/ticket/2698">#2698</ulink>).
-          </entry>
-        </row>
-
+-->
       </tbody>
     </tgroup>
   </informaltable>
@@ -155,6 +146,23 @@
           </entry>
         </row>
 
+        <row>
+          <entry>Bug fix</entry>
+          <entry>
+            Fixed missing include in <code>filetime_functions.hpp</code>
+            (<ulink url="https://svn.boost.org/trac/boost/ticket/2688">#2688</ulink>).
+          </entry>
+        </row>
+
+        <row>
+          <entry>Bug fix</entry>
+          <entry>
+            Fixed dereferencing end string iterators in different places of code,
+            which could cause crashes on MSVC
+            (<ulink url="https://svn.boost.org/trac/boost/ticket/2698">#2698</ulink>).
+          </entry>
+        </row>
+
       </tbody>
     </tgroup>
   </informaltable>