summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-08-22 12:20:37 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-08-22 12:21:03 (GMT)
commitd3d0191dcd39b66d9f7b4f016d347aad0fdf09bb (patch)
tree9c2ca2016e51147037e8b56e6eba566099d32583 /Help
parent2d41ec5036e94f2cffda4875b616020372a406a2 (diff)
parent286c75f7f034c5fdcd43bcb755da74d09c809642 (diff)
downloadCMake-d3d0191dcd39b66d9f7b4f016d347aad0fdf09bb.zip
CMake-d3d0191dcd39b66d9f7b4f016d347aad0fdf09bb.tar.gz
CMake-d3d0191dcd39b66d9f7b4f016d347aad0fdf09bb.tar.bz2
Merge topic 'revert-macos-hidpi-qt-dialog'
286c75f7 macOS: Revert default Hi-DPI support in applications Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1167
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.9.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/Help/release/3.9.rst b/Help/release/3.9.rst
index ae55105..5087b43 100644
--- a/Help/release/3.9.rst
+++ b/Help/release/3.9.rst
@@ -310,9 +310,6 @@ Other Changes
in dependent targets may now compile without waiting for their targets'
dependencies to link.
-* On macOS, the default application bundle ``Info.plist`` file now enables
- Hi-DPI support.
-
* On macOS, ``RPATH`` settings such as :prop_tgt:`BUILD_WITH_INSTALL_RPATH`
no longer affect the ``install_name`` field. See policy :policy:`CMP0068`.
@@ -333,3 +330,10 @@ Changes made since CMake 3.9.0 include the following.
CMake 3.9.0 has been removed for the 3.9 series due to regressions
caused by new use of ``<PackageName>_ROOT`` variables. The behavior
may be re-introduced in the future in a more-compatible way.
+
+3.9.2
+-----
+
+* On macOS, the default application bundle ``Info.plist`` file no longer
+ enables Hi-DPI support as it did in 3.9.0 and 3.9.1. The change had
+ to be reverted because it broke iOS applications.