summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2018-12-12 12:57:23 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2018-12-12 12:47:45 +0000
commit74b741a3ec52c5ce07cd120bbcfb4558c7ae563c (patch)
tree245b57728e73bb227925b0db7b95d3755cf7d653
parent83c3b2cad0d9387d4918dae970693bda7aa54966 (diff)
Update changelogv1.1.3
Change-Id: I121cb1dd1b0f12a1bade5c2b21a4ad8af4b38eaa Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
-rw-r--r--changelog.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/changelog.txt b/changelog.txt
index e901a46..f85da57 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,9 +1,14 @@
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.
+- 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).