Changes between Version 13 and Version 14 of QtWebKitReleases
- Timestamp:
- Oct 20, 2010, 11:11:43 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitReleases
v13 v14 11 11 12 12 * Tracker bug for critical fixes: https://bugs.webkit.org/show_bug.cgi?id=35784 13 * [http://trac.webkit.org/wiki/QtWebKitTableOfFeatures20 Internal Release Notes] 13 14 14 15 === QtWebKit 2.1 === … … 18 19 * Tracker bug for critical fixes: https://bugs.webkit.org/show_bug.cgi?id=39121 19 20 * Tracker bug for candidate fixes: https://bugs.webkit.org/show_bug.cgi?id=44677 21 * [http://trac.webkit.org/wiki/QtWebKitFeatures21 Internal Release Notes] 20 22 21 23 == Release branch creation == … … 27 29 == Getting changes into a release branch == 28 30 29 After the release branch has been created there are two ways to integrate changes: 31 If you'd like to include a patch in the release branch, please consider only fixes that: 32 33 * Fix data corruption 34 * Fix crashes 35 * Fix a previously broken build 36 * Regression from the last minor release 37 * Documentation changes 38 * Crucial usability issue (after discussion in the mailing list) 39 40 There are two ways to integrate changes into a release branch: 30 41 31 42 * The commit is landed in the trunk and then it is cherry-picked into the release branch. … … 45 56 46 57 After the release we have to make a concentrated effort in reducing the number of exceptional patches, by reviewing the changes in the bugs that the tracker bug (32653) depends on. 47 48 == Cherry-picking changes into the release branch ==49 50 If you'd like to include a patch in the release branch, please consider only fixes that51 52 * fix data corruption53 * fix crashes54 * fixes a previously broken build55 * regression from the last minor release56 * documentation changes57 * crucial usability issue (after discussion the mailing list)58 59 The separate [wiki:"QtWebKitBackportingFixes" Backporting Fixes] page tracks the changes to include, both changes from the trunk as well as exceptional patches.60 58 61 59 == Proposal for release testing ==