1 | Qt 4.6.2 is a bug-fix release. It maintains both forward and backward
|
---|
2 | compatibility (source and binary) with Qt 4.6.0 and 4.6.1. For more
|
---|
3 | details, refer to the online documentation included in this
|
---|
4 | distribution. The documentation is also available online:
|
---|
5 |
|
---|
6 | http://qt.nokia.com/doc/4.6
|
---|
7 |
|
---|
8 | The Qt version 4.6 series is binary compatible with the 4.5.x series.
|
---|
9 | Applications compiled for 4.5 will continue to run with 4.6.
|
---|
10 |
|
---|
11 | Some of the changes listed in this file include issue tracking numbers
|
---|
12 | corresponding to tasks in the Qt Bug Tracker, the (now obsolete) Task
|
---|
13 | Tracker, or the Merge Request queue of the public source repository.
|
---|
14 |
|
---|
15 | Qt Bug Tracker: http://bugreports.qt.nokia.com
|
---|
16 | Task Tracker: http://qt.nokia.com/developer/task-tracker
|
---|
17 | Merge Request: http://qt.gitorious.org
|
---|
18 |
|
---|
19 |
|
---|
20 | ****************************************************************************
|
---|
21 | * Library *
|
---|
22 | ****************************************************************************
|
---|
23 |
|
---|
24 | QtCore
|
---|
25 | ------
|
---|
26 |
|
---|
27 | - QAtomicPointer
|
---|
28 | * [QTBUG-7356] Fixed a compilation failure when using the Intel
|
---|
29 | compiler on IA-64
|
---|
30 | - QFile
|
---|
31 | * Fixed double-buffering issue when opening files in buffered mode.
|
---|
32 | * [QTBUG-7285] QFile::remove would() fail if an unrelated operation on the
|
---|
33 | same instance had been previously failed. This manifested itself in
|
---|
|
---|