|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r55376 - website/public_html/beta/feed/history
From: eric_at_[hidden]
Date: 2009-08-02 20:10:42
Author: eric_niebler
Date: 2009-08-02 20:10:41 EDT (Sun, 02 Aug 2009)
New Revision: 55376
URL: http://svn.boost.org/trac/boost/changeset/55376
Log:
various release notes
Text files modified:
website/public_html/beta/feed/history/boost_1_40_0.qbk | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
Modified: website/public_html/beta/feed/history/boost_1_40_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_40_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_40_0.qbk 2009-08-02 20:10:41 EDT (Sun, 02 Aug 2009)
@@ -22,6 +22,9 @@
[section Updated Libraries]
+* [phrase library..[@/libs/accumulators/index.html Accumulators]:]
+ * Works on GCC 4.4.
+
* [phrase library..[@/libs/foreach/index.html Foreach]:]
* Workaround for conflict with Python headers
([@https://svn.boost.org/trac/boost/ticket/3000 #3000]).
@@ -40,10 +43,18 @@
[@https://svn.boost.org/trac/boost/ticket/2929 #2929]
[@https://svn.boost.org/trac/boost/ticket/3012 #3012])
+* [phrase library..[@/libs/fusion/index.html Fusion]:]
+ * Improved compile times for `fusion::vector`.
+
* [phrase library..[@/libs/hash/index.html Hash]:]
* Automatically configure the float functions using template metaprogramming
instead of trying to configure every possibility manually.
+* [phrase library..[@/libs/mpl/index.html MPL]:]
+ * Added `mpl::char_` and `mpl::string` for compile-time string
+ manipulation, based on multichar literals
+ ([@https://svn.boost.org/trac/boost/ticket/2905 #2905]).
+
* [phrase library..[@/libs/program_options/index.html Program.Options]:]
* Support for building with disabled exceptions
([@https://svn.boost.org/trac/boost/ticket/2096 #2096]).
@@ -52,6 +63,15 @@
* Fixed crash on user-inserted items in `variables_map`
([@https://svn.boost.org/trac/boost/ticket/2782 #2782]).
+* [phrase library..[@/libs/proto/index.html Proto]:]
+ * PrimitiveTransforms have stricter conformance to ResultOf protocol.
+ (Warning: some invalid code may break.)
+ * Add a sensible default for `proto::_default`'s template parameter.
+ * Improved default evaluation strategy for pointers to members.
+ * GCC 3.4 portability fixes
+ ([@https://svn.boost.org/trac/boost/ticket/3021 #3021]).
+ * Work around Visual C++'s non-std-compliant ciso646 macros.
+
* [phrase library..[@/libs/serialization/index.html Serialization]:]
* Removed deprecated headers: `boost/static_warning.hpp`,
`boost/state_saver.hpp`, `boost/smart_cast.hpp`, `boost/pfto.hpp`.
@@ -91,6 +111,10 @@
* Fixed `--list_includes`\/`-l` command line option of the wave driver tool to
correctly indent the generated list of included files.
+* [phrase library..[@/libs/xpressive/index.html Xpressive]:]
+ * Works on Visual C++ 10.0
+ ([@https://svn.boost.org/trac/boost/ticket/3124 #3124]).
+
[endsect]
[section Build System]
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