diff options
author | Peter Hartmann <peter.hartmann@trolltech.com> | 2009-04-07 12:15:39 (GMT) |
---|---|---|
committer | Peter Hartmann <peter.hartmann@trolltech.com> | 2009-04-07 12:17:24 (GMT) |
commit | c5b0197611ebb3279b3426aca275458477edb42d (patch) | |
tree | d86d0a3cc5b60f05c196b9f13fa68e0f8b732290 /dist | |
parent | ca2d62f97f991d042a781d9d7bd0dbda910e1d04 (diff) | |
download | Qt-c5b0197611ebb3279b3426aca275458477edb42d.zip Qt-c5b0197611ebb3279b3426aca275458477edb42d.tar.gz Qt-c5b0197611ebb3279b3426aca275458477edb42d.tar.bz2 |
My changelog for 4.5.1
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 * **************************************************************************** |