$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r76877 - in website/public_html/beta: . community doc doc/libs/1_49_0_beta1 feed/history
From: dnljms_at_[hidden]
Date: 2012-02-04 09:16:06
Author: danieljames
Date: 2012-02-04 09:16:05 EST (Sat, 04 Feb 2012)
New Revision: 76877
URL: http://svn.boost.org/trac/boost/changeset/76877
Log:
Website: Merge from live to beta.
Added:
   website/public_html/beta/doc/libs/1_49_0_beta1/
      - copied from r76876, /website/public_html/live/doc/libs/1_49_0_beta1/
Properties modified: 
   website/public_html/beta/   (props changed)
Text files modified: 
   website/public_html/beta/community/review_schedule.html |    26 ++++++++++++-                           
   website/public_html/beta/doc/libraries.xml              |    12 ++++++                                  
   website/public_html/beta/feed/history/boost_1_49_0.qbk  |    73 ++++++++++++++++++++++++++++++++++++--- 
   3 files changed, 101 insertions(+), 10 deletions(-)
Modified: website/public_html/beta/community/review_schedule.html
==============================================================================
--- website/public_html/beta/community/review_schedule.html	(original)
+++ website/public_html/beta/community/review_schedule.html	2012-02-04 09:16:05 EST (Sat, 04 Feb 2012)
@@ -171,6 +171,21 @@
                     <td>-</td>
                   </tr>
 
+                  <tr>
+                    <td>Metaparse</td>
+
+                    <td>Abel Sinkovics</td>
+
+                    <td>
+		      <ul>
+		      <li>Source
+		      <li>Documentation</td>		      
+		    </ul>
+                    <td>Needed</td>
+
+                    <td>-</td>
+                  </tr>
+
                 </tbody>
               </table>
 
@@ -214,9 +229,14 @@
 
                     <td>January 2, 2012 - January 11, 2012</td>
 
-        	    <td><a href=
+        	    <td>
+		      <del><a href=
                      "http://listarchives.boost.org/boost-announce/2012/01/0343.php">
-			Ongoing</a>
+			Pending</a></del><br/>
+
+		      <a href=
+		     "http://listarchives.boost.org/boost-announce/2012/01/0348.php">
+			Accepted</a>
                     </td>
                   </tr>
 
@@ -245,7 +265,7 @@
                     <td>
                       <del><a href=
                      "http://listarchives.boost.org/boost-announce/2011/11/0338.php">
-			Ongoing</a></del><br>
+			Pending</a></del><br>
 <a href=
                      "http://listarchives.boost.org/boost-announce/2011/12/0340.php">
                         Accepted</a>
Modified: website/public_html/beta/doc/libraries.xml
==============================================================================
--- website/public_html/beta/doc/libraries.xml	(original)
+++ website/public_html/beta/doc/libraries.xml	2012-02-04 09:16:05 EST (Sat, 04 Feb 2012)
@@ -588,6 +588,18 @@
     <category>Algorithms</category>
   </library>
   <library>
+    <key>heap</key>
+    <boost-version>1.49.0</boost-version>
+    <name>Heap</name>
+    <authors>Tim Blechmann</authors>
+    <description>Priority queue data structures.</description>
+    <documentation>libs/heap/</documentation>
+    <std-proposal>false</std-proposal>
+    <std-tr1>false</std-tr1>
+    <build>header-only</build>
+    <category>Data</category>
+  </library>
+  <library>
     <key>icl</key>
     <boost-version>1.46.0</boost-version>
     <name>ICL</name>
Modified: website/public_html/beta/feed/history/boost_1_49_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_49_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_49_0.qbk	2012-02-04 09:16:05 EST (Sat, 04 Feb 2012)
@@ -1,7 +1,9 @@
 [article Version 1.49.0
     [quickbook 1.5]
     [source-mode c++]
-    [purpose Updated Libraries: Container, Geometry, Graph,
+    [purpose
+    New Library: Heap.
+    Updated Libraries: Chrono, Container, Filesystem, Geometry, Graph,
     Icl, Interprocess, Intrusive, Lexical Cast, Locale, Move,
     Property Tree, Spirit, Thread, Unordered, Uuid.
     ]
@@ -15,8 +17,23 @@
 [download http://sourceforge.net/projects/boost/files/boost/1.49.0.beta.1/]
 [documentation /doc/libs/1_49_0_beta1/]
 
+[section New Libraries]
+
+* [phrase library..[@/libs/heap/index.html Heap]:]
+  Priority queue data structures, from Tim Blechmann.
+
+[endsect]
+
 [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/6499 #6499],
@@ -28,11 +45,9 @@
   *  Added `allocator_traits` support for both C++11 and C++03
    compilers through an internal `allocator_traits` clone.
 
-[/
 * [phrase library..[@/libs/filesystem/ Filesystem]:]
   * See the
     [@/libs/filesystem/v3/doc/release_history.html release history].
-]
 
 * [phrase library..[@/libs/geometry/ Geometry]:]
   * Fixed bugs
@@ -114,7 +129,7 @@
   [@https://svn.boost.org/trac/boost/ticket/6153 #6153].
 
 * [phrase library..[@/libs/conversion/lexical_cast.htm Lexical cast]:]
- * Fixed bugs and warnings:
+  * Fixed bugs and warnings:
     [@https://svn.boost.org/trac/boost/ticket/6127 #6127],
     [@https://svn.boost.org/trac/boost/ticket/6132 #6132],
     [@https://svn.boost.org/trac/boost/ticket/6159 #6159],
@@ -125,6 +140,7 @@
     [@https://svn.boost.org/trac/boost/ticket/6290 #6290],
     [@https://svn.boost.org/trac/boost/ticket/6298 #6298],
     [@https://svn.boost.org/trac/boost/ticket/6400 #6400].
+  * Better performance and less memory usage for boost::container::basic_string conversions.
 
 * [phrase library..[@/libs/locale/ Locale]:]
     * Fixed incorrect use of `MultiByteToWideChar` in detection of invalid
@@ -206,17 +222,60 @@
 
 Boost's primary test compilers are:
 
-* /TODO/
+* Linux:
+  * Intel: 11.1
+  * LLVM Clang 2.8
+  * GCC: 3.4.6, 4.2.4, 4.3.4, 4.4.3, 4.5.2, 4.6.2
+  * GCC, C++0x mode: 4.3.4, 4.4.3, 4.5.2
+* OS X:
+  * Intel: 11.1
+  * GCC: 4.2.1, 4.4.4
+  * GCC, C++0x mode: 4.4.4
+* Windows:
+  * Visual C++ 8.0, 9.0, 10.0
+  * GCC, mingw: 4.4.0, 4.4.7, 4.5.4, 4.6.1, 4.7.0
+* FreeBSD:
+  * GCC 4.2.1, 32 and 64 bit.
+* QNX:
+  * QCC, C++0x mode: 4.4.2, 4.6.1, 4.6.2
 
 Boost's additional test compilers include:
 
-* /TODO/
+* Linux:
+  * GCC: 4.2.4, 4.3.4, 4.4.4, 4.5.2, 4.6.2
+  * GCC, C++0x mode: 4.3.4, 4.4.4, 4.5.2
+  * pgCC: 11.9
+  * Intel: 10.1, 11.1, 12.0
+  * PathScale: 4.0.8
+  * Visual Age 10.1
+* OS X:
+  * Clang from subversion
+  * Intel 11.1, 12.0
+  * GCC: 4.4.4
+  * GCC, C++0x mode: 4.4.4
+* Windows:
+  * Visual C++ 8.0, 9.0, 10.0
+  * Visual C++ with STLport: 9.0
+  * Visual C++, Windows Mobile 5, with STLport: 9.0
+  * GCC, mingw: 4.4.0, 4.5.2
+  * GCC, C++0x mode, mingw: 4.5.2
+  * GCC, mingw 64-bit: 4.4.7, 4.5.4, 4.6.1
+* AIX:
+  * IBM XL C/C++ Enterprise Edition, V11.1.0.0
+* FreeBSD:
+  * GCC 4.2.1, 32 and 64 bit
+* Solaris:
+  * Sun 5.10
 
 [endsect]
 
 [section Acknowledgements]
 
-/TODO/
+[@/users/people/beman_dawes.html Beman Dawes],
+Eric Niebler,
+[@/users/people/rene_rivera.html Rene Rivera],
+Daniel James and Vladimir Prus managed this release.
+
 
 [endsect]