diff options
author | João Abecasis <joao@trolltech.com> | 2010-02-04 13:15:00 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-02-06 08:57:20 (GMT) |
commit | 442ccc3f437537bd638e3868734433a41ea0bd04 (patch) | |
tree | 15416feeb5b8cb75b19e5353f9383c7de75f39e0 /dist | |
parent | 4ab0a1f95f8528c0a9ec878b89b3b3e87c06c0f1 (diff) | |
download | Qt-442ccc3f437537bd638e3868734433a41ea0bd04.zip Qt-442ccc3f437537bd638e3868734433a41ea0bd04.tar.gz Qt-442ccc3f437537bd638e3868734433a41ea0bd04.tar.bz2 |
My changes for 4.6.2
(cherry picked from commit 551575ae14de1c80712478ba07fd26c7cccec322)
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 e327d9e..344ae71 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 |