diff options
author | Harald Fernengel <harald.fernengel@nokia.com> | 2009-11-04 16:47:41 (GMT) |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2009-11-04 16:47:41 (GMT) |
commit | 55f0b7e5f3203fa6dfe6a149cf82f42b8b403006 (patch) | |
tree | 9cdc4e20df046270cb489835d34c5f04443ab925 /dist | |
parent | 56b8d24c337d30c6bcdda101fbc664c4fd6d642d (diff) | |
download | Qt-55f0b7e5f3203fa6dfe6a149cf82f42b8b403006.zip Qt-55f0b7e5f3203fa6dfe6a149cf82f42b8b403006.tar.gz Qt-55f0b7e5f3203fa6dfe6a149cf82f42b8b403006.tar.bz2 |
added my changes to the ChangeLog
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.6.0 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0 index 61c3aa0..8292957 100644 --- a/dist/changes-4.6.0 +++ b/dist/changes-4.6.0 @@ -24,6 +24,11 @@ information about a particular change. now 0.93. +Third party components +---------------------- + + - Updated FreeType to version 2.3.9 + **************************************************************************** * Library * **************************************************************************** @@ -42,10 +47,20 @@ information about a particular change. - Qt::escape * now escape the double quote (") + - QScopedPointer + * New pointer class for cleaning up objects when leaving the + current scope + + - QFile + * Make QFile::resize() more robust when operating on buffered files + **************************************************************************** * Platform Specific Changes * **************************************************************************** + - Added community supported Qt ports for QNX and VxWorks. See platform + notes in the Qt documentation for details. + - Significant external contribution from Milan Burda for planned removal of (non-unicode) Windows 9x/ME support. @@ -65,6 +80,10 @@ information about a particular change. - On Windows CE the link time code geration has been disabled by default to be consistent with win32-msvc200x. + - Added QMAKE_LIBS_OPENGL_ES1, QMAKE_LIBS_OPENGL_ES1CL and + QMAKE_LIBS_OPENGL_ES2 qmake variables for specifying OpenGL ES + specific libraries. + **************************************************************************** * Tools * **************************************************************************** |