Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75104 - in website/public_html/beta: feed feed/history site-tools/state users/history
From: dnljms_at_[hidden]
Date: 2011-10-24 08:42:13


Author: danieljames
Date: 2011-10-24 08:42:11 EDT (Mon, 24 Oct 2011)
New Revision: 75104
URL: http://svn.boost.org/trac/boost/changeset/75104

Log:
Quickbook: Release notes from math and regex.
Text files modified:
   website/public_html/beta/feed/dev.rss | 72 ++++++++++++++++++++++++++++++++++++++++
   website/public_html/beta/feed/history/boost_1_48_0.qbk | 31 +++++++++++++++++
   website/public_html/beta/site-tools/state/feed-pages.txt | 6 +-
   website/public_html/beta/users/history/version_1_48_0.html | 72 ++++++++++++++++++++++++++++++++++++++++
   4 files changed, 178 insertions(+), 3 deletions(-)

Modified: website/public_html/beta/feed/dev.rss
==============================================================================
--- website/public_html/beta/feed/dev.rss (original)
+++ website/public_html/beta/feed/dev.rss 2011-10-24 08:42:11 EDT (Mon, 24 Oct 2011)
@@ -132,6 +132,63 @@
                 statistics, provided by Thomas Mang.
               </div>
             </li>
+ <li>
+ <div>
+ Added tests to use improved version of lexical_cast which handles
+ C99 nonfinites without using globale facets.
+ </div>
+ </li>
+ <li>
+ <div>
+ Corrected wrong out-of-bound uniform distribution CDF complement
+ values <a href="https://svn.boost.org/trac/boost/ticket/5733">#5733</a>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Enabled long double support on OpenBSD (issue <a href="https://svn.boost.org/trac/boost/ticket/6014">#6014</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Changed nextafter and related functions to behave in the same way
+ as other implementations - so that nextafter(+INF, 0) is a finite
+ value (issue <a href="https://svn.boost.org/trac/boost/ticket/5832">#5832</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Changed tuple include configuration to fix issue when using in conjunction
+ with Boost.Tr1 (issue <a href="https://svn.boost.org/trac/boost/ticket/5934">#5934</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Changed class eps_tolerance to behave correctly when both ends of
+ the range are zero (issue <a href="https://svn.boost.org/trac/boost/ticket/6001">#6001</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed missing include guards on prime.hpp (issue <a href="https://svn.boost.org/trac/boost/ticket/5927">#5927</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Removed unused/undocumented constants from constants.hpp (issue
+ <a href="https://svn.boost.org/trac/boost/ticket/5982">#5982</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed missing std:: prefix in nonfinite_num_facets.hpp (issue <a href="https://svn.boost.org/trac/boost/ticket/5914">#5914</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Minor patches for Cray compiler compatibility.
+ </div>
+ </li>
           </ul>
         </div>
       </li>
@@ -150,6 +207,21 @@
       </li>
       <li>
         <div>
+ <span class="library"><a href="http://www.boost.org/libs/regex/">Regex</a>:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed issues: <a href="https://svn.boost.org/trac/boost/ticket/698">#698</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/5835">#5835</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/5958">#5958</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/5736">#5736</a>.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library"><a href="http://www.boost.org/libs/spirit/index.html">Spirit</a>:</span>
           <ul>
             <li>

Modified: website/public_html/beta/feed/history/boost_1_48_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_48_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_48_0.qbk 2011-10-24 08:42:11 EDT (Mon, 24 Oct 2011)
@@ -78,10 +78,41 @@
     [@https://svn.boost.org/trac/boost/ticket/5560 #5560].
   * Added an example of using Inverse Chi-Squared distribution for
     Bayesian statistics, provided by Thomas Mang.
+ * Added tests to use improved version of lexical_cast which handles
+ C99 nonfinites without using globale facets.
+ * Corrected wrong out-of-bound uniform distribution CDF complement
+ values
+ [@https://svn.boost.org/trac/boost/ticket/5733 #5733].
+ * Enabled long double support on OpenBSD (issue
+ [@https://svn.boost.org/trac/boost/ticket/6014 #6014]).
+ * Changed nextafter and related functions to behave in the same way as
+ other implementations - so that nextafter(+INF, 0) is a finite value
+ (issue
+ [@https://svn.boost.org/trac/boost/ticket/5832 #5832]).
+ * Changed tuple include configuration to fix issue when using in
+ conjunction with Boost.Tr1 (issue
+ [@https://svn.boost.org/trac/boost/ticket/5934 #5934]).
+ * Changed class eps_tolerance to behave correctly when both ends of
+ the range are zero (issue
+ [@https://svn.boost.org/trac/boost/ticket/6001 #6001]).
+ * Fixed missing include guards on prime.hpp (issue
+ [@https://svn.boost.org/trac/boost/ticket/5927 #5927]).
+ * Removed unused/undocumented constants from constants.hpp (issue
+ [@https://svn.boost.org/trac/boost/ticket/5982 #5982]).
+ * Fixed missing std:: prefix in nonfinite_num_facets.hpp (issue
+ [@https://svn.boost.org/trac/boost/ticket/5914 #5914]).
+ * Minor patches for Cray compiler compatibility.
 
 * [phrase library..[@/libs/numeric/conversion/index.html Numeric.Conversion]:]
   * Added numeric_cast_traits; see '[@/doc/libs/1_48_0/libs/numeric/conversion/doc/html/boost_numericconversion/type_requirements_and_user_defined_types_support.html#boost_numericconversion.type_requirements_and_user_defined_types_support.udts_with_numeric_cast numeric_cast_traits]' for details.
 
+* [phrase library..[@/libs/regex/ Regex]:]
+ * Fixed issues:
+ [@https://svn.boost.org/trac/boost/ticket/698 #698],
+ [@https://svn.boost.org/trac/boost/ticket/5835 #5835],
+ [@https://svn.boost.org/trac/boost/ticket/5958 #5958],
+ [@https://svn.boost.org/trac/boost/ticket/5736 #5736].
+
 * [phrase library..[@/libs/spirit/index.html Spirit]:]
   * Spirit V2.5.1, see the
     '[@/doc/libs/1_48_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_1.html What's New]'

Modified: website/public_html/beta/site-tools/state/feed-pages.txt
==============================================================================
--- website/public_html/beta/site-tools/state/feed-pages.txt (original)
+++ website/public_html/beta/site-tools/state/feed-pages.txt 2011-10-24 08:42:11 EDT (Mon, 24 Oct 2011)
@@ -1607,7 +1607,7 @@
 -id
 "version_1_48_0
 -last_modified
-.1319456822.14
+.1319460095.57
 -location
 "users/history/version_1_48_0.html
 -page_state
@@ -1618,9 +1618,9 @@
 " New Libraries: Container, Locale, Move. Updated Libraries:
 "
 -qbk_hash
-"10499ec5ccce0b12929cf0ad607d0cdde2792e3358ddc69ddc9a54f7182e1966
+"256eb222f68a6f1366ef5a18cbd6697a793fa726e25295e780183cab6d476898
 -rss_hash
-"38cc1d0755ffda8924c2a1aa4ea7d6704fd95e89fc3513686e38d7713c7a7850
+"ef4bef2760672025845bf31f0d67f3ea5f9fc7e73e1a328ac58aca47980d7326
 -title
 "Version 1.48.0
 )

Modified: website/public_html/beta/users/history/version_1_48_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_48_0.html (original)
+++ website/public_html/beta/users/history/version_1_48_0.html 2011-10-24 08:42:11 EDT (Mon, 24 Oct 2011)
@@ -170,6 +170,63 @@
                 statistics, provided by Thomas Mang.
               </div>
             </li>
+ <li>
+ <div>
+ Added tests to use improved version of lexical_cast which handles
+ C99 nonfinites without using globale facets.
+ </div>
+ </li>
+ <li>
+ <div>
+ Corrected wrong out-of-bound uniform distribution CDF complement
+ values #5733.
+ </div>
+ </li>
+ <li>
+ <div>
+ Enabled long double support on OpenBSD (issue #6014).
+ </div>
+ </li>
+ <li>
+ <div>
+ Changed nextafter and related functions to behave in the same way
+ as other implementations - so that nextafter(+INF, 0) is a finite
+ value (issue #5832).
+ </div>
+ </li>
+ <li>
+ <div>
+ Changed tuple include configuration to fix issue when using in conjunction
+ with Boost.Tr1 (issue #5934).
+ </div>
+ </li>
+ <li>
+ <div>
+ Changed class eps_tolerance to behave correctly when both ends of
+ the range are zero (issue #6001).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed missing include guards on prime.hpp (issue #5927).
+ </div>
+ </li>
+ <li>
+ <div>
+ Removed unused/undocumented constants from constants.hpp (issue
+ #5982).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed missing std:: prefix in nonfinite_num_facets.hpp (issue #5914).
+ </div>
+ </li>
+ <li>
+ <div>
+ Minor patches for Cray compiler compatibility.
+ </div>
+ </li>
           </ul>
         </div>
       </li>
@@ -188,6 +245,21 @@
       </li>
       <li>
         <div>
+ <span class="library">Regex:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed issues: #698,
+ #5835,
+ #5958,
+ #5736.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Spirit:</span>
           <ul>
             <li>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk