|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r71953 - in trunk: . tools/release
From: dnljms_at_[hidden]
Date: 2011-05-15 07:03:38
Author: danieljames
Date: 2011-05-15 07:03:36 EDT (Sun, 15 May 2011)
New Revision: 71953
URL: http://svn.boost.org/trac/boost/changeset/71953
Log:
Update index.html for snapshot.
Text files modified:
trunk/index.html | 8 ++++++--
trunk/tools/release/snapshot_download_docs.bat | 10 +++++-----
trunk/tools/release/snapshot_posix.bat | 2 +-
trunk/tools/release/snapshot_windows.bat | 2 +-
4 files changed, 13 insertions(+), 9 deletions(-)
Modified: trunk/index.html
==============================================================================
--- trunk/index.html (original)
+++ trunk/index.html 2011-05-15 07:03:36 EDT (Sun, 15 May 2011)
@@ -14,7 +14,7 @@
<a href="index.html">
<img src="boost.png" alt="boost.png (6897 bytes)" align="middle" width="277" height="86" border="0"></a></td>
<td width="337" align="middle">
- <h2 style="text-align: center">Release 1.47.0</h2>
+ <h2 style="text-align: center">Snapshot</h2>
</td>
</tr>
</table>
@@ -55,7 +55,11 @@
<h3>Changes in this release</h3>
- <p>This release includes ? new libraries ()
+ <p>This release includes 4 new libraries
+ (Chrono,
+ Geometry,
+ Phoenix and
+ Ratio)
as well as updates to many existing libraries. See
<a href="http://www.boost.org/users/history/version_1_47_0">Release
History</a> for more information.</p>
Modified: trunk/tools/release/snapshot_download_docs.bat
==============================================================================
--- trunk/tools/release/snapshot_download_docs.bat (original)
+++ trunk/tools/release/snapshot_download_docs.bat 2011-05-15 07:03:36 EDT (Sun, 15 May 2011)
@@ -1,5 +1,5 @@
@echo off
-rem Download and unpack boost-docs.7z
+rem Download and unpack boost-release-docs.7z
rem Copyright 2008 Beman Dawes
@@ -9,7 +9,7 @@
echo Downloading docs subdirectory...
echo Deleting old files and directories ...
-del boost-docs.7z 2>nul
+del boost-release-docs.7z 2>nul
rmdir /s /q docs_temp 2>nul
mkdir docs_temp
@@ -18,13 +18,13 @@
rem where "userid" and "password" are replace with the appropriate values
copy user.txt download_docs.ftp
echo binary >>download_docs.ftp
-echo get boost-docs.7z >>download_docs.ftp
+echo get boost-release-docs.7z >>download_docs.ftp
echo bye >>download_docs.ftp
echo Running ftp script ...
ftp -d -n -i -s:download_docs.ftp boost.cowic.de
echo Unpacking 7z file ...
-7z x -y -odocs_temp boost-docs.7z
+7z x -y -odocs_temp boost-release-docs.7z
-echo Download and unpack boost-docs.7z complete!
\ No newline at end of file
+echo Download and unpack boost-release-docs.7z complete!
\ No newline at end of file
Modified: trunk/tools/release/snapshot_posix.bat
==============================================================================
--- trunk/tools/release/snapshot_posix.bat (original)
+++ trunk/tools/release/snapshot_posix.bat 2011-05-15 07:03:36 EDT (Sun, 15 May 2011)
@@ -18,7 +18,7 @@
echo Copying docs into posix\doc...
pushd posix\doc
-xcopy /s /y ..\..\docs_temp\html html
+xcopy /s /y ..\..\docs_temp
popd
echo Setting SNAPSHOT_DATE
Modified: trunk/tools/release/snapshot_windows.bat
==============================================================================
--- trunk/tools/release/snapshot_windows.bat (original)
+++ trunk/tools/release/snapshot_windows.bat 2011-05-15 07:03:36 EDT (Sun, 15 May 2011)
@@ -19,7 +19,7 @@
echo Copying docs into windows\doc...
pushd windows\doc
-xcopy /s /y ..\..\docs_temp\html html
+xcopy /s /y ..\..\docs_temp
popd
echo Setting SNAPSHOT_DATE
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