From 1274aafb87ed584919cfe2b2d32b4a07e256ea34 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 8 Jan 2010 06:43:57 +0000 Subject: [PATCH] Update changelogs and slightly improved reference documentation for new release. [SVN r58805] --- hash/doc/changes.qbk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hash/doc/changes.qbk b/hash/doc/changes.qbk index 5ee9150..9d7e26b 100644 --- a/hash/doc/changes.qbk +++ b/hash/doc/changes.qbk @@ -90,4 +90,10 @@ instead of trying to configure every possibility manually. * Workaround for when STLport doesn't support long double. +[h2 Boost 1.42.0] + +* Reduce the number of warnings for Visual C++ warning level 4. +* Some code formatting changes to fit lines into 80 characters. +* Rename an internal namespace. + [endsect]