diff options
Diffstat (limited to '3rdparty/asio/src/doc/release_checklist.htm')
-rw-r--r-- | 3rdparty/asio/src/doc/release_checklist.htm | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/3rdparty/asio/src/doc/release_checklist.htm b/3rdparty/asio/src/doc/release_checklist.htm new file mode 100644 index 00000000000..3ce2cbe8c53 --- /dev/null +++ b/3rdparty/asio/src/doc/release_checklist.htm @@ -0,0 +1,68 @@ +<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.ac</td> + <td><input type="checkbox"></td> + </tr> + <tr> + <td>Update version number and date in README</td> + <td><input type="checkbox"></td> + </tr> + <tr> + <td>Generate a clean distribution by doing a `make maintainer-clean` + followed by the steps necessary to do a `make dist'</td> + <td><input type="checkbox"></td> + </tr> + <tr> + <td>Unpack/build/test distribution on Mac OS X using g++ 4.0 with + adjacent boost directory</td> + <td><input type="checkbox"></td> + </tr> + <tr> + <td>Unpack/build/test distribution on Linux using g++ 3.4 using the + `--with-boost' configure option</td> + <td><input type="checkbox"></td> + </tr> + <tr> + <td>Unpack/build/test distribution on Solaris using g++ 3.3 with + adjacent boost directory</td> + <td><input type="checkbox"></td> + </tr> + <tr> + <td>Unpack/build/test distribution using MSVC 7.1 with adjacent boost + directory</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 MinGW-4.1.0 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 a clean distribution by doing a `make maintainer-clean` + followed by the steps necessary to do a `make dist'</td> + <td><input type="checkbox"></td> + </tr> + </table> + </form> + </body> +</html> |