From 1c75322f080cf10e5b0ea1c2e2e0c8e922cfd2bb Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Thu, 27 Aug 2009 01:33:09 +0000 Subject: [PATCH] Add release notes for Random. [SVN r55795] --- feed/history/boost_1_40_0.qbk | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/feed/history/boost_1_40_0.qbk b/feed/history/boost_1_40_0.qbk index a00a3dcb..0f5c8996 100644 --- a/feed/history/boost_1_40_0.qbk +++ b/feed/history/boost_1_40_0.qbk @@ -3,7 +3,7 @@ [source-mode c++] [purpose Build System improvements. Updated Libraries: Accumulators, Asio, Circular Buffer, Foreach, Function, Fusion, Hash, - Interprocess, Intrusive, MPL, Program.Options, Proto, Serialization, Unordered, + Interprocess, Intrusive, MPL, Program.Options, Proto, Random, Serialization, Unordered, Xpressive.] [authors [Dawes, Beman]] [last-revision ] @@ -129,6 +129,14 @@ ([@https://svn.boost.org/trac/boost/ticket/3021 #3021]). * Work around Visual C++'s non-std-compliant ciso646 macros. +* [phrase library..[@/libs/random/index.html Random]:] + * Made the constructors of all the generators call + the copy constructor when passed a non-const reference. + * Changed seeding functions to accept any arithmetic type. + As a side-effect, the exact signature of seed changed + for some classes. + * Major bug fixes in uniform_int. + * [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`.