diff options
-rw-r--r-- | Help/release/3.16.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/3.16.rst b/Help/release/3.16.rst index 8d8490e..2b1ecf5 100644 --- a/Help/release/3.16.rst +++ b/Help/release/3.16.rst @@ -201,9 +201,17 @@ CPack control what configurations are to be packaged for multi-configuration CMake generators. +* The :cpack_gen:`CPack DEB Generator` is now able to format generic text + (usually used as the description for multiple CPack generators) according + to the `Debian Policy Manual`_. See the + :variable:`CPACK_PACKAGE_DESCRIPTION_FILE` and + :variable:`CPACK_DEBIAN_<COMPONENT>_DESCRIPTION` variables. + * The :cpack_gen:`CPack Archive Generator` learned to generate ``.tar.zst`` packages with Zstandard compression. +.. _`Debian Policy Manual`: https://www.debian.org/doc/debian-policy/ch-controlfields.html#description + Deprecated and Removed Features =============================== |