|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r51849 - sandbox/synchro/libs/synchro/doc
From: vicente.botet_at_[hidden]
Date: 2009-03-18 19:18:17
Author: viboes
Date: 2009-03-18 19:18:17 EDT (Wed, 18 Mar 2009)
New Revision: 51849
URL: http://svn.boost.org/trac/boost/changeset/51849
Log:
0.3.0 : Adding lock_until/for try_lock_until/for free functions + usage of Boost/Chrono
Text files modified:
sandbox/synchro/libs/synchro/doc/history.qbk | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
Modified: sandbox/synchro/libs/synchro/doc/history.qbk
==============================================================================
--- sandbox/synchro/libs/synchro/doc/history.qbk (original)
+++ sandbox/synchro/libs/synchro/doc/history.qbk 2009-03-18 19:18:17 EDT (Wed, 18 Mar 2009)
@@ -6,25 +6,26 @@
/]
[section:history Appendix A: History]
-
-[section [*Version 0.2.0, Mars 1, 2009] ['Work ongoing]]
+
+[section [*Version 0.3.0, Mars 19, 2009] ['Generic free operations on multiple lockables + Usage of Boost.Chrono]]
[*New Features:]
-* `binary_semaphore` emulation with mutex
-* `array_locker` locker containers.
-
-
-[*Tests:]
+* Adding generic free functions on lockables: `lock`, `try_lock`
-[*Examples:]
+* Complete the generic free functions on multiple lockables in Boost.Thread `lock`, `try_lock` with:
+ * `lock_until`, `lock_for`, `try_lock_until`, `try_lock_for`, `unlock`
-[*Documentation:]
+[endsect]
-[*Fixed Bugs:]
+[section [*Version 0.2.0, Mars 1, 2009] ['binary_semaphore + array_locker]]
+[*New Features:]
+* `binary_semaphore` emulation with mutex
+* `array_locker` locker containers.
+
[endsect]
[section [*Version 0.1.0, Febraury 16, 2009] ['Announcement of Synchro]]
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