summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorKonstantin Podsvirov <konstantin@podsvirov.pro>2016-05-17 17:00:29 +0300
committerBrad King <brad.king@kitware.com>2016-05-18 09:49:14 -0400
commit41199f8c1ea02bacb516ae8bd57d9c9e1d3fd4ee (patch)
tree07b7d562e9896dc36de8a79dffb5a80290b560ab /Help
parent6ca6b0dd7b1f4bb7429cbe039101558c58f3ea27 (diff)
downloadcmake-41199f8c1ea02bacb516ae8bd57d9c9e1d3fd4ee.tar.gz
CPackIFW: Add support for Promoting Updates
Add support for this feature added by QtIFW 2.0.3: http://doc.qt.io/qtinstallerframework/ifw-updates.html Add a `cpack_ifw_update_repository` command as porcelain.
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/cpack-ifw-updates.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/cpack-ifw-updates.rst b/Help/release/dev/cpack-ifw-updates.rst
new file mode 100644
index 0000000000..868f46cfe2
--- /dev/null
+++ b/Help/release/dev/cpack-ifw-updates.rst
@@ -0,0 +1,6 @@
+cpack-ifw-updates
+-----------------
+
+* The :module:`CPackIFW` module gained a new
+ :command:`cpack_ifw_update_repository` command to update a QtIFW-specific
+ repository from a remote repository.