diff options
author | João Abecasis <joao@abecasis.name> | 2009-06-03 19:32:55 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-06-04 03:44:29 (GMT) |
commit | 944c91860a10314c5b6aa71a0be21af1da8f845f (patch) | |
tree | 23d94b7cdc672d0b78b79ac91a84a9bdb8f79d6c | |
parent | 4f0c38dee09cc0aecbe3778b500c1ed74d81e6a2 (diff) | |
download | Qt-944c91860a10314c5b6aa71a0be21af1da8f845f.zip Qt-944c91860a10314c5b6aa71a0be21af1da8f845f.tar.gz Qt-944c91860a10314c5b6aa71a0be21af1da8f845f.tar.bz2 |
More changes for 4.5.2
(cherry picked from commit 8021218dd5ab2d7ad9314b1c2a54168de4694065)
-rw-r--r-- | dist/changes-4.5.2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/changes-4.5.2 b/dist/changes-4.5.2 index 378d565..6772405 100644 --- a/dist/changes-4.5.2 +++ b/dist/changes-4.5.2 @@ -128,6 +128,7 @@ Third party components separated list. - QFile and QTemporaryFile + * Fixed a leak of file descriptors in QTemporaryFile::rename, introduced in 4.5.1 * [165920] QFile::copy leaves the source file open after the file has been copied * [191467] & [252293] QFile::copy of resource files to the filesystem fails on Windows * [197857] QFile::copy of resource files leaves temporary files on filesystem |