Changes between Version 13 and Version 14 of QtWebKitReleases


Ignore:
Timestamp:
Oct 20, 2010 11:11:43 AM (14 years ago)
Author:
Ademar Reis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitReleases

    v13 v14  
    1111
    1212 * Tracker bug for critical fixes: https://bugs.webkit.org/show_bug.cgi?id=35784
     13 * [http://trac.webkit.org/wiki/QtWebKitTableOfFeatures20 Internal Release Notes]
    1314
    1415=== QtWebKit 2.1 ===
     
    1819 * Tracker bug for critical fixes: https://bugs.webkit.org/show_bug.cgi?id=39121
    1920 * Tracker bug for candidate fixes: https://bugs.webkit.org/show_bug.cgi?id=44677
     21 * [http://trac.webkit.org/wiki/QtWebKitFeatures21 Internal Release Notes]
    2022
    2123== Release branch creation ==
     
    2729== Getting changes into a release branch ==
    2830
    29 After the release branch has been created there are two ways to integrate changes:
     31If 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
     40There are two ways to integrate changes into a release branch:
    3041
    3142  * The commit is landed in the trunk and then it is cherry-picked into the release branch.
     
    4556
    4657After 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 that
    51 
    52     * fix data corruption
    53     * fix crashes
    54     * fixes a previously broken build
    55     * regression from the last minor release
    56     * documentation changes
    57     * 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.
    6058
    6159== Proposal for release testing ==