|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r69145 - in website/public_html/live: . feed users/download
From: dnljms_at_[hidden]
Date: 2011-02-22 10:58:46
Author: danieljames
Date: 2011-02-22 10:58:41 EST (Tue, 22 Feb 2011)
New Revision: 69145
URL: http://svn.boost.org/trac/boost/changeset/69145
Log:
Remove bjam download link.
Text files modified:
website/public_html/live/feed/build.jam | 6 ++++
website/public_html/live/feed/downloads-hashes.txt | 1
website/public_html/live/feed/downloads.rss | 42 ----------------------------------------
website/public_html/live/index.html | 9 +------
website/public_html/live/users/download/index.html | 23 --------------------
5 files changed, 8 insertions(+), 73 deletions(-)
Modified: website/public_html/live/feed/build.jam
==============================================================================
--- website/public_html/live/feed/build.jam (original)
+++ website/public_html/live/feed/build.jam 2011-02-22 10:58:41 EST (Tue, 22 Feb 2011)
@@ -62,7 +62,11 @@
path-constant CWD : . ;
-make downloads.rss : [ glob-rss history/boost_1_46_0 downloads/* ]
+make downloads.rss
+ : [ set.difference
+ [ glob-rss history/boost_1_46_0 downloads/* ] :
+ [ glob-rss downloads/bjam* ]
+ ]
: @rss :
<title>"Boost Downloads"
<uri>"http://www.boost.org/feed/downloads.rss"
Modified: website/public_html/live/feed/downloads-hashes.txt
==============================================================================
--- website/public_html/live/feed/downloads-hashes.txt (original)
+++ website/public_html/live/feed/downloads-hashes.txt 2011-02-22 10:58:41 EST (Tue, 22 Feb 2011)
@@ -1,2 +1 @@
-downloads/bjam_3_1_18.qbk,3fa0f751328cdf3b835878df36f729822e62276f246a097610cc00d71a552b6f,7bfe3ed40a63c66b92b69dac5087c46a23977d2b90fd21fdcbc94947ea4a1166
history/boost_1_46_0.qbk,1682fbdf4b35e481d2c16bbb33aede55618b267f950f2d4aed70afe399ea1b26,0ae2f9a1995f28f4a71fadd9a84c009747690c7a29a56b8f3f9a7b76fe29c933
Modified: website/public_html/live/feed/downloads.rss
Modified: website/public_html/live/index.html
Modified: website/public_html/live/users/download/index.html
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 2011-02-22 10:58:41 EST (Tue, 22 Feb 2011)
@@ -863,47 +863,5 @@
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"><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
- executing actions complete on *nix. -- <em>Noel B.</em> </li>
- <li>Fix warnings,
- patch from Mateusz Loskot. -- <em>Vladimir P.</em> </li>
- <li>Add KEEP_GOING
- var to programatically override the '-q' option. -- <em>Vladimir P.</em>
- </li>
- <li>Add more parameters, up to 19 from 9, to rule invocations. Patch from Jonathan
- Biggar. -- <em>Vladimir P.</em> </li>
- <li>Print failed command output even
- if the normally quite '-d0' option. -- <em>Vladimir P.</em> </li>
- <li>Build
- of bjam with vc10, aka Visual Studio 2010. -- <em>Vladimir P.</em>
- </li>
- <li>More macros for detection of OSPLAT, patch from John W. Bito. -- <em>Vladimir
- P.</em> </li>
- <li>Add PARALLELISM var to programatically override the '-j' option.
- -- <em>Vladimir P.</em> </li>
- <li>Tweak doc building to allow for PDF generation
- of docs. -- <em>John M.</em> </li>
-</ul>
- </p>
</div></description></item></channel>
</rss>
\ No newline at end of file
==============================================================================
--- website/public_html/live/index.html (original)
+++ website/public_html/live/index.html 2011-02-22 10:58:41 EST (Tue, 22 Feb 2011)
@@ -98,12 +98,7 @@
"news-title">Version 1.46.0 (release notes)
</span>
<span class=
- "news-date">February 21st, 2011 20:36 GMT</span></li>
- <li><span class=
- "news-title">Boost Jam 3.1.18 (release notes)
- </span>
- <span class=
- "news-date">March 22nd, 2010 12:00 GMT</span></li> </ul>
+ "news-date">February 21st, 2011 20:36 GMT</span></li> </ul>
<p>More Downloads...
(RSS)</p>
@@ -168,7 +163,7 @@
<div id="footer">
<div id="footer-left">
<div id="revised">
- <p>Revised $Date: 2010-12-11 14:59:32 +0000 (Sat, 11 Dec 2010) $</p>
+ <p>Revised $Date: 2010-08-18 20:55:41 +0100 (Wed, 18 Aug 2010) $</p>
</div>
<div id="copyright">
==============================================================================
--- website/public_html/live/users/download/index.html (original)
+++ website/public_html/live/users/download/index.html 2011-02-22 10:58:41 EST (Tue, 22 Feb 2011)
@@ -54,27 +54,6 @@
<li>
<a href="http://sourceforge.net/projects/boost/files/boost/1.46.0/">Download</a></li>
</ul>
- <h3><span class=
- "news-title">Boost Jam 3.1.18</span></h3>
-
- <p class="news-date">March 22nd, 2010 12:00 GMT</p>
-
- <p class="news-description">
- <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></p>
-
- <ul class="menu">
- <li>
- Release Notes</li>
-
- <li>
- Download</li>
- </ul>
<h2><a name="history" id="history"></a>Old Boost Releases</h2>
<p>Old versions of boost can be found on the <a href=
@@ -164,7 +143,7 @@
<div id="footer">
<div id="footer-left">
<div id="revised">
- <p>Revised $Date: 2010-12-11 14:59:32 +0000 (Sat, 11 Dec 2010) $</p>
+ <p>Revised $Date: 2010-11-19 16:29:58 +0000 (Fri, 19 Nov 2010) $</p>
</div>
<div id="copyright">