$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: john.groups_at_[hidden]
Date: 2007-11-08 17:52:39
Author: jtorjo
Date: 2007-11-08 17:52:38 EST (Thu, 08 Nov 2007)
New Revision: 40949
URL: http://svn.boost.org/trac/boost/changeset/40949
Log:
[logging]
v0.11.2, 9 nov 2007
- can now see the current version from the contents
Text files modified: 
   sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp         |     5 +++--                                   
   sandbox/logging/boost/logging/detail/raw_doc/table_of_contents.hpp |     1 +                                       
   2 files changed, 4 insertions(+), 2 deletions(-)
Modified: sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp	(original)
+++ sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp	2007-11-08 17:52:38 EST (Thu, 08 Nov 2007)
@@ -1,9 +1,10 @@
 /** 
 @page page_changelog Changelog
 
-v0.11, 9 nov 2007
+@section changelog_cur_ver Current Version: v0.11.2, 9 nov 2007
+- can now see the current version from the contents
 - compiles with gcc 3.4.2, gcc 4.1, and VS 2005
-- we have boost::logging::scenario namespace, which finds the best filter/logger, based on your application's needs
+- we have boost::logging::scenario namespace, which finds the right filter/logger, based on your application's needs
 
 v0.10.12, 8 nov 2007
 - added tss_resource_once_init and correspondent filter/logger class
Modified: sandbox/logging/boost/logging/detail/raw_doc/table_of_contents.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/raw_doc/table_of_contents.hpp	(original)
+++ sandbox/logging/boost/logging/detail/raw_doc/table_of_contents.hpp	2007-11-08 17:52:38 EST (Thu, 08 Nov 2007)
@@ -7,6 +7,7 @@
 - @ref main_intro
     - @ref main_motivation
     - @ref page_changelog
+        - @ref changelog_cur_ver 
 - @ref common_scenarios
     - @ref common_scenarios_1
     - @ref common_scenarios_2