Further .cvsignore updates.
[sgt/putty] / CHECKLST.txt
CommitLineData
07db6afb 1Checklists for PuTTY administrative procedures
2==============================================
3
4Locations of the licence
5------------------------
6
7The PuTTY copyright notice and licence are stored in quite a few
8places. At the start of a new year, the copyright year needs
9updating in all of them; and when someone sends a massive patch,
10their name needs adding in all of them too.
11
12The LICENCE file in the main source distribution:
13
14 - putty/LICENCE
15
16The resource files:
17
18 - putty/pageant.rc
19 + the copyright date appears twice, once in the About box and
20 once in the Licence box. Don't forget to change both!
21 - putty/puttygen.rc
22 + the copyright date appears twice, once in the About box and
23 once in the Licence box. Don't forget to change both!
24 - putty/win_res.rc
25 + the copyright date appears twice, once in the About box and
26 once in the Licence box. Don't forget to change both!
27 - putty/mac/mac_res.r
28
29The documentation (both the preamble blurb and the licence appendix):
30
31 - putty/doc/blurb.but
32 - putty/doc/licence.but
33
34The website:
35
36 - putty-website/licence.html
37
38Before tagging a release
39------------------------
40
41For a long time we got away with never checking the current version
42number into CVS at all - all version numbers were passed into the
43build system on the compiler command line, and the _only_ place
44version numbers showed up in CVS was in the tag information.
45
46Unfortunately, those halcyon days are gone, and we do need the
47version number in CVS in a couple of places. These must be updated
48_before_ tagging a new release.
49
50The file used to generate the Unix snapshot version numbers (which
51are <previousrelease>-<date> so that the Debian versioning system
52orders them correctly with respect to releases):
53
54 - putty/LATEST.VER
55
dd953a88 56The Windows installer script:
07db6afb 57
58 - putty/putty.iss
59
dd953a88 60The Mac resource file (used to generate the binary bit of the 'vers'
61resources -- the strings are supplied by the usual means):
62
1bf96508 63 - putty/mac/version.r
dd953a88 64
8208b498 65It might also be worth going through the documentation looking for
66version numbers - we have a couple of transcripts showing the help
67text from the command-line tools, and it would be nice to ensure the
68whole transcripts (certainly including the version numbers) are up
69to date.
70
71 - putty/doc/pscp.but
72 - putty/doc/plink.but
73 - putty/doc/psftp.but (in case it ever acquires a similar thing)
74
07db6afb 75The actual release procedure
76----------------------------
77
78This is the procedure I (SGT) currently follow (or _should_ follow
79:-) when actually making a release, once I'm happy with the position
80of the tag.
81
82 - Write a release announcement (basically a summary of the changes
83 since the last release). Squirrel it away in
84 ixion:src/putty/local/announce-<ver> in case it's needed again
85 within days of the release going out.
86
87 - On my local machines, check out the release-tagged version of the
88 sources.
1e7aebc9 89 + Make sure to run mkfiles.pl _after_ this checkout, just in
90 case.
07db6afb 91
92 - Build the Windows/x86 release binaries. Don't forget to supply
93 VER=/DRELEASE=<ver>. Run them, or at least one or two of them, to
94 ensure that they really do report their version number correctly.
95
96 - Acquire the Windows/alpha release binaries from Owen.
97 + Verify the snapshot-key signatures on these, to ensure they're
98 really the ones he built. If I'm going to snapshot-sign a zip
99 file I make out of these, I'm damn well going to make sure the
100 binaries that go _into_ it were snapshot-signed themselves.
101
102 - Run Halibut to build the docs.
103
104 - Build the .zip files.
105 + The binary archive putty.zip just contains all the .exe files
106 except PuTTYtel, and the .hlp and .cnt files.
107 + The source archive putty-src.zip is built by puttysnap.sh (my
108 cron script that also builds the nightly snapshot source
109 archive).
110 + The docs archive puttydoc.zip contains all the HTML files
111 output from Halibut.
112
113 - Build the installer.
114
115 - Sign the release (gpg --detach-sign).
116 + Sign the locally built x86 binaries, the locally built x86
117 binary zipfile, and the locally built x86 installer, with the
118 release keys.
119 + The Alpha binaries should already have been signed with the
120 snapshot keys. Having checked that, sign the Alpha binary
121 zipfile with the snapshot keys too.
122 + The source archive should be signed with the release keys.
123 This was the most fiddly bit of the last release I did: the
124 script that built the source archive was on ixion, so I had to
125 bring the archive back to my local machine, check everything
126 in it was untampered-with, and _then_ sign it. Perhaps next
127 time I should arrange that puttysnap.sh can run on my local
128 box; it'd be a lot easier.
129 + Don't forget to sign with both DSA and RSA keys for absolutely
130 everything.
131
132 - Begin to pull together the release directory structure.
133 + subdir `x86' containing the x86 binaries, x86 binary zip, x86
134 installer, and all signatures on the above.
135 + subdir `alpha' containing the Alpha binaries, Alpha binary
136 zip, and all signatures on the above.
137 + top-level dir contains the source zip (plus signatures),
138 puttydoc.txt, the .hlp and .cnt files, and puttydoc.zip.
139
140 - Create and sign md5sums files: one in the x86 subdir, one in the
141 alpha subdir, and one in the parent dir of both of those.
142 + The md5sums files need not list the .DSA and .RSA signatures,
143 and the top-level md5sums need not list the other two.
144 + Sign the md5sums files (gpg --clearsign). The Alpha md5sums
145 should be signed with the snapshot keys, but the other two
146 with the release keys (yes, the top-level one includes some
147 Alpha files, but I think people will understand).
148
149 - Now double-check by verifying all the signatures on all the
150 files.
151
152 - Create subdir `htmldoc' in the release directory, which should
153 contain exactly the same set of HTML files that went into
154 puttydoc.zip.
155
156 - Now the whole release directory should be present and correct.
157 Upload to ixion:www/putty/<ver>, upload to
158 chiark:ftp/putty-<ver>, and upload to the:www/putty/<ver>.
159
160 - Update the HTTP redirects.
161 + Update the one at the:www/putty/htaccess which points the
162 virtual subdir `latest' at the actual latest release dir. TEST
163 THIS ONE - it's quite important.
164 + ixion:www/putty/.htaccess has an individual redirect for each
165 version number. Add a new one.
166
167 - Update the FTP symlink (chiark:ftp/putty-latest -> putty-<ver>).
168
169 - Update web site.
170 + Adjust front page (`the latest version is <ver>').
171 + Adjust filename of installer on links in Download page.
172 + Adjust header text on Changelog page. (That includes changing
173 `are new' in previous version to `were new'!)
174
175 - Check the Docs page links correctly to the release docs. (It
176 should do this automatically, owing to the `latest' HTTP
177 redirect.)
178
179 - Check that the web server attaches the right content type to .HLP
180 and .CNT files.
181
1e7aebc9 182 - Run webupdate, so that all the changes on ixion propagate to
183 chiark. Important to do this _before_ announcing that the release
184 is available.
185
07db6afb 186 - Announce the release!
187 + Mail the announcement to putty-announce.
188 + Post it to comp.security.ssh.
189 + Mention it in <TDHIS> on mono.
190
191 - All done. Probably best to run `cvs up -A' now, or I'll only
192 forget in a few days' time and get confused...