From f1eda7fba3602f8fce0c82f8ca4aae75cea8a4b8 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 13 Dec 2018 12:56:59 +0100 Subject: Update jom to v1.1.3 Change-Id: I1f307b6fb62efae73f9997952255f5882810ee22 Reviewed-by: David Schulz Reviewed-by: Eike Ziller --- win32/bin/changelog.jom.txt | 12 +++++++++++- win32/bin/jom.exe | Bin 2654208 -> 2750464 bytes 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/win32/bin/changelog.jom.txt b/win32/bin/changelog.jom.txt index e333847..f85da57 100644 --- a/win32/bin/changelog.jom.txt +++ b/win32/bin/changelog.jom.txt @@ -1,4 +1,14 @@ -This is the changelog for jom 1.1.2, the parallel make tool. +This is the changelog for jom 1.1.3, the parallel make tool. + +Changes since jom 1.1.2 +- Removed the /KEEPTEMPFILES option. This option only worked for top-level make + files anyway and was less useful than intended. Use the /U option to display + the content of inline files instead. +- Fixed an issue where jom.exe would try to load qt.conf from drive E. +- Fixed handling of double backslash at the end of line (QTCREATORBUG-20550). +- Fixed handling of line continuations in preprocessor directives + (QTCREATORBUG-8621, QTCREATORBUG-18001). +- Fixed the CMake project file. Changes since jom 1.1.1 - Fixed exit code propagation in xgejom.bat and ibjom.bat (QTCREATORBUG-16619). diff --git a/win32/bin/jom.exe b/win32/bin/jom.exe index acb7902..14a199a 100644 Binary files a/win32/bin/jom.exe and b/win32/bin/jom.exe differ -- cgit v1.2.3