Add a document to assist with preparing a release.

This commit is contained in:
chris 2003-09-14 23:26:59 +00:00
parent 1648b3dc8e
commit 511abc213e

View File

@ -0,0 +1,70 @@
<html>
<head>
<title>asio Release Checklist</title>
</head>
<body>
<h1>asio Release Checklist</h1>
<form>
<table border="1">
<tr>
<td>Update version number in configure.in</td>
<td><input type="checkbox"></td>
</tr>
<tr>
<td>Update version number in README</td>
<td><input type="checkbox"></td>
</tr>
<tr>
<td>Update version number in src/doc/asio.dox.in</td>
<td><input type="checkbox"></td>
</tr>
<tr>
<td>Generate distribution by running `make dist'</td>
<td><input type="checkbox"></td>
</tr>
<tr>
<td>Unpack/build/test distribution using g++ 3.2.1 with adjacent
boost directory</td>
<td><input type="checkbox"></td>
</tr>
<tr>
<td>Unpack/build/test distribution using g++ 3.2.1 using the
`--with-boost' configure option</td>
<td><input type="checkbox"></td>
</tr>
<tr>
<td>Unpack/build/test distribution using g++ 2.95.3 with adjacent
boost directory</td>
<td><input type="checkbox"></td>
</tr>
<tr>
<td>Unpack/build/test distribution using g++ 2.95.3 using the
`--with-boost' configure option</td>
<td><input type="checkbox"></td>
</tr>
<tr>
<td>Unpack/build/test distribution using bcc32 5.6.4 with adjacent
boost directory</td>
<td><input type="checkbox"></td>
</tr>
<tr>
<td>Unpack/build/test distribution using MSVC 6 with adjacent boost
directory</td>
<td><input type="checkbox"></td>
</tr>
<tr>
<td>Commit version number changes to CVS</td>
<td><input type="checkbox"></td>
</tr>
<tr>
<td>Apply CVS tag of the form asio-x-y-z</td>
<td><input type="checkbox"></td>
</tr>
<tr>
<td>Generate distribution again by running `make dist'</td>
<td><input type="checkbox"></td>
</tr>
</table>
</form>
</body>
</html>