Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60709 - trunk/tools/jam/doc
From: grafikrobot_at_[hidden]
Date: 2010-03-19 10:37:41


Author: grafik
Date: 2010-03-19 10:37:40 EDT (Fri, 19 Mar 2010)
New Revision: 60709
URL: http://svn.boost.org/trac/boost/changeset/60709

Log:
Add change history for 3.1.18 release.
Text files modified:
   trunk/tools/jam/doc/history.qbk | 44 ++++++++++++++++++++++++++++++++++++++++
   1 files changed, 44 insertions(+), 0 deletions(-)

Modified: trunk/tools/jam/doc/history.qbk
==============================================================================
--- trunk/tools/jam/doc/history.qbk (original)
+++ trunk/tools/jam/doc/history.qbk 2010-03-19 10:37:40 EDT (Fri, 19 Mar 2010)
@@ -1,5 +1,49 @@
 [variablelist
 
+[[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.]
+ ]
+ [li Ensure all file descriptors are closed when executing actions complete on *nix.
+ -- ['Noel B.]
+ ]
+ [li Fix warnings, patch from Mateusz Loskot.
+ -- ['Vladimir P.]
+ ]
+ [li Add KEEP_GOING var to programatically override the '-q' option.
+ -- ['Vladimir P.]
+ ]
+ [li Add more parameters, up to 19 from 9, to rule invocations. Patch from
+ Jonathan Biggar.
+ -- ['Vladimir P.]
+ ]
+ [li Print failed command output even if the normally quite '-d0' option.
+ -- ['Vladimir P.]
+ ]
+ [li Build of bjam with vc10, aka Visual Studio 2010.
+ -- ['Vladimir P.]
+ ]
+ [li More macros for detection of OSPLAT, patch from John W. Bito.
+ -- ['Vladimir P.]
+ ]
+ [li Add PARALLELISM var to programatically override the '-j' option.
+ -- ['Vladimir P.]
+ ]
+ [li Tweak doc building to allow for PDF generation of docs.
+ -- ['John M.]
+ ]
+]
+
+]]
+
 [[3.1.17] [
 
 A year in the making this release has many stability improvements and various performance


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