$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r83813 - trunk/libs/chrono/doc
From: vicente.botet_at_[hidden]
Date: 2013-04-08 13:45:55
Author: viboes
Date: 2013-04-08 13:45:54 EDT (Mon, 08 Apr 2013)
New Revision: 83813
URL: http://svn.boost.org/trac/boost/changeset/83813
Log:
Chrono: Apply patch for 8370.
Text files modified: 
   trunk/libs/chrono/doc/chrono.qbk |    13 ++++++++++++-                           
   1 files changed, 12 insertions(+), 1 deletions(-)
Modified: trunk/libs/chrono/doc/chrono.qbk
==============================================================================
--- trunk/libs/chrono/doc/chrono.qbk	(original)
+++ trunk/libs/chrono/doc/chrono.qbk	2013-04-08 13:45:54 EDT (Mon, 08 Apr 2013)
@@ -3804,7 +3804,7 @@
 
 [section:system_clock Class `system_clock`]
 
-The __system_clock class provides a means of obtaining the current wall-clock time from the system-wide real-time clock. The current time can be obtained by calling `system_clock::now()`. Instances of `system_clock::time_point`  can be converted to and from time_t  with the `system_clock::to_time_t()`  and `system_clock::to_time_point()`  functions. If system clock is not steady, a subsequent call to `system_clock::now()`  may return an earlier time than a previous call (e.g. if the operating system clock is manually adjusted, or synchronized with an external clock).
+The __system_clock class provides a means of obtaining the current wall-clock time from the system-wide real-time clock. The current time can be obtained by calling `system_clock::now()`. Instances of `system_clock::time_point`  can be converted to and from time_t  with the `system_clock::to_time_t()`  and `system_clock::from_time_t()`  functions. If system clock is not steady, a subsequent call to `system_clock::now()`  may return an earlier time than a previous call (e.g. if the operating system clock is manually adjusted, or synchronized with an external clock).
 
 The current implementation of __system_clock is related an epoch (midnight UTC of January 1, 1970), but this is not in the contract. You need to use the static function static
 
@@ -7324,6 +7324,17 @@
 [/==================================]
 
 [//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////]
+[section [*Version 2.0.2, April 1, 2013 - 1.54] ]
+
+[*Fixes:]
+
+* [@http://svn.boost.org/trac/boost/ticket/8079 #8079] Chrono memory leak
+* [@http://svn.boost.org/trac/boost/ticket/8318 #8318] BOOST_FORCEINLINE constructors of time_point and duration
+* [@http://svn.boost.org/trac/boost/ticket/8370 #8370] typo in chrono reference
+
+[endsect] [/section [*Version 2.0.2] ]
+
+[//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////]
 [section [*Version 2.0.1, January 18, 2013 - 1.53] ]
 
 [*Deprecated:]