summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Gurtovoy <agurtovoy@meta-comm.com>2003-08-18 18:30:42 +0000
committerAleksey Gurtovoy <agurtovoy@meta-comm.com>2003-08-18 18:30:42 +0000
commita29540d880fc0e7833a2f357e50f4683b24d7e07 (patch)
tree75878399f76df10ce84e0d7c21f059721b73d43f
parentd3f5cd1a02b6170ee5b46e7aa7385f367eba775f (diff)
downloadboost-a29540d880fc0e7833a2f357e50f4683b24d7e07.tar.gz
compile notes for the 1.30.2 release
[SVN r19683]
-rw-r--r--index.htm57
1 files changed, 56 insertions, 1 deletions
diff --git a/index.htm b/index.htm
index d1d28d94e6..73f164f061 100644
--- a/index.htm
+++ b/index.htm
@@ -105,6 +105,61 @@
<!-- Search Google -->
<h2><a name="Latest News">Latest News</a></h2>
+<p>August 19, 2003 - Version 1.30.2 (bugfix release)</p>
+
+<ul>
+
+<li><a href="http://www.boost-consulting.com">Boost Consulting</a> is now hosting
+Boost CVS mirrors - see our <a href="more\download.html#CVS">download page</a>.
+</li>
+
+
+<li>Backported changes to the <a href="libs/config/config.htm">config system</a>, to
+better handle new compiler releases.
+</li>
+
+<li>Bugs in regression reporting in subproject tests were fixed.
+</li>
+
+<li>Tests are now run in the context of the user's PATH environment settings
+</li>
+
+<li><a href="tools/build/msvc-stlport-tools.html">msvc-stlport</a> and
+<a href="tools/build/intel-win32-tools.html">intel-win32-stlport</a> toolsets now
+build static libraries with multithreading enabled, to be compatible with the
+STLPort builds.
+</li>
+
+<li><a href="tools/build/intel-win32-tools.html">intel-win32</a>
+toolset now handles <code>wchar_t</code> correctly when intel is installed over msvc6.
+
+<li>Backported fixes from the main trunk which prevent errors building the
+<a href="libs/test/doc/index.htm">Boost.Test</a> library in its default configuration.
+</li>
+
+<li>Backported portability improvements for
+<a href="libs/utility/checked_delete.html">checked_delete</a>.
+</li>
+
+<li>
+Locale support for metrowerks (requiring a statically-linked runtime) is more uniformly handled.
+</li>
+
+<li>Backported <a href="libs/conversion/lexical_cast.htm">conversion/lexical_cast</a>'s
+<code>wchar_t</code> fixes from the main trunk.
+</li>
+
+<li><a href="tools/build/intel-linux-tools.html">intel-linux-tools</a>:
+added <code>rt</code> to FINDLIBS in order to make the <code>clock_gettime()</code>
+function available (backport of a patch in CVS HEAD).
+</li>
+
+<li><a href="tools\regression\index.htm">regression/compiler_status.cpp</a>: backported
+fixes in error log links generation.
+</li>
+
+</ul>
+
<p>August 12, 2003 - <b>ALERT</b></p>
<p>Significant problems were found in
@@ -128,7 +183,7 @@
mirror</a> at <a
href="http://www.boost-consulting.com">Boost
Consulting</a>.
-
+
<p>August 4, 2003 - Version 1.30.1 (bugfix release)</p>
Fixes were made to the following libraries: