summaryrefslogtreecommitdiffstats
path: root/Help/release/3.10.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-06-21 17:54:23 (GMT)
committerBrad King <brad.king@kitware.com>2018-06-21 17:54:57 (GMT)
commit57e4c51e8a891615ac53dcaf6f087af352d24ff6 (patch)
tree9bbdd04991d0919c56252117b4f43e70b52f00fa /Help/release/3.10.rst
parent4181830881be6b25ebbac1862517e8282dde494c (diff)
downloadCMake-57e4c51e8a891615ac53dcaf6f087af352d24ff6.zip
CMake-57e4c51e8a891615ac53dcaf6f087af352d24ff6.tar.gz
CMake-57e4c51e8a891615ac53dcaf6f087af352d24ff6.tar.bz2
Help: Update old version release notes for CPack generator docs
Replace references to the CPack "modules" with proper terminology referencing the CPack generator documentation directly.
Diffstat (limited to 'Help/release/3.10.rst')
-rw-r--r--Help/release/3.10.rst26
1 files changed, 12 insertions, 14 deletions
diff --git a/Help/release/3.10.rst b/Help/release/3.10.rst
index 1205b17..66a1d09 100644
--- a/Help/release/3.10.rst
+++ b/Help/release/3.10.rst
@@ -184,37 +184,35 @@ CTest
CPack
-----
-* CPack gained a ``FREEBSD`` generator for FreeBSD ``pkg(8)``, configured
- by the :module:`CPackFreeBSD` module.
+* A :cpack_gen:`CPack FreeBSD Generator` was added for FreeBSD ``pkg(8)``.
-* The CPack ``DEB`` generator, configured by the :module:`CPackDeb` module,
- was enabled on Windows. While not fully featured (due to the lack of
- external UNIX tools) this will allow building basic cross-platform Debian
- packages.
+* The :cpack_gen:`CPack Deb Generator` was enabled on Windows. While not
+ fully featured (due to the lack of external UNIX tools) this will allow
+ building basic cross-platform Debian packages.
-* The :module:`CPackDeb` module learned to set package release version in
- ``Version`` info property.
+* The :cpack_gen:`CPack Deb Generator` learned to set package release
+ version in ``Version`` info property.
See the :variable:`CPACK_DEBIAN_PACKAGE_RELEASE` variable.
-* The :module:`CPackDeb` module learned more strict package version checking
- that complies with Debian rules.
+* The :cpack_gen:`CPack Deb Generator` learned more strict package
+ version checking that complies with Debian rules.
* The :module:`CPackIFW` module :command:`cpack_ifw_configure_component` and
:command:`cpack_ifw_configure_component_group` commands gained a new
``REPLACES`` and ``CHECKABLE`` options.
-* The :module:`CPackIFW` module gained new
+* The :cpack_gen:`CPack IFW Generator` gained new
:variable:`CPACK_IFW_PACKAGE_FILE_EXTENSION` variable to customize
target binary format.
-* The :module:`CPackIFW` module gained new
+* The :cpack_gen:`CPack IFW Generator` gained new
:variable:`CPACK_IFW_REPOSITORIES_DIRECTORIES` variable to specify
additional repositories dirs that will be used to resolve and
repack dependent components. This feature is only available when
using QtIFW 3.1 or later.
-* Modules :module:`CPackRPM` and :module:`CPackDeb` learned to set package epoch
- version.
+* The :cpack_gen:`CPack RPM Generator` and :cpack_gen:`CPack Deb Generator`
+ learned to set the package epoch version.
See :variable:`CPACK_RPM_PACKAGE_EPOCH` and
:variable:`CPACK_DEBIAN_PACKAGE_EPOCH` variables.