summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2016-06-24 12:48:08 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2016-06-24 10:55:22 +0000
commitaa3d90e751d552f7092bd548397032c950e9be1e (patch)
tree042faea167d9365b5750dd26e9683f2b5a5ee26e
parent955c491f885165c7a550ca32775b3cc0ca7005a8 (diff)
update changelog
Change-Id: Icf5f246b63be7a64730edcf0344972c9fe11806b Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
-rw-r--r--changelog.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/changelog.txt b/changelog.txt
index 0fae20f..906563c 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,4 +1,15 @@
-This is the changelog for jom 1.1.0, 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.
Changes since jom 1.0.16
- Restrict the number of parallel jobs in recursively called instances