summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.2
diff options
context:
space:
mode:
authorJoão Abecasis <joao@trolltech.com>2010-02-04 13:15:00 (GMT)
committerJoão Abecasis <joao@trolltech.com>2010-02-04 13:15:00 (GMT)
commit551575ae14de1c80712478ba07fd26c7cccec322 (patch)
tree659b622abb31b9c684bf18095d1a104462f67204 /dist/changes-4.6.2
parentdb82dda4ae3672844f7637394bf9a403e7c4f4b3 (diff)
downloadQt-551575ae14de1c80712478ba07fd26c7cccec322.zip
Qt-551575ae14de1c80712478ba07fd26c7cccec322.tar.gz
Qt-551575ae14de1c80712478ba07fd26c7cccec322.tar.bz2
My changes for 4.6.2
Diffstat (limited to 'dist/changes-4.6.2')
-rw-r--r--dist/changes-4.6.26
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/changes-4.6.2 b/dist/changes-4.6.2
index 0175f1d..f667c91 100644
--- a/dist/changes-4.6.2
+++ b/dist/changes-4.6.2
@@ -42,6 +42,12 @@ QtCore
- QXmlStreamWriter
* [QTBUG-6893] Fixed adding extra Byte Order Marks when writing to a xml file.
+ - QFile
+ * Fixed double-buffering issue when opening files in buffered mode.
+ * [QTBUG-7285] QFile::remove would fail if an unrelated operation on the
+ same instance had been previously failed. This manisfested itself in
+ QTemporaryFile failing to auto-remove files and QFile::copy leaving
+ temporary files behind in certain situations.
- QFSFileEngine
* Fix typo that made realpath() not being used
- QIODevice