Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55795 - website/public_html/beta/feed/history
From: steven_at_[hidden]
Date: 2009-08-26 21:33:10


Author: steven_watanabe
Date: 2009-08-26 21:33:09 EDT (Wed, 26 Aug 2009)
New Revision: 55795
URL: http://svn.boost.org/trac/boost/changeset/55795

Log:
Add release notes for Random.
Text files modified:
   website/public_html/beta/feed/history/boost_1_40_0.qbk | 10 +++++++++-
   1 files changed, 9 insertions(+), 1 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-26 21:33:09 EDT (Wed, 26 Aug 2009)
@@ -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`.


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