1 | Qt 4.7.3 is a bug-fix release. It maintains both forward and backward
|
---|
2 | compatibility (source and binary) with Qt 4.7.0. For more details,
|
---|
3 | refer to the online documentation included in this distribution. The
|
---|
4 | documentation is also available online:
|
---|
5 |
|
---|
6 | http://qt.nokia.com/doc/4.7
|
---|
7 |
|
---|
8 | The Qt version 4.7 series is binary compatible with the 4.6.x series.
|
---|
9 | Applications compiled for 4.6 will continue to run with 4.7.
|
---|
10 |
|
---|
11 | Some of the changes listed in this file include issue tracking numbers
|
---|
12 | corresponding to tasks in the Qt Bug Tracker or the Merge Request queue
|
---|
13 | of the public source repository.
|
---|
14 |
|
---|
15 | Qt Bug Tracker: http://bugreports.qt.nokia.com
|
---|
16 | Merge Request: http://qt.gitorious.org
|
---|
17 |
|
---|
18 | ****************************************************************************
|
---|
19 | * Library *
|
---|
20 | ****************************************************************************
|
---|
21 |
|
---|
22 | QtNetwork
|
---|
23 | ---------
|
---|
24 |
|
---|
25 | - SSL
|
---|
26 | * [QTBUG-18338] blacklist fraudulent SSL certificates
|
---|
27 |
|
---|
28 | ****************************************************************************
|
---|
29 | * Platform Specific Changes *
|
---|
30 | ****************************************************************************
|
---|
31 |
|
---|
32 | Qt for Symbian
|
---|
33 | --------------
|
---|
34 |
|
---|
35 | - Bearer Management
|
---|
36 | * [QTBUG-15108] Deadlock between SymbianEngine mutex and
|
---|
37 | QNetworkConfigurationPrivate mutex in the symbian bearer code
|
---|
38 | * [QTBUG-17627] qnetworksession.h Q_DECLARE_METATYPE breaks building
|
---|
39 | QtMobility QtBearer depending applications
|
---|
40 |
|
---|
|
---|