summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-03-29 13:30:03 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-03-29 13:31:02 (GMT)
commitc0ac5fd16c61dee41f7164058c1b57779be70999 (patch)
treee4e9cc817f3d728ac05adfbb710c16d4e9d76162 /Help/release
parentc9cf6370cfed71817ab2fad1b3fb5516e12e976c (diff)
parent08501602547201005ba422ecf984d157092be126 (diff)
downloadCMake-c0ac5fd16c61dee41f7164058c1b57779be70999.zip
CMake-c0ac5fd16c61dee41f7164058c1b57779be70999.tar.gz
CMake-c0ac5fd16c61dee41f7164058c1b57779be70999.tar.bz2
Merge topic 'FindIntl-builtin'
0850160254 Merge branch 'backport-FindIntl-builtin' into FindIntl-builtin 8e342a6637 FindIntl: Fix detection of intl built in to C library f56c1571d2 Merge branch 'backport-FindIntl-builtin' into FindIntl-builtin e34d64c04d FindIntl: Fix detection of intl built in to C library cb0d1a49e6 FindIntl: Improve documentation formatting Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Jeremy Tan <jtanx@outlook.com> Acked-by: David Adam <zanchey@ucc.gu.uwa.edu.au> Merge-request: !5948
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/3.20.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/Help/release/3.20.rst b/Help/release/3.20.rst
index 176447d..9991eab 100644
--- a/Help/release/3.20.rst
+++ b/Help/release/3.20.rst
@@ -327,3 +327,17 @@ Other Changes
`cmake.org <https://cmake.org/download/>`_ have changed their naming pattern
to ``cmake-$ver-windows-$arch``, where ``$arch`` is either ``x86_64`` or
``i386``.
+
+Updates
+=======
+
+Changes made since CMake 3.20.0 include the following.
+
+3.20.1
+------
+
+* The :module:`FindIntl` module in CMake 3.20.0 added checks
+ ``Intl_HAVE_GETTEXT_BUILTIN``, ``Intl_HAVE_DCGETTEXT_BUILTIN``,
+ and ``Intl_IS_BUILTIN``, but they were not implemented correctly.
+ These have been removed and replaced with a single ``Intl_IS_BUILT_IN``
+ check, whose name is consistent with the :module:`FindIconv` module.