summaryrefslogtreecommitdiffstats
path: root/win32/bin/changelog.jom.txt
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2016-11-16 15:59:30 +0100
committerEike Ziller <eike.ziller@qt.io>2016-11-16 15:59:35 +0100
commite8a6698d7c2866013b43ed7ef46f22af20fe38db (patch)
tree953442de5770e555007ff050ffba72da3bd554f5 /win32/bin/changelog.jom.txt
parent9830dc3656170ce72efaf78830f9515bb5d9008e (diff)
parent649cfe6b78968833ebe007eae779edaaff4dfa39 (diff)
Merge remote-tracking branch 'origin/4.2'
Diffstat (limited to 'win32/bin/changelog.jom.txt')
-rw-r--r--win32/bin/changelog.jom.txt19
1 files changed, 18 insertions, 1 deletions
diff --git a/win32/bin/changelog.jom.txt b/win32/bin/changelog.jom.txt
index a5d44a9..0a6163c 100644
--- a/win32/bin/changelog.jom.txt
+++ b/win32/bin/changelog.jom.txt
@@ -1,4 +1,21 @@
-This is the changelog for jom 1.0.16, the parallel make tool.
+This is the changelog for jom 1.1.1, the parallel make tool.
+
+Changes since jom 1.1.0
+- Added the special .NOTPARALLEL target that disables parallel build for the
+ containing makefile.
+- Fixed glitches in !include directives. Includes like <"foo.mk"> were not
+ possible. Includes like "foo.mk" did not recursively search through parent
+ makefiles directories.
+- Introduced the JOMFLAGS environment variable. This is a MAKEFLAGS pendant.
+ JOMFLAGS is useful to set up separate flags for nmake and jom.
+- Renamed ibjom.cmd to ibjom.bat for consistency.
+- Added xgejom.bat, a wrapper for the IncrediBuild XGE interface.
+- Fixed wildcard handling for subdirectories (QTCREATORBUG-16499).
+- Implemented the "build all targets" option (QTCREATORBUG-16500).
+
+Changes since jom 1.0.16
+- Restrict the number of parallel jobs in recursively called instances
+ similar to GNU make's jobserver (QTCREATORBUG-10846).
Changes since jom 1.0.15
- Fix occasional hang on exit (QTCREATORBUG-14600).