Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-12-02 23:17:53


Author: grafik
Date: 2007-12-02 23:17:52 EST (Sun, 02 Dec 2007)
New Revision: 41630
URL: http://svn.boost.org/trac/boost/changeset/41630

Log:
Boost Jam 3.1.16 release.
Added:
   website/public_html/beta/feed/downloads/bjam_3_1_16.qbk
      - copied, changed from r41629, /website/public_html/beta/feed/downloads/bjam_3_1_15.qbk
   website/public_html/beta/feed/downloads/bjam_3_1_16.xml (contents, props changed)
Removed:
   website/public_html/beta/feed/downloads/bjam_3_1_15.qbk
   website/public_html/beta/feed/downloads/bjam_3_1_15.xml
Text files modified:
   website/public_html/beta/feed/build.jam | 4 +
   website/public_html/beta/feed/downloads.rss | 103 +++++++++++++--------------------------
   website/public_html/beta/feed/downloads/bjam_3_1_16.qbk | 53 +++++++++-----------
   website/public_html/beta/feed/history.rss | 3
   website/public_html/beta/feed/news.rss | 3
   5 files changed, 64 insertions(+), 102 deletions(-)

Modified: website/public_html/beta/feed/build.jam
==============================================================================
--- website/public_html/beta/feed/build.jam (original)
+++ website/public_html/beta/feed/build.jam 2007-12-02 23:17:52 EST (Sun, 02 Dec 2007)
@@ -1,4 +1,4 @@
-# Copyright 2006 Rene Rivera
+# Copyright 2006-2007 Rene Rivera
 # Distributed under the Boost Software License, Version 1.0.
 # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
 
@@ -31,6 +31,8 @@
         = [ get <count> : $(properties) ] ;
     BB2RSS on $(targets)
         = [ path.native [ path.join [ get <cwd> : $(properties) ] bbook2rss.py ] ] ;
+ JAMSHELL on $(targets)
+ = % ;
 }
 
 actions rss

Modified: website/public_html/beta/feed/downloads.rss
==============================================================================
--- website/public_html/beta/feed/downloads.rss (original)
+++ website/public_html/beta/feed/downloads.rss 2007-12-02 23:17:52 EST (Sun, 02 Dec 2007)
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<rss version="2.0">
+<?xml version="1.0" encoding="utf-8"?><rss version="2.0">
   <channel>
     <generator>BoostBook2RSS</generator>
     <title>Boost Downloads</title>
@@ -7,111 +6,79 @@
     <description/>
     <language>en-us</language>
     <copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
- <item><title>Boost Jam 3.1.15</title><pubDate>Sun, 30 Sep 2007 16:27:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
- This release sees a variety of fixes for long standing Perforce/Jam problems.
- Most of them relating to running actions in parallel with the -jN option. The
- end result of the changes is that running parallel actions is now reliably
- possible in Unix and Windows environments. Many thanks to Noel for joining
- the effort, to implement and fix the Unix side of stuff.
- &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=72941&amp;release_id=543223><description>&lt;div class=&quot;description&quot;&gt;
+ <item><title>Boost Jam 3.1.16</title><pubDate>Mon, 3 Dec 2007 04:09:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ This is mostly a bug fix release.
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
https://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=72941&amp;release_id=558771><description>&lt;div class=&quot;description&quot;&gt;
   
   &lt;p&gt;
- This release sees a variety of fixes for long standing Perforce/Jam problems.
- Most of them relating to running actions in parallel with the -jN option. The
- end result of the changes is that running parallel actions is now reliably possible
- in Unix and Windows environments. Many thanks to Noel for joining the effort,
- to implement and fix the Unix side of stuff.
+ This is mostly a bug fix release.
   &lt;/p&gt;
   &lt;ul&gt;
     &lt;li&gt;
- Add support for building bjam with pgi and pathscale toolsets. -- Noel B.
+ Work around some Windows CMD.EXE programs that will fail executing a totally
+ empty batch file. -- Rene R.
     &lt;/li&gt;
     &lt;li&gt;
- Implement running action commands through pipes (-p option) to fix jumbled
- output when using parallel execution with -j option. This is implemented for
- Unix variants, and Windows (Win32/NT). -- Rene R., Noel B.
+ Add support for detection and building with vc9. -- John P.
     &lt;/li&gt;
     &lt;li&gt;
- Add &amp;quot;sun&amp;quot; as alias to Sun Workshop compiler tools. -- Rene R.
+ Plug memory leak when closing out actions. Thanks to Martin Kortmann for finding
+ this. -- Rene R.
     &lt;/li&gt;
     &lt;li&gt;
- Set MAXLINE in jam.h to 23k bytes for AIX. The piecemeal archive action was
- broken with the default MAXLINE of 102400. Because the AIX shell uses some
- of the 24k default buffer size for its own use, I reduced it to 23k. -- Noel
- B.
- &lt;/li&gt;
- &lt;li&gt;
- Make use of output dir options of msvc to not polute src dir with compiled
- files. -- Rene R.
- &lt;/li&gt;
- &lt;li&gt;
- A small fix, so -d+2 will always show the &amp;quot;real&amp;quot; commands being executed
- instead of casually the name of a temporary batch file. -- Roland S.
- &lt;/li&gt;
- &lt;li&gt;
- Add test to check 'bjam -n'. -- Rene R.
- &lt;/li&gt;
- &lt;li&gt;
- Add test to check 'bjam -d2'. -- Rene R.
+ Various improvements to __TIMING&lt;em&gt;RULE&lt;/em&gt;_
+ and __ACTION&lt;em&gt;RULE&lt;/em&gt;_ target variable hooks.
+ -- Rene R.
     &lt;/li&gt;
     &lt;li&gt;
- Bring back missing output of -n option. The -o option continues to be broken
- as it has been for a long time now because of the @ file feature. -- Rene R.
+ Change JAMDATE to use common ISO date format. -- Rene R.
     &lt;/li&gt;
     &lt;li&gt;
- Update GC support to work with Boehm GC 7.0. -- Rene R.
+ Add test for result status values of simple actions, i.e. empty actions. --
+ Rene R.
     &lt;/li&gt;
     &lt;li&gt;
- Revert the BOOST_BUILD_PATH change, since the directory passed to boost-build
- should be first in searched paths, else project local build system will not
- be picked correctly. The order had been changed to allow searching of alternate
- user-config.jam files from boost build. This better should be done with --user-config=
- switch or similar. -- Roland S.
+ Fix buffer overrun bug in expanding @() subexpressions. -- Rene R.
     &lt;/li&gt;
     &lt;li&gt;
- Initial support for defining action body from Python. -- Vladimir P.
+ Check empty string invariants, instead of assuming all strings are allocated.
+ And reset strings when they are freed. -- Rene R.
     &lt;/li&gt;
     &lt;li&gt;
- Implement @() expansion during parse phase. -- Rene R.
+ Add OSPLAT=PARISC for HP-UX PA-RISC. -- Boris G.
     &lt;/li&gt;
     &lt;li&gt;
- Define OSPLAT var unconditionally, and more generically, when possible. --
- Rene R.
- &lt;/li&gt;
- &lt;li&gt;
- Fix undeclared INT_MAX on some platforms, i.e. Linux. -- Rene R.
+ Make quietly actions really quiet by not printing the command output. The output
+ for the quietly actions is still available through __ACTION&lt;em&gt;RULE&lt;/em&gt;_.
+ -- Rene R.
     &lt;/li&gt;
     &lt;li&gt;
- Modified execunix.c to add support for terminating processes that consume too
- much cpu or that hang and fail to consume cpu at all. This in support of the
- bjam -lx option. -- Noel B.
+ Switch intel-win32 to use static multi thread runtime since the single thread
+ static runtime is no longer available. -- Rene R.
     &lt;/li&gt;
     &lt;li&gt;
- Add internal dependencies for multi-file generating actions to indicate that
- the targets all only appear when the first target appears. This fixes the long
- standing problem Perforce/Jam has with multi-file actions and parallel execution
- (-jN). -- Rene R.
+ When setting OSPLAT, check __ia64 macro. -- Boris G.
     &lt;/li&gt;
     &lt;li&gt;
- Add test of -l limit option now that it's implemented on windows and unix.
- -- Rene R.
+ Get the unix timing working correctly. -- Noel B.
     &lt;/li&gt;
     &lt;li&gt;
- Add test for no-op @() expansion. -- Rene R.
+ Add -fno-strict-aliasing to compilation with gcc. Which works around GCC-4.2
+ crash problems. -- Boris G.
     &lt;/li&gt;
     &lt;li&gt;
- Handle invalid formats of @() as doing a straight substitution instead of erroring
- out. -- Rene R.
+ Increased support for Python integration. -- Vladimir P., Daniel W.
     &lt;/li&gt;
     &lt;li&gt;
- Various fixes to compile on SGI/Irix. -- Noel B.
+ Allow specifying options with quotes, i.e. --with-python=xyz, to work around
+ the CMD shell using = as an argument separator. -- Rene R.
     &lt;/li&gt;
     &lt;li&gt;
- Add output for when actions timeout with -lN option. -- Rene R., Noel B.
+ Add values of variables specified with -s to .EVNRION module, so that we can
+ override environment on command line. -- Vladimir P.
     &lt;/li&gt;
     &lt;li&gt;
- Add needed include (according to XOPEN) for definition of WIFEXITED and WEXITSTATUS.
- -- Markus S.
+ Make NORMALIZE_PATH convert to /. -- Vladimir P.
     &lt;/li&gt;
   &lt;/ul&gt;
 &lt;/div&gt;</description></item><item><title>Version 1.34.1</title><pubDate>Tue, 24 Jul 2007 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;

Deleted: website/public_html/beta/feed/downloads/bjam_3_1_15.qbk
==============================================================================
--- website/public_html/beta/feed/downloads/bjam_3_1_15.qbk 2007-12-02 23:17:52 EST (Sun, 02 Dec 2007)
+++ (empty file)
@@ -1,37 +0,0 @@
-[article Boost Jam 3.1.15
- [quickbook 1.4]
- [source-mode c++]
- [purpose This release sees a variety of fixes for long standing Perforce/Jam problems. Most of them relating to running actions in parallel with the -jN option. The end result of the changes is that running parallel actions is now reliably possible in Unix and Windows environments. Many thanks to Noel for joining the effort, to implement and fix the Unix side of stuff.]
- [authors [Rivera, Rene]]
- [last-revision Sun, 30 Sep 2007 16:27:00 GMT]
-]
-
-[include ext.qbk]
-
-[download
http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=72941&release_id=543223]
-
-This release sees a variety of fixes for long standing Perforce/Jam problems. Most of them relating to running actions in parallel with the -jN option. The end result of the changes is that running parallel actions is now reliably possible in Unix and Windows environments. Many thanks to Noel for joining the effort, to implement and fix the Unix side of stuff.
-
-* Add support for building bjam with pgi and pathscale toolsets. -- Noel B.
-* Implement running action commands through pipes (-p option) to fix jumbled output when using parallel execution with -j option. This is implemented for Unix variants, and Windows (Win32/NT). -- Rene R., Noel B.
-* Add "sun" as alias to Sun Workshop compiler tools. -- Rene R.
-* Set MAXLINE in jam.h to 23k bytes for AIX. The piecemeal archive action was broken with the default MAXLINE of 102400. Because the AIX shell uses some of the 24k default buffer size for its own use, I reduced it to 23k. -- Noel B.
-* Make use of output dir options of msvc to not polute src dir with compiled files. -- Rene R.
-* A small fix, so -d+2 will always show the "real" commands being executed instead of casually the name of a temporary batch file. -- Roland S.
-* Add test to check 'bjam -n'. -- Rene R.
-* Add test to check 'bjam -d2'. -- Rene R.
-* Bring back missing output of -n option. The -o option continues to be broken as it has been for a long time now because of the @ file feature. -- Rene R.
-* Update GC support to work with Boehm GC 7.0. -- Rene R.
-* Revert the BOOST_BUILD_PATH change, since the directory passed to boost-build should be first in searched paths, else project local build system will not be picked correctly. The order had been changed to allow searching of alternate user-config.jam files from boost build. This better should be done with --user-config= switch or similar. -- Roland S.
-* Initial support for defining action body from Python. -- Vladimir P.
-* Implement @() expansion during parse phase. -- Rene R.
-* Define OSPLAT var unconditionally, and more generically, when possible. -- Rene R.
-* Fix undeclared INT_MAX on some platforms, i.e. Linux. -- Rene R.
-* Modified execunix.c to add support for terminating processes that consume too much cpu or that hang and fail to consume cpu at all. This in support of the bjam -lx option. -- Noel B.
-* Add internal dependencies for multi-file generating actions to indicate that the targets all only appear when the first target appears. This fixes the long standing problem Perforce/Jam has with multi-file actions and parallel execution (-jN). -- Rene R.
-* Add test of -l limit option now that it's implemented on windows and unix. -- Rene R.
-* Add test for no-op @() expansion. -- Rene R.
-* Handle invalid formats of @() as doing a straight substitution instead of erroring out. -- Rene R.
-* Various fixes to compile on SGI/Irix. -- Noel B.
-* Add output for when actions timeout with -lN option. -- Rene R., Noel B.
-* Add needed include (according to XOPEN) for definition of WIFEXITED and WEXITSTATUS. -- Markus S.
\ No newline at end of file

Deleted: website/public_html/beta/feed/downloads/bjam_3_1_15.xml
==============================================================================
--- website/public_html/beta/feed/downloads/bjam_3_1_15.xml 2007-12-02 23:17:52 EST (Sun, 02 Dec 2007)
+++ (empty file)
@@ -1,122 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="boost_jam_3_1_15" name="Boost Jam 3.1.15" dirname="boost_jam_3_1_15"
-last-revision="Sun, 30 Sep 2007 16:27:00 GMT" xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <authorgroup>
- <author>
- <firstname>Rene</firstname> <surname>Rivera</surname>
- </author>
- </authorgroup>
- <articlepurpose>
- This release sees a variety of fixes for long standing Perforce/Jam problems.
- Most of them relating to running actions in parallel with the -jN option. The
- end result of the changes is that running parallel actions is now reliably
- possible in Unix and Windows environments. Many thanks to Noel for joining
- the effort, to implement and fix the Unix side of stuff.
- </articlepurpose>
- </articleinfo>
- <title>Boost Jam 3.1.15</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=72941&release_id=543223]]></download>
- </para>
- <para>
- This release sees a variety of fixes for long standing Perforce/Jam problems.
- Most of them relating to running actions in parallel with the -jN option. The
- end result of the changes is that running parallel actions is now reliably possible
- in Unix and Windows environments. Many thanks to Noel for joining the effort,
- to implement and fix the Unix side of stuff.
- </para>
- <itemizedlist>
- <listitem>
- Add support for building bjam with pgi and pathscale toolsets. -- Noel B.
- </listitem>
- <listitem>
- Implement running action commands through pipes (-p option) to fix jumbled
- output when using parallel execution with -j option. This is implemented for
- Unix variants, and Windows (Win32/NT). -- Rene R., Noel B.
- </listitem>
- <listitem>
- Add &quot;sun&quot; as alias to Sun Workshop compiler tools. -- Rene R.
- </listitem>
- <listitem>
- Set MAXLINE in jam.h to 23k bytes for AIX. The piecemeal archive action was
- broken with the default MAXLINE of 102400. Because the AIX shell uses some
- of the 24k default buffer size for its own use, I reduced it to 23k. -- Noel
- B.
- </listitem>
- <listitem>
- Make use of output dir options of msvc to not polute src dir with compiled
- files. -- Rene R.
- </listitem>
- <listitem>
- A small fix, so -d+2 will always show the &quot;real&quot; commands being executed
- instead of casually the name of a temporary batch file. -- Roland S.
- </listitem>
- <listitem>
- Add test to check 'bjam -n'. -- Rene R.
- </listitem>
- <listitem>
- Add test to check 'bjam -d2'. -- Rene R.
- </listitem>
- <listitem>
- Bring back missing output of -n option. The -o option continues to be broken
- as it has been for a long time now because of the @ file feature. -- Rene R.
- </listitem>
- <listitem>
- Update GC support to work with Boehm GC 7.0. -- Rene R.
- </listitem>
- <listitem>
- Revert the BOOST_BUILD_PATH change, since the directory passed to boost-build
- should be first in searched paths, else project local build system will not
- be picked correctly. The order had been changed to allow searching of alternate
- user-config.jam files from boost build. This better should be done with --user-config=
- switch or similar. -- Roland S.
- </listitem>
- <listitem>
- Initial support for defining action body from Python. -- Vladimir P.
- </listitem>
- <listitem>
- Implement @() expansion during parse phase. -- Rene R.
- </listitem>
- <listitem>
- Define OSPLAT var unconditionally, and more generically, when possible. --
- Rene R.
- </listitem>
- <listitem>
- Fix undeclared INT_MAX on some platforms, i.e. Linux. -- Rene R.
- </listitem>
- <listitem>
- Modified execunix.c to add support for terminating processes that consume too
- much cpu or that hang and fail to consume cpu at all. This in support of the
- bjam -lx option. -- Noel B.
- </listitem>
- <listitem>
- Add internal dependencies for multi-file generating actions to indicate that
- the targets all only appear when the first target appears. This fixes the long
- standing problem Perforce/Jam has with multi-file actions and parallel execution
- (-jN). -- Rene R.
- </listitem>
- <listitem>
- Add test of -l limit option now that it's implemented on windows and unix.
- -- Rene R.
- </listitem>
- <listitem>
- Add test for no-op @() expansion. -- Rene R.
- </listitem>
- <listitem>
- Handle invalid formats of @() as doing a straight substitution instead of erroring
- out. -- Rene R.
- </listitem>
- <listitem>
- Various fixes to compile on SGI/Irix. -- Noel B.
- </listitem>
- <listitem>
- Add output for when actions timeout with -lN option. -- Rene R., Noel B.
- </listitem>
- <listitem>
- Add needed include (according to XOPEN) for definition of WIFEXITED and WEXITSTATUS.
- -- Markus S.
- </listitem>
- </itemizedlist>
-</article>

Copied: website/public_html/beta/feed/downloads/bjam_3_1_16.qbk (from r41629, /website/public_html/beta/feed/downloads/bjam_3_1_15.qbk)
==============================================================================
--- /website/public_html/beta/feed/downloads/bjam_3_1_15.qbk (original)
+++ website/public_html/beta/feed/downloads/bjam_3_1_16.qbk 2007-12-02 23:17:52 EST (Sun, 02 Dec 2007)
@@ -1,37 +1,32 @@
-[article Boost Jam 3.1.15
+[article Boost Jam 3.1.16
     [quickbook 1.4]
     [source-mode c++]
- [purpose This release sees a variety of fixes for long standing Perforce/Jam problems. Most of them relating to running actions in parallel with the -jN option. The end result of the changes is that running parallel actions is now reliably possible in Unix and Windows environments. Many thanks to Noel for joining the effort, to implement and fix the Unix side of stuff.]
+ [purpose This is mostly a bug fix release.]
     [authors [Rivera, Rene]]
- [last-revision Sun, 30 Sep 2007 16:27:00 GMT]
+ [last-revision Mon, 3 Dec 2007 04:09:00 GMT]
 ]
 
 [include ext.qbk]
 
-[download http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=72941&release_id=543223]
+[download https://sourceforge.net/project/showfiles.php?group_id=7586&package_id=72941&release_id=558771]
 
-This release sees a variety of fixes for long standing Perforce/Jam problems. Most of them relating to running actions in parallel with the -jN option. The end result of the changes is that running parallel actions is now reliably possible in Unix and Windows environments. Many thanks to Noel for joining the effort, to implement and fix the Unix side of stuff.
-
-* Add support for building bjam with pgi and pathscale toolsets. -- Noel B.
-* Implement running action commands through pipes (-p option) to fix jumbled output when using parallel execution with -j option. This is implemented for Unix variants, and Windows (Win32/NT). -- Rene R., Noel B.
-* Add "sun" as alias to Sun Workshop compiler tools. -- Rene R.
-* Set MAXLINE in jam.h to 23k bytes for AIX. The piecemeal archive action was broken with the default MAXLINE of 102400. Because the AIX shell uses some of the 24k default buffer size for its own use, I reduced it to 23k. -- Noel B.
-* Make use of output dir options of msvc to not polute src dir with compiled files. -- Rene R.
-* A small fix, so -d+2 will always show the "real" commands being executed instead of casually the name of a temporary batch file. -- Roland S.
-* Add test to check 'bjam -n'. -- Rene R.
-* Add test to check 'bjam -d2'. -- Rene R.
-* Bring back missing output of -n option. The -o option continues to be broken as it has been for a long time now because of the @ file feature. -- Rene R.
-* Update GC support to work with Boehm GC 7.0. -- Rene R.
-* Revert the BOOST_BUILD_PATH change, since the directory passed to boost-build should be first in searched paths, else project local build system will not be picked correctly. The order had been changed to allow searching of alternate user-config.jam files from boost build. This better should be done with --user-config= switch or similar. -- Roland S.
-* Initial support for defining action body from Python. -- Vladimir P.
-* Implement @() expansion during parse phase. -- Rene R.
-* Define OSPLAT var unconditionally, and more generically, when possible. -- Rene R.
-* Fix undeclared INT_MAX on some platforms, i.e. Linux. -- Rene R.
-* Modified execunix.c to add support for terminating processes that consume too much cpu or that hang and fail to consume cpu at all. This in support of the bjam -lx option. -- Noel B.
-* Add internal dependencies for multi-file generating actions to indicate that the targets all only appear when the first target appears. This fixes the long standing problem Perforce/Jam has with multi-file actions and parallel execution (-jN). -- Rene R.
-* Add test of -l limit option now that it's implemented on windows and unix. -- Rene R.
-* Add test for no-op @() expansion. -- Rene R.
-* Handle invalid formats of @() as doing a straight substitution instead of erroring out. -- Rene R.
-* Various fixes to compile on SGI/Irix. -- Noel B.
-* Add output for when actions timeout with -lN option. -- Rene R., Noel B.
-* Add needed include (according to XOPEN) for definition of WIFEXITED and WEXITSTATUS. -- Markus S.
\ No newline at end of file
+This is mostly a bug fix release.
+
+* Work around some Windows CMD.EXE programs that will fail executing a totally empty batch file. -- Rene R.
+* Add support for detection and building with vc9. -- John P.
+* Plug memory leak when closing out actions. Thanks to Martin Kortmann for finding this. -- Rene R.
+* Various improvements to __TIMING_RULE__ and __ACTION_RULE__ target variable hooks. -- Rene R.
+* Change JAMDATE to use common ISO date format. -- Rene R.
+* Add test for result status values of simple actions, i.e. empty actions. -- Rene R.
+* Fix buffer overrun bug in expanding @() subexpressions. -- Rene R.
+* Check empty string invariants, instead of assuming all strings are allocated. And reset strings when they are freed. -- Rene R.
+* Add OSPLAT=PARISC for HP-UX PA-RISC. -- Boris G.
+* Make quietly actions really quiet by not printing the command output. The output for the quietly actions is still available through __ACTION_RULE__. -- Rene R.
+* Switch intel-win32 to use static multi thread runtime since the single thread static runtime is no longer available. -- Rene R.
+* When setting OSPLAT, check __ia64 macro. -- Boris G.
+* Get the unix timing working correctly. -- Noel B.
+* Add -fno-strict-aliasing to compilation with gcc. Which works around GCC-4.2 crash problems. -- Boris G.
+* Increased support for Python integration. -- Vladimir P., Daniel W.
+* Allow specifying options with quotes, i.e. --with-python=xyz, to work around the CMD shell using = as an argument separator. -- Rene R.
+* Add values of variables specified with -s to .EVNRION module, so that we can override environment on command line. -- Vladimir P.
+* Make NORMALIZE_PATH convert \ to /. -- Vladimir P.

Added: website/public_html/beta/feed/downloads/bjam_3_1_16.xml
==============================================================================
--- (empty file)
+++ website/public_html/beta/feed/downloads/bjam_3_1_16.xml 2007-12-02 23:17:52 EST (Sun, 02 Dec 2007)
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
+<article id="boost_jam_3_1_16" name="Boost Jam 3.1.16" dirname="boost_jam_3_1_16"
+last-revision="Mon, 3 Dec 2007 04:09:00 GMT" xmlns:xi="http://www.w3.org/2001/XInclude">
+ <articleinfo>
+ <authorgroup>
+ <author>
+ <firstname>Rene</firstname> <surname>Rivera</surname>
+ </author>
+ </authorgroup>
+ <articlepurpose>
+ This is mostly a bug fix release.
+ </articlepurpose>
+ </articleinfo>
+ <title>Boost Jam 3.1.16</title>
+ <para>
+ <download><![CDATA[https://sourceforge.net/project/showfiles.php?group_id=7586&package_id=72941&release_id=558771]]></download>
+ </para>
+ <para>
+ This is mostly a bug fix release.
+ </para>
+ <itemizedlist>
+ <listitem>
+ Work around some Windows CMD.EXE programs that will fail executing a totally
+ empty batch file. -- Rene R.
+ </listitem>
+ <listitem>
+ Add support for detection and building with vc9. -- John P.
+ </listitem>
+ <listitem>
+ Plug memory leak when closing out actions. Thanks to Martin Kortmann for finding
+ this. -- Rene R.
+ </listitem>
+ <listitem>
+ Various improvements to __TIMING<emphasis role="underline">RULE</emphasis>_
+ and __ACTION<emphasis role="underline">RULE</emphasis>_ target variable hooks.
+ -- Rene R.
+ </listitem>
+ <listitem>
+ Change JAMDATE to use common ISO date format. -- Rene R.
+ </listitem>
+ <listitem>
+ Add test for result status values of simple actions, i.e. empty actions. --
+ Rene R.
+ </listitem>
+ <listitem>
+ Fix buffer overrun bug in expanding @() subexpressions. -- Rene R.
+ </listitem>
+ <listitem>
+ Check empty string invariants, instead of assuming all strings are allocated.
+ And reset strings when they are freed. -- Rene R.
+ </listitem>
+ <listitem>
+ Add OSPLAT=PARISC for HP-UX PA-RISC. -- Boris G.
+ </listitem>
+ <listitem>
+ Make quietly actions really quiet by not printing the command output. The output
+ for the quietly actions is still available through __ACTION<emphasis role="underline">RULE</emphasis>_.
+ -- Rene R.
+ </listitem>
+ <listitem>
+ Switch intel-win32 to use static multi thread runtime since the single thread
+ static runtime is no longer available. -- Rene R.
+ </listitem>
+ <listitem>
+ When setting OSPLAT, check __ia64 macro. -- Boris G.
+ </listitem>
+ <listitem>
+ Get the unix timing working correctly. -- Noel B.
+ </listitem>
+ <listitem>
+ Add -fno-strict-aliasing to compilation with gcc. Which works around GCC-4.2
+ crash problems. -- Boris G.
+ </listitem>
+ <listitem>
+ Increased support for Python integration. -- Vladimir P., Daniel W.
+ </listitem>
+ <listitem>
+ Allow specifying options with quotes, i.e. --with-python=xyz, to work around
+ the CMD shell using = as an argument separator. -- Rene R.
+ </listitem>
+ <listitem>
+ Add values of variables specified with -s to .EVNRION module, so that we can
+ override environment on command line. -- Vladimir P.
+ </listitem>
+ <listitem>
+ Make NORMALIZE_PATH convert to /. -- Vladimir P.
+ </listitem>
+ </itemizedlist>
+</article>

Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2007-12-02 23:17:52 EST (Sun, 02 Dec 2007)
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<rss version="2.0">
+<?xml version="1.0" encoding="utf-8"?><rss version="2.0">
   <channel>
     <generator>BoostBook2RSS</generator>
     <title>Boost History</title>

Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2007-12-02 23:17:52 EST (Sun, 02 Dec 2007)
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<rss version="2.0">
+<?xml version="1.0" encoding="utf-8"?><rss version="2.0">
   <channel>
     <generator>BoostBook2RSS</generator>
     <title>Boost News</title>


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