$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51725 - in website/public_html/beta: doc feed feed/history
From: daniel_james_at_[hidden]
Date: 2009-03-11 18:01:25
Author: danieljames
Date: 2009-03-11 18:01:22 EDT (Wed, 11 Mar 2009)
New Revision: 51725
URL: http://svn.boost.org/trac/boost/changeset/51725
Log:
Add signals2.
Text files modified: 
   website/public_html/beta/doc/libraries.xml             |    14 +++++++++                               
   website/public_html/beta/feed/downloads.rss            |     3 +                                       
   website/public_html/beta/feed/history.rss              |    52 ++++++++++++++++++++++++++++++++-       
   website/public_html/beta/feed/history/boost_1_39_0.qbk |     3 +                                       
   website/public_html/beta/feed/news.rss                 |    62 ++++++++++++++++++++++++++++++++------- 
   5 files changed, 118 insertions(+), 16 deletions(-)
Modified: website/public_html/beta/doc/libraries.xml
==============================================================================
--- website/public_html/beta/doc/libraries.xml	(original)
+++ website/public_html/beta/doc/libraries.xml	2009-03-11 18:01:22 EDT (Wed, 11 Mar 2009)
@@ -1115,6 +1115,20 @@
     <category>Function-objects</category>
   </library>
   <library>
+    <key>signals</key>
+    <boost-version>1.39.0</boost-version>
+    <name>Signals2</name>
+    <authors>Frank Mori Hess</authors>
+    <description>Managed signals & slots callback
+    implementation (thread-safe version 2).</description>
+    <documentation>libs/signals2/</documentation>
+    <std-proposal>false</std-proposal>
+    <std-tr1>false</std-tr1>
+    <header-only>true</header-only>
+    <autolink>false</autolink>
+    <category>Function-objects</category>
+  </library>
+  <library>
     <key>smart_ptr</key>
     <boost-version>1.23.0</boost-version>
     <name>Smart Ptr</name>
Modified: website/public_html/beta/feed/downloads.rss
==============================================================================
--- website/public_html/beta/feed/downloads.rss	(original)
+++ website/public_html/beta/feed/downloads.rss	2009-03-11 18:01:22 EDT (Wed, 11 Mar 2009)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
+<?xml version="1.0" encoding="utf-8"?>
+<rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
   <channel>
     <generator>BoostBook2RSS</generator>
     <title>Boost Downloads</title>
Modified: website/public_html/beta/feed/history.rss
 Modified: website/public_html/beta/feed/history/boost_1_39_0.qbk
 Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/history.rss	(original)
+++ website/public_html/beta/feed/history.rss	2009-03-11 18:01:22 EDT (Wed, 11 Mar 2009)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
+<?xml version="1.0" encoding="utf-8"?>
+<rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
   <channel>
     <generator>BoostBook2RSS</generator>
     <title>Boost History</title>
@@ -6,7 +7,54 @@
     <description/>
     <language>en-us</language>
     <copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
-  <item><title>Version 1.38.0</title><pubDate>Sun, 08 Feb 2009 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+  <item><title>Version 1.39.0</title><pubDate>$Date: 2009/03/11 21:56:31 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+      New Libraries: Updated Libraries:
+    </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041><description><div class="description">
+  
+  <div id="version_1_39_0.new_libraries">
+    <h3><span class="link">New Libraries</span></h3>
+    <ul>
+      <li>
+        <span class="library"><a href="/libs/signals2/index.html">Signals2</a>:</span> Managed signals
+        &amp; slots callback implementation (thread-safe version 2), from Frank Mori
+        Hess.
+      </li>
+    </ul>
+  </div>
+  <div id="version_1_39_0.updated_libraries">
+    <h3><span class="link">Updated Libraries</span></h3>
+    <ul>
+      <li>
+        <em>TODO</em>
+      </li>
+    </ul>
+  </div>
+  <div id="version_1_39_0.compilers_tested">
+    <h3><span class="link">Compilers Tested</span></h3>
+    <p>
+      Boost's primary test compilers are:
+    </p>
+    <ul>
+      <li>
+        <em>TODO</em>
+      </li>
+    </ul>
+    <p>
+      Boost's additional test compilers include:
+    </p>
+    <ul>
+      <li>
+        <em>TODO</em>
+      </li>
+    </ul>
+  </div>
+  <div id="version_1_39_0.acknowledgements">
+    <h3><span class="link">Acknowledgements</span></h3>
+    <p>
+      <em>TODO</em>
+    </p>
+  </div>
+</div></description></item><item><title>Version 1.38.0</title><pubDate>Sun, 08 Feb 2009 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       New Libraries: Flyweight, ScopeExit, Swap. Updated Libraries: Accumulators,
       Any, Asio, Config, Date_Time, Exception, Filesystem, Graph, Hash, Interprocess,
       Intrusive, Lexical Cast, Math, Multi-index Containers, Proto, Regex, Thread,
==============================================================================
--- website/public_html/beta/feed/history/boost_1_39_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_39_0.qbk	2009-03-11 18:01:22 EDT (Wed, 11 Mar 2009)
@@ -36,7 +36,8 @@
 
 [section New Libraries]
 
-* /TODO/
+* [phrase library..[@/libs/signals2/index.html Signals2]:] Managed signals &
+  slots callback implementation (thread-safe version 2), from Frank Mori Hess.
 
 [endsect]
 
==============================================================================
--- website/public_html/beta/feed/news.rss	(original)
+++ website/public_html/beta/feed/news.rss	2009-03-11 18:01:22 EDT (Wed, 11 Mar 2009)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
+<?xml version="1.0" encoding="utf-8"?>
+<rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
   <channel>
     <generator>BoostBook2RSS</generator>
     <title>Boost News</title>
@@ -6,7 +7,54 @@
     <description/>
     <language>en-us</language>
     <copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
-  <item><title>Version 1.38.0</title><pubDate>Sun, 08 Feb 2009 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+  <item><title>Version 1.39.0</title><pubDate>$Date: 2009/03/11 21:56:31 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+      New Libraries: Updated Libraries:
+    </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041><description><div class="description">
+  
+  <div id="version_1_39_0.new_libraries">
+    <h3><span class="link">New Libraries</span></h3>
+    <ul>
+      <li>
+        <span class="library"><a href="/libs/signals2/index.html">Signals2</a>:</span> Managed signals
+        &amp; slots callback implementation (thread-safe version 2), from Frank Mori
+        Hess.
+      </li>
+    </ul>
+  </div>
+  <div id="version_1_39_0.updated_libraries">
+    <h3><span class="link">Updated Libraries</span></h3>
+    <ul>
+      <li>
+        <em>TODO</em>
+      </li>
+    </ul>
+  </div>
+  <div id="version_1_39_0.compilers_tested">
+    <h3><span class="link">Compilers Tested</span></h3>
+    <p>
+      Boost's primary test compilers are:
+    </p>
+    <ul>
+      <li>
+        <em>TODO</em>
+      </li>
+    </ul>
+    <p>
+      Boost's additional test compilers include:
+    </p>
+    <ul>
+      <li>
+        <em>TODO</em>
+      </li>
+    </ul>
+  </div>
+  <div id="version_1_39_0.acknowledgements">
+    <h3><span class="link">Acknowledgements</span></h3>
+    <p>
+      <em>TODO</em>
+    </p>
+  </div>
+</div></description></item><item><title>Version 1.38.0</title><pubDate>Sun, 08 Feb 2009 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       New Libraries: Flyweight, ScopeExit, Swap. Updated Libraries: Accumulators,
       Any, Asio, Config, Date_Time, Exception, Filesystem, Graph, Hash, Interprocess,
       Intrusive, Lexical Cast, Math, Multi-index Containers, Proto, Regex, Thread,
@@ -1661,15 +1709,5 @@
       release.
     </p>
   </div>
-</div></description></item><item><title>Website 1.0 Launch</title><pubDate>Fri, 28 Mar 2008 16:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
-      Welcome to the new Boost website.
-    </span></span></boostbook:purpose><description><div class="description">
-  <p>
-    After much work the new Boost web site is here. Like all software the site has
-    bugs, so be gentle and reports problems in the bug tracker. Much thanks to the
-    Boost community for the help in testing, criticizing, and writing. But I especially
-    appreciate all the work Daniel James to translate content without which the web
-    site would be a much emptier place.
-  </p>
 </div></description></item></channel>
 </rss>
\ No newline at end of file
 
$include_dir="/home/hyper-archives/boost-commit/include";
include("$include_dir/msg-footer.inc");
?>