$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84377 - in branches/release: libs status
From: andrey.semashev_at_[hidden]
Date: 2013-05-19 14:46:56
Author: andysem
Date: 2013-05-19 14:46:55 EDT (Sun, 19 May 2013)
New Revision: 84377
URL: http://svn.boost.org/trac/boost/changeset/84377
Log:
Added references to Boost.Log.
Text files modified: 
   branches/release/libs/libraries.htm   |     5 +++--                                   
   branches/release/libs/maintainers.txt |     3 ++-                                     
   branches/release/status/Jamfile.v2    |     1 +                                       
   3 files changed, 6 insertions(+), 3 deletions(-)
Modified: branches/release/libs/libraries.htm
==============================================================================
--- branches/release/libs/libraries.htm	(original)
+++ branches/release/libs/libraries.htm	2013-05-19 14:46:55 EDT (Sun, 19 May 2013)
@@ -189,13 +189,14 @@
     <li>lambda - Define small unnamed
     function objects at the actual call site, and more, from Jaakko Järvi and
     Gary Powell.</li>
+    <li>lexical_cast -  General literal text conversions, such as an <code>int</code> represented as
+    a <code>string</code>, or vice-versa, from Kevlin Henney.</li>
     <li>local_function -
         Program functions locally, within other functions, directly within the scope where they are needed, from Lorenzo Caminiti.</li>
     <li>locale - Provide localization and Unicode
     handling tools for C++, from Artyom Beilis</li>
-    <li>lexical_cast -  General literal text conversions, such as an <code>int</code> represented as
-    a <code>string</code>, or vice-versa, from Kevlin Henney.</li>
     <li>lockfree - Lockfree data structures, from Tim Blechmann</li>
+    <li>log - Logging library, from Andrey Semashev</li>
     <li>math - Several contributions in the
     domain of mathematics, from various authors.</li>
     <li>math/complex number algorithms -
Modified: branches/release/libs/maintainers.txt
==============================================================================
--- branches/release/libs/maintainers.txt	(original)
+++ branches/release/libs/maintainers.txt	2013-05-19 14:46:55 EDT (Sun, 19 May 2013)
@@ -59,8 +59,9 @@
 lambda                Jaakko Jarvi <jarvi -at- cs.tamu.edu>
 local_function        Lorenzo Caminiti <lorcaminiti -at- gmail.com>
 locale                Artyom Beilis <artyomtnk -at- yahoo.com>
-logic                 Douglas Gregor <dgregor -at- cs.indiana.edu>
 lockfree              Tim Blechmann <tim -at- klingt.org>
+log                   Andrey Semashev <andrey.semashev -at- gmail.com>
+logic                 Douglas Gregor <dgregor -at- cs.indiana.edu>
 math                  Hubert Holin <Hubert.Holin -at- meteo.fr>, John Maddock <john -at- johnmaddock.co.uk>
 move                  Ion Gaztanaga <igaztanaga -at- gmail.com>
 mpl                   Aleksey Gurtovoy <agurtovoy -at- meta-comm.com>
Modified: branches/release/status/Jamfile.v2
==============================================================================
--- branches/release/status/Jamfile.v2	(original)
+++ branches/release/status/Jamfile.v2	2013-05-19 14:46:55 EDT (Sun, 19 May 2013)
@@ -101,6 +101,7 @@
     lambda/test                 # test-suite lambda
     local_function/test         # test-suite local_function
     locale/test                 # test-suite locale
+    log/test                    # test-suite log
     logic/test                  # test-suite logic
     lockfree/test               # test-suite lockfree
     math/test                   # test-suite math