summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@digia.com>2014-10-23 13:42:12 +0200
committerMorten Johan Sørvig <morten.sorvig@digia.com>2014-10-26 22:26:16 +0100
commit6c308e6f1de8f6dfe1938dfbfec55a6881de898a (patch)
treeabff1c2085ecd2b661d24dd026887f5bc53e832a /dist
parent18a538ed40d5419b7f9edf5e42730113447ed527 (diff)
Add OS X platform changes.
Change-Id: Ib685a2c9a012bbd73b0da99eabce3a0cd0b21358 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.4.012
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/changes-5.4.0 b/dist/changes-5.4.0
index f36145cd90..927ca0f9f1 100644
--- a/dist/changes-5.4.0
+++ b/dist/changes-5.4.0
@@ -31,3 +31,15 @@ QtSql
- qsql ibase: fix memory corruption due to LONG being 4 bytes in firebird.
- QSqlDriver::dbmsType(): New method reports DBMS type. Especially useful when using ODBC.
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+OS X
+----
+
+ - OS X 10.6 is no longer supported.
+ - OS X 10.10 is now supported.
+ - QMacStyle has been updated with better OS 10.10 support.
+ - The Qt binary packages are now configured with C++11 enabled.