diff options
author | Jens Georg <jensg@openismus.com> | 2011-09-28 14:36:32 (GMT) |
---|---|---|
committer | Sinan Tanilkan <sinan.tanilkan@nokia.com> | 2011-09-29 10:34:21 (GMT) |
commit | b5062aeeb4ad321424246ecb8bf7a0ffb9ac9990 (patch) | |
tree | e0a4c0b41fbec161c6c8c7adebccef02ab4e7533 /dist | |
parent | 0455cf2f9c4d82d1badcc568a6c6f4401111c62b (diff) | |
download | Qt-b5062aeeb4ad321424246ecb8bf7a0ffb9ac9990.zip Qt-b5062aeeb4ad321424246ecb8bf7a0ffb9ac9990.tar.gz Qt-b5062aeeb4ad321424246ecb8bf7a0ffb9ac9990.tar.bz2 |
Update changes-4.8.0
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.8.0 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0 index 4ca1f27..39c0adf 100644 --- a/dist/changes-4.8.0 +++ b/dist/changes-4.8.0 @@ -82,6 +82,7 @@ that the changes lead to a leaner API and the change applies to all platforms. - QProcessEnvironment: major optimizations, especially on Unix - Add branch prediction macros Q_LIKELY and Q_UNLIKELY - QSettings: don't assume XDG_CONFIG_HOME is latin1-encoded + - QDateTime: Fix generation of ISO8601 strings to include proper timezone information [QTBUG-18290] QtGui ----- |