$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r56995 - in website/public_html/beta/feed: . history
From: john_at_[hidden]
Date: 2009-10-19 11:45:58
Author: johnmaddock
Date: 2009-10-19 11:45:57 EDT (Mon, 19 Oct 2009)
New Revision: 56995
URL: http://svn.boost.org/trac/boost/changeset/56995
Log:
Added regex and math lib information.
Text files modified: 
   website/public_html/beta/feed/history.rss              |    15 ++++++++++++++-                         
   website/public_html/beta/feed/history/boost_1_41_0.qbk |     8 ++++++++                                
   website/public_html/beta/feed/news.rss                 |    15 ++++++++++++++-                         
   3 files changed, 36 insertions(+), 2 deletions(-)
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss	(original)
+++ website/public_html/beta/feed/history.rss	2009-10-19 11:45:57 EDT (Mon, 19 Oct 2009)
@@ -6,7 +6,7 @@
     <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.41.0</title><pubDate>$Date: 2009/10/18 18:48:26 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+  <item><title>Version 1.41.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       New Library: Property Tree. Updated libraries: Multi-index Containers, Python,
       Spirit, Unordered, Wave. Updated tool: QuickBook.
     </span></span></boostbook:purpose><description><div class="description">
@@ -45,6 +45,13 @@
         </ul>
       </li>
       <li>
+        <span class="library"><a href="/libs/math/index.html">Math</a>:</span>
+  Substantially improved
+        the performance of the incomplete gamma function and it's inverse: this enhances
+        the performance of the gamma, poisson, chi-squared and non-central chi-squared
+        distributions.
+      </li>
+      <li>
         <span class="library"><a href="/libs/multi_index/doc/index.html">Multi-index Containers</a>:</span>
   Maintenance
         fixes. Consult the library <a href="/libs/multi_index/doc/release_notes.html#boost_1_41">release
@@ -57,6 +64,12 @@
         Stefan Seefeld).
       </li>
       <li>
+        <span class="library"><a href="/libs/regex/index.html">Regex</a>:</span>
+  Added support for
+        many Perl 5.10 syntax elements including named sub-expressions, branch resets
+        and recursive regular expressions.
+      </li>
+      <li>
         <span class="library"><a href="/libs/spirit/index.html">Spirit</a>:</span> This is the initial
         official release of the new Spirit V2.1, a completely new library for parsing,
         lexing, and output generation. Note: this release is not backwards compatible
Modified: website/public_html/beta/feed/history/boost_1_41_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_41_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_41_0.qbk	2009-10-19 11:45:57 EDT (Mon, 19 Oct 2009)
@@ -35,6 +35,10 @@
     [@/doc/html/date_time/details.html#date_time.changes full changelog]
     for more detail.
 
+* [phrase library..[@/libs/math/index.html Math]:]
+  Substantially improved the performance of the incomplete gamma function and it's inverse:
+  this enhances the performance of the gamma, poisson, chi-squared and non-central chi-squared distributions.
+
 * [phrase library..[@/libs/multi_index/doc/index.html Multi-index Containers]:]
   Maintenance fixes. Consult the library
   [@/libs/multi_index/doc/release_notes.html#boost_1_41 release notes] for
@@ -44,6 +48,9 @@
   Boost.Python now supports Python 3 (Haoyu Bai's Google Summer of Code
   project, mentored by Stefan Seefeld).
 
+* [phrase library..[@/libs/regex/index.html Regex]:]
+  Added support for many Perl 5.10 syntax elements including named sub-expressions, branch resets and recursive regular expressions. 
+
 * [phrase library..[@/libs/spirit/index.html Spirit]:] This is the initial 
   official release of the new Spirit V2.1, a completely new library
   for parsing, lexing, and output generation.
@@ -159,3 +166,4 @@
 and Daniel James managed this release.
 
 [endsect]
+
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss	(original)
+++ website/public_html/beta/feed/news.rss	2009-10-19 11:45:57 EDT (Mon, 19 Oct 2009)
@@ -6,7 +6,7 @@
     <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.41.0</title><pubDate>$Date: 2009/10/18 18:48:26 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+  <item><title>Version 1.41.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       New Library: Property Tree. Updated libraries: Multi-index Containers, Python,
       Spirit, Unordered, Wave. Updated tool: QuickBook.
     </span></span></boostbook:purpose><description><div class="description">
@@ -45,6 +45,13 @@
         </ul>
       </li>
       <li>
+        <span class="library"><a href="/libs/math/index.html">Math</a>:</span>
+  Substantially improved
+        the performance of the incomplete gamma function and it's inverse: this enhances
+        the performance of the gamma, poisson, chi-squared and non-central chi-squared
+        distributions.
+      </li>
+      <li>
         <span class="library"><a href="/libs/multi_index/doc/index.html">Multi-index Containers</a>:</span>
   Maintenance
         fixes. Consult the library <a href="/libs/multi_index/doc/release_notes.html#boost_1_41">release
@@ -57,6 +64,12 @@
         Stefan Seefeld).
       </li>
       <li>
+        <span class="library"><a href="/libs/regex/index.html">Regex</a>:</span>
+  Added support for
+        many Perl 5.10 syntax elements including named sub-expressions, branch resets
+        and recursive regular expressions.
+      </li>
+      <li>
         <span class="library"><a href="/libs/spirit/index.html">Spirit</a>:</span> This is the initial
         official release of the new Spirit V2.1, a completely new library for parsing,
         lexing, and output generation. Note: this release is not backwards compatible