dist/changes-4.6.1
changeset 3 41300fa6a67c
child 4 3b1da2848fc7
child 7 f7bc934e204c
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
       
     1 Qt 4.6.1 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, 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 *                           General                                        *
       
    21 ****************************************************************************
       
    22 
       
    23 New features
       
    24 ------------
       
    25 
       
    26  - SomeClass, SomeOtherClass
       
    27     * New classes for foo, bar and baz
       
    28 
       
    29 Optimizations
       
    30 -------------
       
    31 
       
    32  - Optimized foo in QSomeClass
       
    33     * See list of Important Behavior Changes below
       
    34 
       
    35 
       
    36 ****************************************************************************
       
    37 *                          Library                                         *
       
    38 ****************************************************************************
       
    39 
       
    40 QtCore
       
    41 ------
       
    42 
       
    43  - foo
       
    44     * bar
       
    45 
       
    46 QtGui
       
    47 -----
       
    48 
       
    49  - QPixmap
       
    50     * load() and loadFromData() can now support compressed GL textures
       
    51       in the DDS, ETC1, PVRTC2, and PVRTC4 formats if the OpenGL graphics
       
    52       system is active and the appropriate extensions are present in the
       
    53       GL implementation.
       
    54 
       
    55 QtDBus
       
    56 ------
       
    57 
       
    58  - foo
       
    59     * bar
       
    60 
       
    61 QtNetwork
       
    62 ---------
       
    63 
       
    64  - foo
       
    65     * bar
       
    66 
       
    67 QtOpenGL
       
    68 --------
       
    69 
       
    70  - QGLContext
       
    71     * bindTexture(QString) now supports DDS, ETC1, PVRTC2, and PVRTC4
       
    72       compressed textures if the appropriate extensions are present
       
    73       in the GL implementation.
       
    74 
       
    75 QtScript
       
    76 --------
       
    77 
       
    78  - foo
       
    79     * bar
       
    80 
       
    81 QtSql
       
    82 -----
       
    83 
       
    84  - foo
       
    85     * bar
       
    86 
       
    87 QtXml
       
    88 -----
       
    89 
       
    90  - foo
       
    91     * bar
       
    92 
       
    93 Qt Plugins
       
    94 ----------
       
    95 
       
    96  - foo
       
    97     * bar
       
    98 
       
    99 Third party components
       
   100 ----------------------
       
   101 
       
   102  - Updated foo to version 2.3.9.
       
   103 
       
   104  - Updated bar to the latest version from baz.org.
       
   105 
       
   106 
       
   107 ****************************************************************************
       
   108 *                      Platform Specific Changes                           *
       
   109 ****************************************************************************
       
   110 
       
   111 Qt for Unix (X11 and Mac OS X)
       
   112 ------------------------------
       
   113 
       
   114  - 
       
   115 
       
   116 Qt for Linux/X11
       
   117 ----------------
       
   118 
       
   119  -
       
   120 
       
   121 Qt for Windows
       
   122 --------------
       
   123 
       
   124  -
       
   125 
       
   126 Qt for Mac OS X
       
   127 ---------------
       
   128 
       
   129  -
       
   130 
       
   131 Qt for Embedded Linux
       
   132 ---------------------
       
   133 
       
   134  -
       
   135 
       
   136 DirectFB
       
   137 --------
       
   138 
       
   139  -
       
   140 
       
   141 Qt for Windows CE
       
   142 -----------------
       
   143 
       
   144  -
       
   145 
       
   146 ****************************************************************************
       
   147 *                          Tools                                           *
       
   148 ****************************************************************************
       
   149 
       
   150  - Designer
       
   151    * foo
       
   152 
       
   153  - qdoc3
       
   154    * bar
       
   155 
       
   156  - Linguist
       
   157    * baz
       
   158 
       
   159 ****************************************************************************
       
   160 * Important Behavior Changes *
       
   161 ****************************************************************************
       
   162 
       
   163  -
       
   164