summaryrefslogtreecommitdiffstats
path: root/win32/bin/changelog.jom.txt
diff options
context:
space:
mode:
Diffstat (limited to 'win32/bin/changelog.jom.txt')
-rw-r--r--win32/bin/changelog.jom.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/win32/bin/changelog.jom.txt b/win32/bin/changelog.jom.txt
index 47e597a..2e3cf18 100644
--- a/win32/bin/changelog.jom.txt
+++ b/win32/bin/changelog.jom.txt
@@ -1,4 +1,12 @@
-This is the changelog for jom 1.0.14, the parallel make tool.
+This is the changelog for jom 1.0.15, the parallel make tool.
+
+Changes since jom 1.0.14
+- Fix potential hang on error in a sub-jom.
+- Yield error on missing !endif directives (QTCREATORBUG-14211).
+- Fix ignoring exit codes greater than 255.
+- Fix /DUMPGRAPHDOT option (QTCREATORBUG-14004).
+- Fix $? filename macro for nonexistent targets (QTCREATORBUG-14125).
+- Fix quoting of dependencies with spaces (QTCREATORBUG-12296).
Changes since jom 1.0.13
- Fix exit code forwarding. (QTCREATORBUG-11556)