Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78561 - website/public_html/live/feed/history
From: eric_at_[hidden]
Date: 2012-05-23 15:33:19


Author: eric_niebler
Date: 2012-05-23 15:33:18 EDT (Wed, 23 May 2012)
New Revision: 78561
URL: http://svn.boost.org/trac/boost/changeset/78561

Log:
updated release notes for 1.49 and 1.50
Text files modified:
   website/public_html/live/feed/history/boost_1_49_0.qbk | 11 +++++++++++
   website/public_html/live/feed/history/boost_1_50_0.qbk | 17 +++++++++++++++++
   2 files changed, 28 insertions(+), 0 deletions(-)

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-05-23 15:33:18 EDT (Wed, 23 May 2012)
@@ -106,6 +106,8 @@
   * Relax permissions test to reflect reality, particularly on the
     Sandia test platforms.
 
+* [phrase library..[@/libs/foreach/ Foreach]:]
+ * Fix for [@https://svn.boost.org/trac/boost/ticket/6131 #6131]
 
 * [phrase library..[@/libs/geometry/ Geometry]:]
   * Fixed bugs
@@ -224,6 +226,12 @@
     [@https://svn.boost.org/trac/boost/ticket/5710 #5710],
     and [@https://svn.boost.org/trac/boost/ticket/5307 #5307].
 
+* [phrase library..[@/libs/proto Proto]:]
+ * Force some functions to be inline, fixes [@https://svn.boost.org/trac/boost/ticket/5735 #5735].
+ * Add user documentation for per-domain `as_expr` and `as_child`; other doc tweaks.
+ * Fix some buggy and over-complicated example programs.
+ * Add some missing copyright notices.
+
 * [phrase library..[@/libs/spirit/index.html Spirit]:]
   * Spirit V2.5.2, see the
     '[@/doc/libs/1_49_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_2.html What's New]'
@@ -276,6 +284,9 @@
   * progress on [@https://svn.boost.org/trac/boost/ticket/6118 #6118]
     (there are fewer warnings)
 
+* [phrase library..[@/libs/xpressive/ xpressive]:]
+ * Eliminate some unused variable warnings on gcc.
+
 [endsect]
 
 [section Compilers Tested]

Modified: website/public_html/live/feed/history/boost_1_50_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_50_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_50_0.qbk 2012-05-23 15:33:18 EDT (Wed, 23 May 2012)
@@ -54,10 +54,27 @@
 
 [section Updated Libraries]
 
+* [phrase library..[@/libs/accumulators/ Accumulators]:]
+ * add missing `#include <boost/throw_exception.hpp>`, fixes [@https://svn.boost.org/trac/boost/ticket/6702 #6702].
+ * work around for msvc which allows ctor templates to be copy ctors, fixes [@https://svn.boost.org/trac/boost/ticket/6535 #6535].
+ * shorten filenames to meet boost guidelines, fixes [@https://svn.boost.org/trac/boost/ticket/6196 #6196].
+
 * [phrase library..[@/libs/program_options/index.html Program Options]:]
   * Improved error reporting
     ([@ https://svn.boost.org/trac/boost/changeset/77827 Patch from Leo Goodstadt])
 
+* [phrase library..[@/libs/foreach/ Foreach]:]
+ * Revert fix for [@https://svn.boost.org/trac/boost/ticket/6131 #6131] which caused more harm than good.
+
+* [phrase library..[@/libs/proto/ Proto]:]
+ * Use `decltype`-based `result_of` if and only if the compiler implements N3276.
+ * For C++11, force parameter to `mpl::eval_if_c` and `mpl::if_c` to be `bool`.
+ * Disable [^'__forceinline not inlined'] warning on msvc.
+
+* [phrase library..[@/libs/xpressive/ xpressive]:]
+ * Remove very ugly `lexical_cast` hack with a slightly less ugly one.
+ * Replace MPL assert with static assert since it's problematic in C++11, fixes [@https://svn.boost.org/trac/boost/ticket/6846 #6846].
+
 [/
 
 * /TODO/: [phrase library..[@/libs/spirit/index.html Spirit]:]


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