Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84634 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2013-06-04 14:16:43


Author: danieljames
Date: 2013-06-04 14:16:41 EDT (Tue, 04 Jun 2013)
New Revision: 84634
URL: http://svn.boost.org/trac/boost/changeset/84634

Log:
Add beta release to site.

Also slight change to syntax highlighting because I'm now using quickbook 1.5.9
which highlights C++11 keywords.

Text files modified:
   website/public_html/live/feed/history/boost_1_54_0.qbk | 9 ++-------
   website/public_html/live/generated/dev.rss | 8 ++++----
   website/public_html/live/generated/download-items.html | 20 ++++++++++++++++++++
   website/public_html/live/generated/home-items.html | 4 ++++
   website/public_html/live/generated/state/feed-pages.txt | 7 ++++---
   website/public_html/live/generated/state/rss-items.txt | 10 +++++-----
   website/public_html/live/users/history/version_1_54_0.html | 14 +++++++-------
   7 files changed, 46 insertions(+), 26 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_54_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_54_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_54_0.qbk 2013-06-04 14:16:41 EDT (Tue, 04 Jun 2013)
@@ -14,16 +14,11 @@
 [include ext.qbk]
 
 [documentation /doc/libs/1_54_0_beta1/]
+[status beta]
+[download http://sourceforge.net/projects/boost/files/boost/1.54.0.beta.1/]
 
 [/
 
-As the release progresses add the 'status' and 'download' elements to
-indicate the release status:
-
-Beta status:
-[status beta]
-[download http://sourceforge.net/projects/boost/files/boost/1.54.0_beta.x/]
-
 Release status:
 [status released]
 [download http://sourceforge.net/projects/boost/files/boost/1.54.0/]

Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss (original)
+++ website/public_html/live/generated/dev.rss 2013-06-04 14:16:41 EDT (Tue, 04 Jun 2013)
@@ -169,7 +169,7 @@
                   </li>
                   <li>
                     <div>
- Added <code><span class="identifier">noexcept</span></code>
+ Added <code><span class="keyword">noexcept</span></code>
                       modifiers.
                     </div>
                   </li>
@@ -831,7 +831,7 @@
             </li>
             <li>
               <div>
- Add support for user-defined literals in cpp_int, improve <code><span class="identifier">constexpr</span></code> support.
+ Add support for user-defined literals in cpp_int, improve <code><span class="keyword">constexpr</span></code> support.
               </div>
             </li>
             <li>
@@ -1120,7 +1120,7 @@
           <ul>
             <li>
               <div>
- Some very basic <code><span class="identifier">noexcept</span></code>
+ Some very basic <code><span class="keyword">noexcept</span></code>
                 support.
               </div>
             </li>
@@ -1173,7 +1173,7 @@
           <ul>
             <li>
               <div>
- Now uses new type traits from Boost.TypeTrait to detect <code><span class="identifier">noexcept</span></code> constructors and assignment
+ Now uses new type traits from Boost.TypeTrait to detect <code><span class="keyword">noexcept</span></code> constructors and assignment
                 operators <a href="https://svn.boost.org/trac/boost/ticket/8296">#8296</a>. This shall increase performance of <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">variant</span></code> for many types in C++11.
               </div>
             </li>

Modified: website/public_html/live/generated/download-items.html
==============================================================================
--- website/public_html/live/generated/download-items.html (original)
+++ website/public_html/live/generated/download-items.html 2013-06-04 14:16:41 EDT (Tue, 04 Jun 2013)
@@ -1,5 +1,6 @@
 <ul class="toc">
 <li>Current Release</li>
+<li>Beta Release</li>
 <li>Old Boost Releases</li>
 <li>Subversion Repository</li>
 </ul>
@@ -23,3 +24,22 @@
 <li>Download</li>
 <li>Documentation</li>
 </ul>
+<h2 id="beta">Beta Release</h2>
+ <h3><span class=
+ "news-title">Version 1.54.0 beta</span></h3>
+
+ <p class="news-date">In Progress</p>
+
+ <p class="news-description">
+ <span class="brief"><span class="purpose">
+ New Libraries: Log, TTI, Type Erasure. Updated Libraries: Accumulators, Algorithm,
+ Any, Asio, Chrono, Circular Buffer, Context, Coroutine, Geometry, Graph, Iostreams,
+ Lexical Cast, Math, Multiprecision, Polygon, Property Map, Thread, Type Traits,
+ Unordered, Utility, Variant, Wave, xpressive, uBLAS
+</span></span></p>
+
+<ul class="menu">
+<li>Release Notes</li>
+<li>Download</li>
+<li>Documentation</li>
+</ul>

Modified: website/public_html/live/generated/home-items.html
==============================================================================
--- website/public_html/live/generated/home-items.html (original)
+++ website/public_html/live/generated/home-items.html 2013-06-04 14:16:41 EDT (Tue, 04 Jun 2013)
@@ -5,6 +5,10 @@
 <ul>
 <li><div class="news-title">Version 1.53.0</div><div class="news-date">Release Notes | Download | Documentation</div><div class="news-date">February 4th, 2013 18:29 GMT</div></li>
 </ul>
+<h3>Beta Release</h3>
+<ul>
+<li><div class="news-title">Version 1.54.0 beta</div><div class="news-date">Release Notes | Download | Documentation</div><div class="news-date">In Progress</div></li>
+</ul>
 </div>
 <p>More Downloads... (RSS)</p>
 </div>

Modified: website/public_html/live/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/live/generated/state/feed-pages.txt (original)
+++ website/public_html/live/generated/state/feed-pages.txt 2013-06-04 14:16:41 EDT (Tue, 04 Jun 2013)
@@ -2002,10 +2002,11 @@
 -documentation
 "/doc/libs/1_54_0_beta1/
 -download
+"http://sourceforge.net/projects/boost/files/boost/1.54.0.beta.1/
 -id
 "version_1_54_0
 -last_modified
-.1370125712.3
+.1370369698.55
 -location
 "users/history/version_1_54_0.html
 -notice
@@ -2021,9 +2022,9 @@
 " Unordered, Utility, Variant, Wave, xpressive, uBLAS
 "
 -qbk_hash
-"8bbbbebf4a232948c05ef6d13bfce3f69bda74db3ab2200bc317274dd5f66495
+"ea80b498f1914e86548f5042b33b3986d04e08fa0fcc21f399f26e1010eb5436
 -release_status
-"dev
+"beta
 -title
 "Version 1.54.0
 -type

Modified: website/public_html/live/generated/state/rss-items.txt
==============================================================================
--- website/public_html/live/generated/state/rss-items.txt (original)
+++ website/public_html/live/generated/state/rss-items.txt 2013-06-04 14:16:41 EDT (Tue, 04 Jun 2013)
@@ -18793,7 +18793,7 @@
 " &lt;/li&gt;
 " &lt;li&gt;
 " &lt;div&gt;
-" Added &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;noexcept&lt;/span&gt;&lt;/code&gt;
+" Added &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;noexcept&lt;/span&gt;&lt;/code&gt;
 " modifiers.
 " &lt;/div&gt;
 " &lt;/li&gt;
@@ -19455,7 +19455,7 @@
 " &lt;/li&gt;
 " &lt;li&gt;
 " &lt;div&gt;
-" Add support for user-defined literals in cpp_int, improve &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;constexpr&lt;/span&gt;&lt;/code&gt; support.
+" Add support for user-defined literals in cpp_int, improve &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;constexpr&lt;/span&gt;&lt;/code&gt; support.
 " &lt;/div&gt;
 " &lt;/li&gt;
 " &lt;li&gt;
@@ -19744,7 +19744,7 @@
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
-" Some very basic &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;noexcept&lt;/span&gt;&lt;/code&gt;
+" Some very basic &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;noexcept&lt;/span&gt;&lt;/code&gt;
 " support.
 " &lt;/div&gt;
 " &lt;/li&gt;
@@ -19797,7 +19797,7 @@
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
-" Now uses new type traits from Boost.TypeTrait to detect &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;noexcept&lt;/span&gt;&lt;/code&gt; constructors and assignment
+" Now uses new type traits from Boost.TypeTrait to detect &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;noexcept&lt;/span&gt;&lt;/code&gt; constructors and assignment
 " operators &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8296&quot;&gt;#8296&lt;/a&gt;. This shall increase performance of &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;variant&lt;/span&gt;&lt;/code&gt; for many types in C++11.
 " &lt;/div&gt;
 " &lt;/li&gt;
@@ -20103,7 +20103,7 @@
 " &lt;/div&gt;
 "</description></item>
 -last_modified
-.1370125712.3
+.1370369698.55
 -quickbook
 "feed/history/boost_1_54_0.qbk
 )

Modified: website/public_html/live/users/history/version_1_54_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_54_0.html (original)
+++ website/public_html/live/users/history/version_1_54_0.html 2013-06-04 14:16:41 EDT (Tue, 04 Jun 2013)
@@ -3,7 +3,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
- <title>Version 1.54.0 - work in progress</title>
+ <title>Version 1.54.0 beta</title>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <link rel="icon" href="/favicon.ico" type="image/ico" />
   <link rel="stylesheet" type="text/css" href="/style-v2/section-boost.css" />
@@ -37,11 +37,11 @@
             <div class="section-note"><p>Note: This version is at an early stage in its release cycle. The information listed below is incomplete and some of the documentation links may not work yet.</p></div>
             <div class="section-body">
               <h2><span class=
- "news-title">Version 1.54.0 - work in progress</span></h2>
+ "news-title">Version 1.54.0 beta</span></h2>
 
               <p><span class=news-date">In Progress</span></p>
               <p>Documentation
-
+ <p><span class="news-download">Download this beta release.</span></p>
               <div class="news-description">
                 <div class="description">
 
@@ -205,7 +205,7 @@
                   </li>
                   <li>
                     <div>
- Added <code><span class="identifier">noexcept</span></code>
+ Added <code><span class="keyword">noexcept</span></code>
                       modifiers.
                     </div>
                   </li>
@@ -867,7 +867,7 @@
             </li>
             <li>
               <div>
- Add support for user-defined literals in cpp_int, improve <code><span class="identifier">constexpr</span></code> support.
+ Add support for user-defined literals in cpp_int, improve <code><span class="keyword">constexpr</span></code> support.
               </div>
             </li>
             <li>
@@ -1156,7 +1156,7 @@
           <ul>
             <li>
               <div>
- Some very basic <code><span class="identifier">noexcept</span></code>
+ Some very basic <code><span class="keyword">noexcept</span></code>
                 support.
               </div>
             </li>
@@ -1209,7 +1209,7 @@
           <ul>
             <li>
               <div>
- Now uses new type traits from Boost.TypeTrait to detect <code><span class="identifier">noexcept</span></code> constructors and assignment
+ Now uses new type traits from Boost.TypeTrait to detect <code><span class="keyword">noexcept</span></code> constructors and assignment
                 operators #8296. This shall increase performance of <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">variant</span></code> for many types in C++11.
               </div>
             </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