diff options
author | Rafael Roquetto <rafael.roquetto.qnx@kdab.com> | 2012-05-07 08:14:04 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-05-16 20:12:46 (GMT) |
commit | fcfd40544f5730f8902544aac5ca5fafec52e5c2 (patch) | |
tree | 9eff050f5f4301e9b135aa140c64c087d38b2206 /dist | |
parent | 9e981c4dd03effc2c52b52f529edfa8955e534ce (diff) | |
download | Qt-fcfd40544f5730f8902544aac5ca5fafec52e5c2.zip Qt-fcfd40544f5730f8902544aac5ca5fafec52e5c2.tar.gz Qt-fcfd40544f5730f8902544aac5ca5fafec52e5c2.tar.bz2 |
Enable some SQLITE extensions on BB by default
Enable SQLITE_ENABLE_FTS3 SQLITE_ENABLE_FTS3_PARENTHESIS SQLITE_ENABLE_RTREE
by default on Blackberry platforms. These options are already enabled in
Ubuntu, Nokia N9 and in some mobile devices.
backport of qt5 ee69c935c0f7b4ad3747e369fc18373d31e2521b
Change-Id: I0c5065df87e5e5e4c747780d193fa49c213454f1
Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.8.3 | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/dist/changes-4.8.3 b/dist/changes-4.8.3 new file mode 100644 index 0000000..c5816c0 --- /dev/null +++ b/dist/changes-4.8.3 @@ -0,0 +1,87 @@ +Qt 4.8.3 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 4.8.0. For more details, +refer to the online documentation included in this distribution. The +documentation is also available online: + + http://qt-project.org/doc/4.8 + +The Qt version 4.8 series is binary compatible with the 4.7.x series. +Applications compiled for 4.7 will continue to run with 4.8. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker or the Merge Request queue +of the public source repository. + +Qt Bug Tracker: http://bugreports.qt-project.org +Merge Request: http://codereview.qt-project.org + +**************************************************************************** +* General * +**************************************************************************** + +General Improvements +-------------------- + +Third party components +---------------------- + +- SQLITE_ENABLE_FTS3,SQLITE_ENABLE_FTS3_PARENTHESIS and SQLITE_ENABLE_RTREE +flags are now enabled by default on blackberry platforms, for the sqlite3 +copy under the 3rdparty directory. + + +**************************************************************************** +* Library * +**************************************************************************** + +QtGui +----- + +QtNetwork +--------- + +QtCore +------ + +QtScript +-------- + +QtDBus +------ + +QtSql +----- + +Declarative +----------- + +OpenVG +------ + +OpenGL +------ + +3rdParty +-------- + +**************************************************************************** +* Platform Specific Changes * +**************************************************************************** + +Qt for Linux/X11 +---------------- + +Qt for Windows +-------------- + +Qt for Mac OS X +--------------- + +Qt for Symbian +-------------- + + +**************************************************************************** +* Tools * +**************************************************************************** + |