| | 6 | |
| | 7 | == Weekly Build Week 31 == |
| | 8 | |
| | 9 | '''DISCLAIMER: These binaries are UNTESTED. Use at your own risk! ''' |
| | 10 | |
| | 11 | === Trunk === |
| | 12 | |
| | 13 | This week's binary build from the trunk includes Symbian, Windows/Visual Studio 2008, Mac OS X Linux/X11 (x86). The last commit is SVN revision 64686. |
| | 14 | |
| | 15 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week31/qtwebkit-trunk-symbian.zip Symbian] |
| | 16 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week31/qtwebkit-trunk-linux-g++-32.tgz Linux/X11 x86] |
| | 17 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week31/qtwebkit-trunk-win32-msvc2008.zip Windows/Visual Studio 2008] |
| | 18 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week31/qtwebkit-trunk-macx-g++-cocoa.tgz Mac OS X] |
| | 19 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week31/qtwebkit-trunk-snapshot_0.0.1+201072_armel.deb Maemo5 Debian Package (with QtTestBrowser)] |
| | 20 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week31/qtwebkit-trunk-source.tar.gz Sources] |
| | 21 | |
| | 22 | Known issues: |
| | 23 | |
| | 24 | * You need to have Qt 4.6 installed on your system and set your PATH/LD_LIBRARY_PATH accordingly, so that QtLauncher can find the Qt libraries. |
| | 25 | * On Mac OS X, you need to have the _Cocoa_ build of Qt installed. It's not necessary to set any library path variables. Start QtLauncher on the command line, not in Finder. |
| | 26 | * The Maemo 5 Packages are built against libqt4-experimental (Qt 4.7) from Maemo's extras-devel repository, so make sure you have that catalogue in your application manager. |
| | 27 | |
| | 28 | == 2.0 Release Branch == |
| | 29 | |
| | 30 | This week's binary build from the 2.0 release branch includes Symbian, Windows/Visual Studio 2008, Mac OS X and Linux/X11 (x86). The last commit is d6aa024c84f61d0602bef4eef84efaed7cfeefcc . |
| | 31 | |
| | 32 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week31/qtwebkit-2.0-symbian.zip Symbian] |
| | 33 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week31/qtwebkit-2.0-linux-g++-32.tgz Linux/X11 x86] |
| | 34 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week31/qtwebkit-2.0-win32-msvc2008.zip Windows/Visual Studio 2008] |
| | 35 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week31/qtwebkit-2.0-macx-g++-cocoa.tgz Mac OS X] |
| | 36 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week31/qtwebkit-2.0-snapshot_0.0.1+201072_armel.deb Maemo5 Debian Package (with QtTestBrowser)] |
| | 37 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week31/qtwebkit-2.0-source.tar.gz Sources] |
| | 38 | |
| | 39 | Known issues: |
| | 40 | |
| | 41 | * You need to have Qt 4.6 installed on your system and set your PATH/LD_LIBRARY_PATH accordingly, so that QtLauncher can find the Qt libraries. |
| | 42 | * On Mac OS X, you need to have the _Cocoa_ build of Qt installed. It's not necessary to set any library path variables. Start QtLauncher on the command line, not in Finder. |
| | 43 | * The Maemo 5 Packages are built against libqt4-experimental (Qt 4.7) from Maemo's extras-devel repository, so make sure you have that catalogue in your application manager. |
| | 44 | |
| | 45 | Bug fixes integrated since week 27: |
| | 46 | |
| | 47 | || <https://webkit.org/b/29381> || [Qt] [Regression] QWebView::setHtml() executes script body twice || |
| | 48 | || <https://webkit.org/b/40572> || [Qt] Stack overflow when converting navigator object to QVariant || |
| | 49 | || <https://webkit.org/b/38538> || JSC TimeoutChecker::didTimeOut overflows on ARM || |
| | 50 | || <https://webkit.org/b/36723> || Crash while uploading a PDF document on www.largefilesasap.com || |
| | 51 | || <https://webkit.org/b/41484> || [Qt] Clamp color stops passed to QGradient to 1.0 || |
| | 52 | || <https://webkit.org/b/43037> || [Qt] Incorrect input method hints || |
| | 53 | || <https://webkit.org/b/42474> || Spatial navigation: do not consider outline for focusable element boundaries || |
| | 54 | || <https://webkit.org/b/30879> || Loading HTML with a JS alert() when the DocumentLoader has been set to not defer data load results in ASSERT || |