summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-25 13:05:33 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-04-25 13:05:37 (GMT)
commit75d91e9c85a26796a291a8fb4ba289802313f917 (patch)
treeeb3f9b8fde429276ec753ccf4754ae2a871158b9 /Help/release
parent60e48295ae95535af7e245f308cf204a3ca9680d (diff)
parent58cf9d417e8b3d4d76597b9950a5af4860d3512c (diff)
downloadCMake-75d91e9c85a26796a291a8fb4ba289802313f917.zip
CMake-75d91e9c85a26796a291a8fb4ba289802313f917.tar.gz
CMake-75d91e9c85a26796a291a8fb4ba289802313f917.tar.bz2
Merge topic 'wix-attributes-patch'
58cf9d41 wix: adds ability to modify attributes with patch 03628bb6 wix: fix spelling error in function name Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !742
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/wix-attributes-patch.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/wix-attributes-patch.rst b/Help/release/dev/wix-attributes-patch.rst
new file mode 100644
index 0000000..e68d9f2
--- /dev/null
+++ b/Help/release/dev/wix-attributes-patch.rst
@@ -0,0 +1,7 @@
+wix-attributes-patch
+--------------------
+
+* The patching system within the :module:`CPackWIX` module now allows the
+ ability to set additional attributes. This can be done by specifying
+ addional attributes with the ``CPackWiXFragment`` XML tag after the
+ ``Id`` attribute. See the :variable:`CPACK_WIX_PATCH_FILE` variable.