Changes between Version 38 and Version 39 of QtWebKitRelease22
- Timestamp:
- Aug 9, 2011 7:29:58 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitRelease22
v38 v39 5 5 !QtWebKit-2.2 will be a stable release targeted at all Qt supported platforms. It was branched from trunk on 2011-05-05 (r85855) and will be released a bit earlier than Qt-4.8 (where it'll be included). 6 6 7 The source code is available in the qtwebkit-2.2 branch in our [http://gitorious.org/+qtwebkit-developers/webkit/qtwebkit WebKit git mirror @ Gitorious]8 9 7 For a detailed list of features supported by QtWebkit-2.2 and the changes from the previous release, check the [http://trac.webkit.org/wiki/QtWebKitFeatures22 Internal Release Notes]. 10 8 … … 12 10 13 11 Releases are made preferably on Mondays. Week numbers are from the previous week relative to when the release is made. 14 15 The current proposal (still work in progress):16 12 17 13 * Branch from trunk: 2011-05-04 (week 17) '''DONE''': r85855, [http://gitorious.org/+qtwebkit-developers/webkit/qtwebkit/commits/qtwebkit-2.2 branch on gitorious] … … 33 29 * Beta1: 2011-06-27 (week 25) '''DONE''': [http://lists.qt.nokia.com/pipermail/qtwebkit-announce/2011-June/000010.html announcement] [http://gitorious.org/+qtwebkit-developers/webkit/qtwebkit/commits/qtwebkit-2.2-beta1 tag on gitorious] 34 30 * RC1: July/August (close to the Qt-4.8 release) 35 * Release: July/August(close to the Qt-4.8 release)31 * Release: September (close to the Qt-4.8 release) 36 32 37 == Development branch and build instructions ==33 == Source Code and Build Instructions == 38 34 39 * The branch is hosted in Gitorious. It works better if you have an account there and [http://qtwebkit.blogspot.com/2010/09/fatal-remote-end-hung-up-unexpectedly.html clone the repository via ssh]; 40 * You have to clone the [http://gitorious.org/+qtwebkit-developers/webkit/qtwebkit qtwebkit repository from gitorious] and checkout the qtwebkit-2.2 branch; 41 * Follow the standard [wiki:QtWebKit#BuildInstructions QtWebKit build instructions] for your platform. 35 * The source code is available in the qtwebkit-2.2 branch in our [http://gitorious.org/+qtwebkit-developers/webkit/qtwebkit WebKit git mirror @ Gitorious]. It works better if you have an account there and [http://qtwebkit.blogspot.com/2010/09/fatal-remote-end-hung-up-unexpectedly.html clone the repository via ssh]; 36 * Please note you'll clone the whole repository. The master branch is the WebKit trunk mirror. QtWebKit-2.2 is developed in the qtwebkit-2.2 branch; 37 * Follow the standard [wiki:QtWebKit#BuildInstructions QtWebKit build instructions] for your platform; 38 * QtWebKit-2.2 is also available inside the Qt-4.8 repository, but it's not always up-to-date there. The branch is the preferred method; 39 * A simpler way to test it is to build Qt-4.8 without QtWebKit support ({{{configure -no-webkit}}}) and then build QtWebKit in standalone mode from the branch ({{{Tools/Scripts/build-webkit --qt}}}). 42 40 43 41 == Q&A, Trackers and Build bots == … … 124 122 * [http://trac.webkit.org/wiki/QtWebKitFeatures22 Internal Release Notes -- Changes from previous version] 125 123 * [wiki:QtWebKitRelease21 QtWebKit-2.1 release page] 124 * [http://qtwebkit.blogspot.com/2011/07/qtwebkit-22-beta1-vs-qt-48-beta1.html Clarification of QtWebKit-2.2-beta1 and Qt-4.8-Beta versions]