From f6b1d1fea22483f514b9a756c57542056eba68cf Mon Sep 17 00:00:00 2001 From: Katja Marttila Date: Thu, 31 Oct 2019 07:42:06 +0200 Subject: [PATCH] Update Changelog Change-Id: I87ac44f6e821a4cefe8987aa003c823796bfa60e Reviewed-by: Jani Heikkinen --- Changelog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog b/Changelog index db9ce142..678c9e43 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,12 @@ 3.1.2 +- Fix extracted files list formation in ExtractArchive operation (QTIFW-1239) +- Decrease the .dat file file size by writing file names to a separate file instead of .dat (QTIFW-1448) +- Use grid layout in component selection page (QTIFW-1334) +- Fix addDependency functionality (QTIFW-1458) +- Fix --no-proxy option in Windows (QTIFW-1445) +- Fix env variable remove on Windows (QTIFW-1148) +- Fix essential package update (QTIFW-1215) +- Fix CreateLink operation destination string formatting on Windows (QTIFW-1443) - Gain admin rights for writing MaintenanceTool config files if needed (QTIFW-1363) - Update INSTALL file (QTIFW-1185) - Fix initially deactivated buttons when selecting components to update (QTIFW-1320)