source: trunk/changes-4.6.1@ 578

Last change on this file since 578 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 14.3 KB
Line 
1Qt 4.6.1 is a bug-fix release. It maintains both forward and backward
2compatibility (source and binary) with Qt 4.6.0. For more details,
3refer to the online documentation included in this distribution. The
4documentation is also available online:
5
6 http://qt.nokia.com/doc/4.6
7
8The Qt version 4.6 series is binary compatible with the 4.5.x series.
9Applications compiled for 4.5 will continue to run with 4.6.
10
11Some of the changes listed in this file include issue tracking numbers
12corresponding to tasks in the Qt Bug Tracker, the (now obsolete) Task
13Tracker, or the Merge Request queue of the public source repository.
14
15Qt Bug Tracker: http://bugreports.qt.nokia.com
16Task Tracker: http://qt.nokia.com/developer/task-tracker
17Merge Request: http://qt.gitorious.org
18
19****************************************************************************
20* General *
21****************************************************************************
22
23Optimizations
24-------------
25
26 - Optimized empty QUrl creation
27 * [QTBUG-4030] Empty QUrls no longer allocate memory now
28
29 * See list of Important Behavior Changes below
30
31
32****************************************************************************
33* Library *
34****************************************************************************
35
36QtCore
37------
38
39 - QFile
40 * Improve performance of getting the canonical filename on Linux
41 and Symbian by using realpath() system call.
42 * Avoid stat() when opening a file.
43
44 - QLibrary and QPluginLoader
45 * Do not look at the Qt patch-level version embedded in plugins'
46 buildkeys when trying to determine if the plugin is compatible
47
48 - QProcessEnvironment
49 * [QTBUG-6701] Ensure we don't crash in operator==
50
51 - QTextEncoder
52 * [merge request 399] QTextEncoder::fromUnicode as QT3 support
53 member
54
55 - QXmlStreamreader
56 * [merge request 1926] Fix parsing of DTDs that contain empty markup
57 declarations.
58
59QtGui
60-----
61
62 - QApplication
63 * [QTBUG-6654] Fix crashes when deleting QWidgets in touch event
64 handlers.
65 - QGraphicsEffect
66 * [QTBUG-5918] Fixed redraw bugs when using graphics effects on