1
Qt 4.6.4 is a bug-fix release. It maintains both forward and backward
2
compatibility (source and binary) with Qt 4.6.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.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 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
*                           General                                        *
20
****************************************************************************
21
22
New features
23
------------
24
25
 - SomeClass, SomeOtherClass
26
    * New classes for foo, bar and baz
27
28
Optimizations
29
-------------
30
31
 - Optimized foo in QSomeClass
32
    * See list of Important Behavior Changes below
33
34
35
****************************************************************************
36
*                          Library                                         *
37
****************************************************************************
38
39
QtCore
40
------
41
42
 - foo
43
    * bar
44
45
QtGui
46
-----
47
48
 - foo
49
    * bar
50
51
QtDBus
52
------
53
54
 - foo
55
    * bar
56
57
QtNetwork
58
---------
59
60
 - foo
61
    * bar
62
63
QtOpenGL
64
--------
65
66
 - QGLShaderProgram
67
    * [QTBUG-12478] Don't resolve GLSL extensions if no shaders.
68
    * [QTBUG-12591] setUniformValue(QSize) was setting (w,w) not (w,h).
69
    * [QTBUG-12554] Wrong OpenGLVersionFlags on OpenGL 4.0 systems.
70
71
QtScript
72
--------
73
74
 - foo
75
    * bar
76
77
QtSql
78
-----
79
80
 - foo
81
    * bar
82
83
QtXml
84
-----
85
86
 - foo
87
    * bar
88
89
Qt Plugins
90
----------
91
92
 - foo
93
    * bar
94
95
Third party components
96
----------------------
97
98
 - Updated foo to version 2.3.9.
99
100
 - Updated bar to the latest version from baz.org.
101
102
103
****************************************************************************
104
*                      Platform Specific Changes                           *
105
****************************************************************************
106
107
Qt for Unix (X11 and Mac OS X)
108
------------------------------
109
110
 -
111
112
Qt for Linux/X11
113
----------------
114
115
 -
116
117
Qt for Windows
118
--------------
119
120
 -
121
122
Qt for Mac OS X
123
---------------
124
125
 -
126
127
Qt for Embedded Linux
128
---------------------
129
130
 -
131
132
DirectFB
133
--------
134
135
 -
136
137
Qt for Windows CE
138
-----------------
139
140
 -
141
142
****************************************************************************
143
*                          Tools                                           *
144
****************************************************************************
145
146
 - Designer
147
   * foo
148
149
 - qdoc3
150
   * bar
151
152
 - Linguist
153
   * baz
154
155
****************************************************************************
156
* Important Behavior Changes *
157
****************************************************************************
158
159
 -