summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-03-27 15:34:55 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-03-27 14:35:38 +0000
commitf97af4d3f78a8eb390bbb4bf2e82647aab1dac2f (patch)
treeb561a19499c72e2ab1db5e2e1a27158271656f4d
parentb0a05777f2d89d7986fa78ab761d08b4bf2ae89b (diff)
update changelog
Change-Id: Ibd4e7c0405877907218aaa2e31996292a15ac853 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-rw-r--r--changelog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 6107203..668ee25 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,6 +1,9 @@
This is the changelog for jom 1.0.15, the parallel make tool.
Changes since jom 1.0.14
+- Fix ignoring exit codes greater than 255.
+- 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)