summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2014-07-11 09:32:39 +0200
committerKai Koehne <kai.koehne@digia.com>2014-07-11 14:18:31 +0200
commite6390254c683d210ca837eb137b027146fdd9d3a (patch)
tree9985e45ba4c8583b788cf15f3a4efc04a2d5fc7f /Changelog
parent6e7ff8a60ba2bf3dcab1646f0046fc4ef7066cb3 (diff)
Windows: Write verbose output into parent console
Don't open a new console window for verbose output if we got launched from a console already, but attach to the parent console. This allows users to e.g. pipe the verbose output to a file. Change-Id: Ie602bdd18ef48b576e4b90806541709394882735 Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 021e0763b..6fe9da5f0 100644
--- a/Changelog
+++ b/Changelog
@@ -19,6 +19,7 @@
- Renamed settings inside config.xml:
- UninstallerName renamed to MaintenanceToolName (default value changed to "maintenancetool")
- UninstallerIniFile renamed to MaintenanceToolIniFile
+- Windows: Re-use parent console for verbose output if possible
Thanks go to Sze Howe Koh, Ray Donnelly and Sascha Cunz for contributions.