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.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).