diff options
author | João Abecasis <joao@trolltech.com> | 2010-02-04 13:15:00 (GMT) |
---|---|---|
committer | João Abecasis <joao@trolltech.com> | 2010-02-04 13:15:00 (GMT) |
commit | 551575ae14de1c80712478ba07fd26c7cccec322 (patch) | |
tree | 659b622abb31b9c684bf18095d1a104462f67204 /dist | |
parent | db82dda4ae3672844f7637394bf9a403e7c4f4b3 (diff) | |
download | Qt-551575ae14de1c80712478ba07fd26c7cccec322.zip Qt-551575ae14de1c80712478ba07fd26c7cccec322.tar.gz Qt-551575ae14de1c80712478ba07fd26c7cccec322.tar.bz2 |
My changes for 4.6.2
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.6.2 | 6 |
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 |