diff options
author | Peter Hartmann <peter.hartmann@trolltech.com> | 2009-04-07 12:15:39 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-08 02:15:22 (GMT) |
commit | 29f0bd468a6417d1334eff782d7341493acca86b (patch) | |
tree | fdcc6fc81535f2000c6c8f5451660431c53e79bb /dist | |
parent | c707fb9c1d86c5b9d9457e243ae695162f969192 (diff) | |
download | Qt-29f0bd468a6417d1334eff782d7341493acca86b.zip Qt-29f0bd468a6417d1334eff782d7341493acca86b.tar.gz Qt-29f0bd468a6417d1334eff782d7341493acca86b.tar.bz2 |
My changelog for 4.5.1
(cherry picked from commit c5b0197611ebb3279b3426aca275458477edb42d)
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.5.1 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dist/changes-4.5.1 b/dist/changes-4.5.1 index 1d2286e..de4eef7 100644 --- a/dist/changes-4.5.1 +++ b/dist/changes-4.5.1 @@ -33,9 +33,25 @@ Third party components * Library * **************************************************************************** +- QAbstractSocket + * [192037] Emit disconnected only if we were connected before + +- QAuthenticator + * [237979] fix implemenation of md5-sess + +- QFileInfo + * [205244] return valid file info also for relative UNC paths + +- QHttp + * [208445] cancel request upon receiving unknown authentication method + - QSharedPointer * [246843] Fixed a crash caused by using QSharedPointer in global statics +- QSSlSocket + * [245668] set also protocol, verifyMode and verifyDepth in + setSslConfiguration() + **************************************************************************** * Database Drivers * **************************************************************************** |