wiki:QtWebKitReleases

Version 1 (modified by Simon Hausmann, 14 years ago) (diff)

--

Procedures and policies for releases of QtWebKit

Releases of QtWebKit are cut from WebKit's trunk. Some time before the release a new branch is created and hosted in a Git repository. After the release it becomes a maintenance branch.

Release branch creation

Getting changes into the release branch

After the release branch has been created there are two ways to integrate changes:

  • The commit is landed in the trunk and then it is cherry-picked into the release branch.
  • Time constraints prevent us from landing the patch and we have to include a change before landing it (exceptional patch).

Exceptional patches must satisfy the following criteria before they are included in the release:

Cherry-picking changes into the release branch

If you'd like to include a patch in the release branch, please consider only fixes that

  • fix data corruption
  • fix crashes
  • fixes a previously broken build
  • regression from the last minor release
  • documentation changes
  • crucial usability issue (after discussion the mailing list)

The separate Backporting Fixes page tracks the changes to include, both changes from the trunk as well as exceptional patches.