Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 77bd6b2

Browse files
committed
Improvements to the pre-release testing checklist.
These are mostly things I jotted down before releasing 0.74, and also one thing I _should_ have tested but didn't.
1 parent 2762a20 commit 77bd6b2

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHECKLST.txt

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,17 @@ Making a release candidate build
109109
* check they report the right version number
110110
* if there's any easily observable behaviour difference between
111111
the release branch and master, arrange to observe it
112-
* test the Windows installer
113-
* test the Unix source tarball.
112+
* test that the Windows installer installs successfully
113+
+ on x86 and Arm, and test that putty.exe runs in both cases
114+
* test that the Unix source tarball unpacks and builds
115+
+ on at least a reasonably current stable Linux distro, and
116+
also try Debian sid
117+
+ test-build with all of GTK 1, 2 and 3
118+
* feed the release-candidate source to Coverity and make sure it
119+
didn't turn up any last-minute problems
120+
* make sure we have a clean run of sctest
121+
* do some testing on a system with a completely clean slate (no
122+
prior saved session data)
114123

115124
Preparing to make the release
116125
-----------------------------

0 commit comments

Comments
 (0)