From 511abc213e50fb7aaa0db9ec04ce420b1899d5a7 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 14 Sep 2003 23:26:59 +0000 Subject: [PATCH] Add a document to assist with preparing a release. --- asio/src/doc/release_checklist.htm | 70 ++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 asio/src/doc/release_checklist.htm diff --git a/asio/src/doc/release_checklist.htm b/asio/src/doc/release_checklist.htm new file mode 100644 index 00000000..22485316 --- /dev/null +++ b/asio/src/doc/release_checklist.htm @@ -0,0 +1,70 @@ + + + asio Release Checklist + + +

asio Release Checklist

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Update version number in configure.in
Update version number in README
Update version number in src/doc/asio.dox.in
Generate distribution by running `make dist'
Unpack/build/test distribution using g++ 3.2.1 with adjacent + boost directory
Unpack/build/test distribution using g++ 3.2.1 using the + `--with-boost' configure option
Unpack/build/test distribution using g++ 2.95.3 with adjacent + boost directory
Unpack/build/test distribution using g++ 2.95.3 using the + `--with-boost' configure option
Unpack/build/test distribution using bcc32 5.6.4 with adjacent + boost directory
Unpack/build/test distribution using MSVC 6 with adjacent boost + directory
Commit version number changes to CVS
Apply CVS tag of the form asio-x-y-z
Generate distribution again by running `make dist'
+
+ +