|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r62275 - in website/public_html/live/feed: . downloads
From: daniel_james_at_[hidden]
Date: 2010-05-27 16:40:39
Author: danieljames
Date: 2010-05-27 16:40:38 EDT (Thu, 27 May 2010)
New Revision: 62275
URL: http://svn.boost.org/trac/boost/changeset/62275
Log:
Missed out intro paragraph.
Text files modified:
website/public_html/live/feed/downloads.rss | 15 ++++++++++++++-
website/public_html/live/feed/downloads/bjam_3_1_18.qbk | 14 +++++++++++++-
2 files changed, 27 insertions(+), 2 deletions(-)
Modified: website/public_html/live/feed/downloads.rss
Modified: website/public_html/live/feed/downloads/bjam_3_1_18.qbk
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
==============================================================================
--- website/public_html/live/feed/downloads.rss (original)
+++ website/public_html/live/feed/downloads.rss 2010-05-27 16:40:38 EDT (Thu, 27 May 2010)
@@ -495,11 +495,24 @@
and Vladimir Prus managed this release.
</p>
</div>
-</div></description></item><item><title>Boost Jam 3.1.18</title><pubDate>Mon, 22 Mar 2010 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"/></boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost-jam/3.1.18/><description><div class="description">
+</div></description></item><item><title>Boost Jam 3.1.18</title><pubDate>Mon, 22 Mar 2010 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ After years of bjam developments.. This is going to be the last unbundled release
+ of the 3.1.x series. From this point forward bjam will only be bundled as part
+ of the larger Boost Build system. And hence will likely change name at some
+ point. As a side effect of this move people will get more frequent release
+ of bjam (or whatever it ends up being called).
+ </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost-jam/3.1.18/><description><div class="description">
<p>
+ After years of bjam developments.. This is going to be the last unbundled release
+ of the 3.1.x series. From this point forward bjam will only be bundled as part
+ of the larger Boost Build system. And hence will likely change name at some point.
+ As a side effect of this move people will get more frequent release of bjam (or
+ whatever it ends up being called).
+ </p>
+ <p>
<ul><li>New built-ins, MD5, SPLIT_BY_CHARACTERS, PRECIOUS, PAD, FILE_OPEN, and UPDATE_NOW.
-- <em>Vladimir P.</em> </li>
<li>Ensure all file descriptors are closed when
==============================================================================
--- website/public_html/live/feed/downloads/bjam_3_1_18.qbk (original)
+++ website/public_html/live/feed/downloads/bjam_3_1_18.qbk 2010-05-27 16:40:38 EDT (Thu, 27 May 2010)
@@ -1,7 +1,13 @@
[article Boost Jam 3.1.18
[quickbook 1.5]
[source-mode c++]
- [purpose ]
+ [purpose
+After years of bjam developments.. This is going to be the last unbundled release of the
+3.1.x series. From this point forward bjam will only be bundled as part of the larger
+Boost Build system. And hence will likely change name at some point. As a side effect
+of this move people will get more frequent release of bjam (or whatever it ends up being
+called).
+ ]
[authors [Rivera, Rene]]
[last-revision Mon, 22 Mar 2010 12:00:00 GMT]
]
@@ -12,6 +18,12 @@
[download http://sourceforge.net/projects/boost/files/boost-jam/3.1.18/]
+After years of bjam developments.. This is going to be the last unbundled release of the
+3.1.x series. From this point forward bjam will only be bundled as part of the larger
+Boost Build system. And hence will likely change name at some point. As a side effect
+of this move people will get more frequent release of bjam (or whatever it ends up being
+called).
+
[list
[li New built-ins, MD5, SPLIT_BY_CHARACTERS, PRECIOUS, PAD, FILE_OPEN, and UPDATE_NOW.
-- ['Vladimir P.]