summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Gurtovoy <agurtovoy@meta-comm.com>2004-11-15 12:31:41 +0000
committerAleksey Gurtovoy <agurtovoy@meta-comm.com>2004-11-15 12:31:41 +0000
commit278123a68aecf2b6dd755bf5cf7f5e50357fa728 (patch)
treeb4171dd73c356f202eb2aef509bc734dfef0c2bc
parenta5b93d3f828895dc9f219001fbeae09aebf1ef31 (diff)
downloadboost-278123a68aecf2b6dd755bf5cf7f5e50357fa728.tar.gz
index page update
[SVN r26214]
-rw-r--r--google_logo_40wht.gifbin3845 -> 0 bytes
-rw-r--r--google_logo_40wht.pngbin0 -> 3558 bytes
-rw-r--r--index.htm18
3 files changed, 15 insertions, 3 deletions
diff --git a/google_logo_40wht.gif b/google_logo_40wht.gif
deleted file mode 100644
index 89789203e9..0000000000
--- a/google_logo_40wht.gif
+++ /dev/null
Binary files differ
diff --git a/google_logo_40wht.png b/google_logo_40wht.png
new file mode 100644
index 0000000000..4564914167
--- /dev/null
+++ b/google_logo_40wht.png
Binary files differ
diff --git a/index.htm b/index.htm
index df394001ee..130e083115 100644
--- a/index.htm
+++ b/index.htm
@@ -100,7 +100,7 @@
<form method="get" action="http://www.google.com/custom">
<table bgcolor="#ffffff" cellspacing="0" border="0">
<tr valign="top">
- <td><a href="http://www.google.com/search"><img src="google_logo_40wht.gif" border="0" alt="Google" align="middle" width="128" height="53"></a></td>
+ <td><a href="http://www.google.com/search"><img src="google_logo_40wht.png" border="0" alt="Google" align="middle" width="128" height="53"></a></td>
<td><input type="text" name="q" size="31" maxlength="255"> <input type="submit" name="sa" value="Google Search">
<input type="hidden" name="cof" value="LW:277;L:http://www.boost.org/boost.png;LH:86;AH:center;GL:0;S:http://www.boost.org;AWFID:9b83d16ce652ed5a;">
<font face="arial,sans-serif" size="-1"><input type="hidden" name="domains" value="lists.boost.org;www.boost.org"><br>
@@ -115,7 +115,7 @@
<!-- Search Google -->
<h2><a name="Latest News">Latest News</a></h2>
- <h3>November 15, 2004 - Version 1.32.0</h3>
+ <h3>November 17, 2004 - Version 1.32.0</h3>
<h4>Important - New Toolset Names</h4>
@@ -164,7 +164,7 @@
<h4>Updated Libraries</h4>
- <ul>
+ <ul>
<li>Compose: This deprecated library has been removed.</li>
<li><a href="libs/graph/index.html">Graph</a>:
<ul>
@@ -189,6 +189,15 @@
spring layout</a> algorithms.</li>
</ul>
</li>
+ <li><a href="libs/mpl/doc/index.html">MPL Library</a>:
+ <ul>
+ <li>New <a href="libs/mpl/doc/index.html">documentation</a>, including a complete <a href="libs/mpl/doc/refmanual.html">reference manual.</a></li>
+ <li>Major interface changes and improvements, many of which are <em>not</em> backward
+ compatible. Please refer to the <a href="libs/mpl/doc/tutorial/changes-in-boost-1-32-0.html">
+ 1.32 changelog</a> for the detailed information about upgrading to the new version.
+ </li>
+ </ul>
+ </li>
<li><a href="doc/html/signals.html">Signals Library</a>: Introduced deterministic slot ordering, permitting slots to be connected at the beginning or end of slot groups or the slot list itself. Combiners may safely have state and are accessible from the signal.</li>
<li><a href="libs/utility/utility.htm">Utility</a>: class template <a href="libs/utility/utility.htm#result_of">result_of</a> added.</li>
<li><a href="libs/test/index.html">Test Library</a>:
@@ -201,6 +210,9 @@
For complete list of changes see Test Library <a href="libs/test/doc/release_notes.html#v1_32_0"> release notes</a>.
</li>
</ul>
+
+ <h4>Acknowledgements</h4>
+
<h3>January 26, 2004 - Version 1.31.0</h3>