diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-10-20 09:44:36 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-10-20 09:45:40 (GMT) |
commit | ccb376e04c29c4a9214f71c173c81f5877dc9502 (patch) | |
tree | 3958f7be70bb9cfa1d2d8f986584b53af56750cf | |
parent | a95375593228e00186dbd50a04736bb32a24730e (diff) | |
download | Qt-ccb376e04c29c4a9214f71c173c81f5877dc9502.zip Qt-ccb376e04c29c4a9214f71c173c81f5877dc9502.tar.gz Qt-ccb376e04c29c4a9214f71c173c81f5877dc9502.tar.bz2 |
changes-4.6.0 updated
-rw-r--r-- | dist/changes-4.6.0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0 index cd9f130..7f723da 100644 --- a/dist/changes-4.6.0 +++ b/dist/changes-4.6.0 @@ -49,6 +49,12 @@ information about a particular change. QRegion. The native handle is for reading out only. Any GDI calls made on the HRGN handle will not affect the QRegion. + - [259221] QFileInfo::symLinkTarget() now supports NTFS symbolic links + thanks to Konstantin Ritt (merge request 1217). + + - The reading code of QLocalSocket on Windows has been rewritten to improve + reading performance. + **************************************************************************** * Important Behavior Changes * **************************************************************************** |