summaryrefslogtreecommitdiffstats
path: root/win32/bin/changelog.jom.txt
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2012-11-26 14:07:46 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2012-11-26 14:07:46 +0100
commitc2783d110a099032ac6a5f14f5a47de1a51ea964 (patch)
tree5c5d5070ff7a0e466efe4025a793d73b493f9911 /win32/bin/changelog.jom.txt
parent31213a395c9befdeed450dda3559d16bfa6e879f (diff)
update jom
Diffstat (limited to 'win32/bin/changelog.jom.txt')
-rw-r--r--win32/bin/changelog.jom.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/win32/bin/changelog.jom.txt b/win32/bin/changelog.jom.txt
index c3fcb1c..3126036 100644
--- a/win32/bin/changelog.jom.txt
+++ b/win32/bin/changelog.jom.txt
@@ -1,4 +1,13 @@
-This is the changelog for jom 1.0.12, the parallel make tool.
+This is the changelog for jom 1.0.13, the parallel make tool.
+
+Changes since jom 1.0.12
+- Fix spurious "Can't start command" error.
+- Fix passing of -j argument to subjoms.
+- Sanity check the -j argument.
+- Fix regression of non-functional set command in command blocks.
+- Fix handling of environment variables that would cause a syntax errors in
+ makefiles.
+- Fix handling of environment variables with lowercase names.
Changes since jom 1.0.11
- Performance improvements.
@@ -104,7 +113,7 @@ Changes since jom 0.9.2
- Support file name macros in the file name part of inline file defitions.
(QTCREATORBUG-1136)
- Multiple file name macros per command line are possible now.
-- Single name macro invokation was added.
+- Single name macro invocation was added.
They can be invoked like this: $A instead of $(A).
- Several bugs related to file name macros have been fixed.
- Handle quoted arguments from command files correctly.