Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52487 - website/public_html/beta/feed/history
From: joaquin_at_[hidden]
Date: 2009-04-19 06:40:19


Author: joaquin
Date: 2009-04-19 06:40:18 EDT (Sun, 19 Apr 2009)
New Revision: 52487
URL: http://svn.boost.org/trac/boost/changeset/52487

Log:
added entry for flyweight
Text files modified:
   website/public_html/beta/feed/history/boost_1_39_0.qbk | 7 ++++++-
   1 files changed, 6 insertions(+), 1 deletions(-)

Modified: website/public_html/beta/feed/history/boost_1_39_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_39_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_39_0.qbk 2009-04-19 06:40:18 EDT (Sun, 19 Apr 2009)
@@ -2,7 +2,7 @@
     [quickbook 1.4]
     [source-mode c++]
     [purpose New Libraries: Signals2.
- Updated Libraries: Hash, Program.Options, Unordered.
+ Updated Libraries: Flyweight, Hash, Program.Options, Unordered.
         Updated Tools: Boostbook, Quickbook.]
     [authors [Dawes, Beman]]
     [last-revision ]
@@ -32,6 +32,11 @@
 
 [section Updated Libraries]
 
+* [phrase library..[@/libs/flyweight/index.html Flyweight]:]
+ * The [@/libs/flyweight/doc/tutorial/configuration.html#refcounted refcounted]
+ component was not thread-safe due to an incorrect implementation and could
+ deadlock under heavy usage conditions. This problem has been corrected.
+
 * [phrase library..[@/libs/functional/hash/index.html Hash]:]
   * Remove deprecated headers for hashing containers. Everything that was in them
     is included in `<functional\hash.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