Along with releasihng Struts 1.0-beta-2 (you should have just received the
announcement), I have also created a branch in the CVS repository in
preparation for final release. The HEAD branch is now open for starting
work on Struts 1.1 (I'm going to begin by cleaning out all the obsolete
0.5 stuff).
If you want to add a patch for the 1.0 final release, you need to switch
branches. With a command line CVS tool, this is done as follows:
cvs update -r STRUTS_1_0_BRANCH
and you can switch back to the HEAD branch as well:
cvs update -A
If you are working on both branches, you might find it convenient to keep
them checked out in separate directories, rather than switching back and
forth continuously.
Craig McClanahan