TM/3.2 Release Checklist
This checklist is used to ensure that no important cleanup work is forgotten preparing releases. Its content is aligned with the Eclipse/Release checklist in use by the Platform.
Copyright notices [Martin]
All source files must have appropriate EPL v1.0 copyright notice
Source files whose content was created in this release should read "Copyright (c) 2009 ..." or "Copyright (c) 2010 ..."
Source files whose content was modified during this release should read "Copyright (c) 200x, 2009 ..." or "Copyright (c) 200x, 2010 ..."
The about dialog content for each feature (which is provided by its associated branding plugin) has a proper release version identification, Copyright Owner, Copyright year and 3rd party license notices as required (e.g. by included Apache plugins).
Plug-in and feature identification [Martin]
- Check the info in Help > About Eclipse SDK
All features should have provider "Eclipse.org - DSDP" and a version that adheres to the Version Numbering guidelines.
All plug-ins should have provider "Eclipse.org - DSDP" and version as per the Version Numbering guidelines, except for known special cases (org.apache.*, org.junit, and bundles from Orbit).
- License agreements for features and plug-ins [Martin]
- Extension point documentation
- Extension points must be documented in the appropriate help book
- RSE Developer Guide / Reference / Extension Points Reference
- Must be a link to each extension point that a component has
- Extension points added in this release must be clearly marked "Since x.y" where x.y is the project release number
- See also ISV doc checklist
- Extension points must be documented in the appropriate help book
- API documentation
- Java API must be documented in the appropriate help book
- RSE Developer Guide / Reference / Remote Systems API Reference All Packages as well as Reference by Topic
- RSE DStore Developer Guide / Reference / DStore API Reference
- Must be a link to each API package that a component has
- API package must have package overview (package.html)
- All API elements must be documented
- API elements added in this release must be tagged "@since x.y" where x.y is the bundle version number
- Fulltext Search of API must create / use the help index without errors, and must produce hits in the documentation
Update Copyright Year and Release Version where necessary
Must not have any broken hyperlinks
- See also ISV doc checklist and code checklist
- Java API must be documented in the appropriate help book
- User Documentation
- Docs contain no outdated information
- Update Screenshots where necessary
Update Copyright Year and Release Version where necessary
Must not have any broken hyperlinks
- See User doc checklist
API Compatibility [Martin]
- Make sure that the 'API Tools Version Verification Report' lists no compatibility and no bundle version warning for your bundles
- Verify that the 'API Tools Post-API Freeze Report' has no entries
- Plug-in Migration Guide
- Instructions for migrating older plug-ins to current release
- Must describe incompatibilities and breaking API changes
- Should describe deprecations and places where current release has a better story that plug-ins should more to
- What's New
- Describes the more interesting differences that users will see when they upgrade to the latest release
Make sure all bugs with patches have the iplog+ flag set [Martin]
- For instructions see Clarification on use of iplog flag
Submit the IP Log to Eclipse Legal [Martin]
- Eclipse Project Release Notes
- Add known problems for each component and other late-breaking news for customers of this release
- See bug 313131 for details
- Update other sections of readme based on current release plan
- Verify that source is included in all SDK features
- Importing plugin with source from CVS works (randomly test a couple of plugins)
- Importing plugin with source from Target Platform does not produce compile errors (randomly test a couple of plugins)
- Running Unittests from rse.tests plugin imported as source from the target platform works
Unittests
- All known Unittest Failures must have an associated bugzilla entry
- Test installing from update site on reference platforms
- Test updating 3.1 to 3.2 on one reference platform
- Test installing / running on minimal target (Platform runtime only without JDT or CDT; J2SE-1.4 only)
Clean-up Bugzilla Target Milestones
- Produce the release review documentation [Martin]
- At Release Time: Tag the CVS and SVN Repositories with the R3_2 release identifier