summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.1
diff options
context:
space:
mode:
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>2010-01-12 14:09:56 (GMT)
committerKim Motoyoshi Kalland <kim.kalland@nokia.com>2010-01-12 14:27:36 (GMT)
commitbc62c67c08a9c03d237f63c87f743a08a3dc9d14 (patch)
tree13777d7fa227beae23a2b1700b870ca1b75cf8e9 /dist/changes-4.6.1
parent7e87d9d6e427d6afc7757bc394cacaf383436d20 (diff)
downloadQt-bc62c67c08a9c03d237f63c87f743a08a3dc9d14.zip
Qt-bc62c67c08a9c03d237f63c87f743a08a3dc9d14.tar.gz
Qt-bc62c67c08a9c03d237f63c87f743a08a3dc9d14.tar.bz2
Added my changes to the 4.6.1 change log.
Diffstat (limited to 'dist/changes-4.6.1')
-rw-r--r--dist/changes-4.6.111
1 files changed, 11 insertions, 0 deletions
diff --git a/dist/changes-4.6.1 b/dist/changes-4.6.1
index e9e5922..15f1fad 100644
--- a/dist/changes-4.6.1
+++ b/dist/changes-4.6.1
@@ -55,6 +55,8 @@ QtGui
GL implementation.
* [QTBUG-6840] Fixed load() to not modify referenced copies.
* [QTBUG-5840] Fixed a crash in fromImage() when passing in a null image.
+ * [QTBUG-6116] Fixed memory leak where a global object was not destroyed
+ at program exit.
- QRasterPixmapData
* [QTBUG-6985] Fixed metric() to return the correct height in mm.
- QGraphicsObject
@@ -166,6 +168,15 @@ QtSql
- foo
* bar
+QtSvg
+-----
+
+ - QSvgRenderer
+ * [QTBUG-6867] Fixed regression in the parsing of paths with relative
+ offsets.
+ * [QTBUG-6899] Fixed crash when parsing invalid coordinate list.
+
+
QtXml
-----