$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r56572 - trunk/tools/release
From: daniel_james_at_[hidden]
Date: 2009-10-04 06:38:13
Author: danieljames
Date: 2009-10-04 06:38:12 EDT (Sun, 04 Oct 2009)
New Revision: 56572
URL: http://svn.boost.org/trac/boost/changeset/56572
Log:
Word wrap the release README.txt.
Text files modified: 
   trunk/tools/release/snapshot_posix.bat   |     2 +-                                      
   trunk/tools/release/snapshot_windows.bat |     2 +-                                      
   2 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/tools/release/snapshot_posix.bat
==============================================================================
--- trunk/tools/release/snapshot_posix.bat	(original)
+++ trunk/tools/release/snapshot_posix.bat	2009-10-04 06:38:12 EDT (Sun, 04 Oct 2009)
@@ -19,7 +19,7 @@
 svn export --non-interactive --native-eol LF http://svn.boost.org/svn/boost/branches/release posix
 
 echo Creating release history README.txt...
-lynx -dump -nolist -display_charset=utf-8 http://beta.boost.org/users/history/minimal.php >posix\README.txt
+lynx -width=72 -dump -nolist -display_charset=utf-8 http://beta.boost.org/users/history/minimal.php >posix\README.txt
 
 echo Copying docs into posix\doc...
 pushd posix\doc
Modified: trunk/tools/release/snapshot_windows.bat
==============================================================================
--- trunk/tools/release/snapshot_windows.bat	(original)
+++ trunk/tools/release/snapshot_windows.bat	2009-10-04 06:38:12 EDT (Sun, 04 Oct 2009)
@@ -19,7 +19,7 @@
 svn export --non-interactive --native-eol CRLF http://svn.boost.org/svn/boost/branches/release windows
 
 echo Creating release history README.txt...
-lynx -dump -nolist -display_charset=utf-8 http://beta.boost.org/users/history/minimal.php >windows\README.txt
+lynx -width=72 -dump -nolist -display_charset=utf-8 http://beta.boost.org/users/history/minimal.php >windows\README.txt
 
 echo Copying docs into windows\doc...
 pushd windows\doc