[plt-dev] Pre-Release Checklist for v4.2.3, second call

From: Eli Barzilay (eli at barzilay.org)
Date: Tue Nov 24 02:43:17 EST 2009

Checklist items for the v4.2.3 release
  (using the v4.2.2.900 release candidate build)

** Note: all revisions that should have been merged are in this build.

Search for your name to find relevant items, reply when you finish
an item (please indicate which item is done).  Also, if you have
any commits that should have been merged, make sure that they're
in.

Important: new builds are created without announcement, usually
whenever I see significant commits.  If you need to commit changes,
please make sure you tell me to merge it to the release branch.

--> Release candidates are at
-->   http://pre.plt-scheme.org/release/installers

Please use these installers (or source bundles) -- don't test from
your own svn chekout (don't test v4.2.3.1 by mistake!).  To get
the tests directory in the normal release, you can do this:
  cd .../collects
  svn export http://svn.plt-scheme.org/plt/release/collects/tests

----------------------------------------------------------------------

* Matthew Flatt <mflatt at cs.utah.edu>
  - MrEd Tests (Also check that `mred -z' and `mred-text' still works
    in Windows and Mac OS X)
  - mzc --exe tests
  - Games Tests

* John Clements <clements at brinckerhoff.org>
  - Stepper Updates: update HISTORY
  (updates should show v4.2.3 as the most current version)
  Email me to merge the changes from the trunk when they're done,
  or tell me if there are no such changes.

* Kathy Gray <kathryn.gray at cl.cam.ac.uk>
  - Test Engine Tests

* Noel Welsh <noelwelsh at gmail.com>, Chongkai Zhu <czhu at cs.utah.edu>
  - SRFI Tests
  - Ensure that all claimed srfi's are in the bundle and they all load
    into mzscheme or drscheme (as appropriate)

* Sam Tobin-Hochstadt <samth at ccs.neu.edu>
  - Match Tests
  - Typed Scheme Tests

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the dev mailing list.