$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r76833 - in website/public_html/live: feed feed/history generated/state users/download users/history
From: dnljms_at_[hidden]
Date: 2012-02-01 18:21:42
Author: danieljames
Date: 2012-02-01 18:21:40 EST (Wed, 01 Feb 2012)
New Revision: 76833
URL: http://svn.boost.org/trac/boost/changeset/76833
Log:
Website: Add Chrono release notes.
Text files modified: 
   website/public_html/live/feed/dev.rss                      |    52 ++++++++++++++++++++++++++++++++++++++++
   website/public_html/live/feed/history/boost_1_49_0.qbk     |    10 ++++++                                  
   website/public_html/live/generated/state/feed-pages.txt    |     8 +++---                                  
   website/public_html/live/users/download/index.html         |     2                                         
   website/public_html/live/users/history/version_1_49_0.html |    52 ++++++++++++++++++++++++++++++++++++++++
   5 files changed, 118 insertions(+), 6 deletions(-)
Modified: website/public_html/live/feed/dev.rss
==============================================================================
--- website/public_html/live/feed/dev.rss	(original)
+++ website/public_html/live/feed/dev.rss	2012-02-01 18:21:40 EST (Wed, 01 Feb 2012)
@@ -15,6 +15,52 @@
     <ul>
       <li>
         <div>
+          <span class="library"><a href="http://www.boost.org/doc/libs/1_49_0_beta1/libs/chrono">Chrono</a>:</span>
+          <ul>
+            <li>
+              <div>
+                Bug Fixes:
+                <ul>
+                  <li>
+                    <div>
+                      <a href="http://svn.boost.org/trac/boost/ticket/6092">#6092</a>
+                      Input from non integral durations makes the compiler fail.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      <a href="http://svn.boost.org/trac/boost/ticket/6093">#6093</a>
+                      [1/3]second fails as valid duration input.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      <a href="http://svn.boost.org/trac/boost/ticket/6113">#6113</a>
+                      duplicate symbol when BOOST_CHRONO_HEADER_ONLY is defined.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      <a href="http://svn.boost.org/trac/boost/ticket/6243">#6243</a>
+                      Sandia-pgi-11.9: more than one instance of overloaded function
+                      &quot;min&quot; matches.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      <a href="http://svn.boost.org/trac/boost/ticket/6257">#6257</a>
+                      process_cpu_clock::now() on linux gives time_points 1/1000
+                      times.
+                    </div>
+                  </li>
+                </ul>
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
           <span class="library"><a href="http://www.boost.org/doc/libs/1_49_0_beta1/libs/container/">Container</a>:</span>
           <ul>
             <li>
@@ -291,6 +337,12 @@
                 <a href="https://svn.boost.org/trac/boost/ticket/6400">#6400</a>.
               </div>
             </li>
+            <li>
+              <div>
+                Better performance and less memory usage for boost::container::basic_string
+                conversions.
+              </div>
+            </li>
           </ul>
         </div>
       </li>
Modified: website/public_html/live/feed/history/boost_1_49_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_49_0.qbk	(original)
+++ website/public_html/live/feed/history/boost_1_49_0.qbk	2012-02-01 18:21:40 EST (Wed, 01 Feb 2012)
@@ -1,7 +1,7 @@
 [article Version 1.49.0
     [quickbook 1.5]
     [source-mode c++]
-    [purpose Updated Libraries: Container, Geometry, Graph,
+    [purpose Updated Libraries: Chrono, Container, Geometry, Graph,
     Icl, Interprocess, Intrusive, Lexical Cast, Locale, Move,
     Property Tree, Spirit, Thread, Unordered, Uuid.
     ]
@@ -17,6 +17,14 @@
 
 [section Updated Libraries]
 
+* [phrase library..[@/libs/chrono Chrono]:]
+  * Bug Fixes:
+    * [@http://svn.boost.org/trac/boost/ticket/6092 #6092] Input from non integral durations makes the compiler fail.
+    * [@http://svn.boost.org/trac/boost/ticket/6093 #6093] [1/3]second fails as valid duration input.
+    * [@http://svn.boost.org/trac/boost/ticket/6113 #6113] duplicate symbol when BOOST_CHRONO_HEADER_ONLY is defined.
+    * [@http://svn.boost.org/trac/boost/ticket/6243 #6243] Sandia-pgi-11.9: more than one instance of overloaded function "min" matches.
+    * [@http://svn.boost.org/trac/boost/ticket/6257 #6257] process_cpu_clock::now() on linux gives time_points 1/1000 times.
+
 * [phrase library..[@/libs/container/ Container]:]
   *  Fixed bugs
   [@https://svn.boost.org/trac/boost/ticket/6336 #6336],
Modified: website/public_html/live/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/live/generated/state/feed-pages.txt	(original)
+++ website/public_html/live/generated/state/feed-pages.txt	2012-02-01 18:21:40 EST (Wed, 01 Feb 2012)
@@ -1838,7 +1838,7 @@
 -id
 "version_1_49_0
 -last_modified
-.1327913381.56
+.1328138443.74
 -location
 "users/history/version_1_49_0.html
 -page_state
@@ -1846,15 +1846,15 @@
 "In Progress
 -purpose
 "
-"      Updated Libraries: Container, Geometry, Graph, Icl, Interprocess, Intrusive,
+"      Updated Libraries: Chrono, Container, Geometry, Graph, Icl, Interprocess, Intrusive,
 "      Lexical Cast, Locale, Move, Property Tree, Spirit, Thread, Unordered, Uuid.
 "    
 -qbk_hash
-"023cc76411040ab2af489c67c7b57cc75c2ddd8ed68d3bee80b29502f45fe011
+"bcf9f1337e22773968d34df199e1faca785fb875dde3fe51f7e450c15320c1b2
 -release_status
 "beta 1
 -rss_hash
-"2d444f133b169419add30f787837d576dcd3556296f6d6c37d3d5379b42adad8
+"f0b141db0e02f0fad45f1c606cd413bc05fad060fc7a30b894e85f75bacddf49
 -title
 "Version 1.49.0
 -type
Modified: website/public_html/live/users/download/index.html
==============================================================================
--- website/public_html/live/users/download/index.html	(original)
+++ website/public_html/live/users/download/index.html	2012-02-01 18:21:40 EST (Wed, 01 Feb 2012)
@@ -63,7 +63,7 @@
 
               <p class="news-description">
               <span class="brief"><span class="purpose">
-      Updated Libraries: Container, Geometry, Graph, Icl, Interprocess, Intrusive,
+      Updated Libraries: Chrono, Container, Geometry, Graph, Icl, Interprocess, Intrusive,
       Lexical Cast, Locale, Move, Property Tree, Spirit, Thread, Unordered, Uuid.
     </span></span></p>
 
Modified: website/public_html/live/users/history/version_1_49_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_49_0.html	(original)
+++ website/public_html/live/users/history/version_1_49_0.html	2012-02-01 18:21:40 EST (Wed, 01 Feb 2012)
@@ -54,6 +54,52 @@
     <ul>
       <li>
         <div>
+          <span class="library">Chrono:</span>
+          <ul>
+            <li>
+              <div>
+                Bug Fixes:
+                <ul>
+                  <li>
+                    <div>
+                      #6092
+                      Input from non integral durations makes the compiler fail.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      #6093
+                      [1/3]second fails as valid duration input.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      #6113
+                      duplicate symbol when BOOST_CHRONO_HEADER_ONLY is defined.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      #6243
+                      Sandia-pgi-11.9: more than one instance of overloaded function
+                      "min" matches.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      #6257
+                      process_cpu_clock::now() on linux gives time_points 1/1000
+                      times.
+                    </div>
+                  </li>
+                </ul>
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
           <span class="library">Container:</span>
           <ul>
             <li>
@@ -330,6 +376,12 @@
                 <a href="https://svn.boost.org/trac/boost/ticket/6400">#6400</a>.
               </div>
             </li>
+            <li>
+              <div>
+                Better performance and less memory usage for boost::container::basic_string
+                conversions.
+              </div>
+            </li>
           </ul>
         </div>
       </li>