summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/asio/src/doc/release_checklist.htm
blob: 3ce2cbe8c53f0ddc7a1e6a4b4384f55364f5d4f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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>