From aa3d90e751d552f7092bd548397032c950e9be1e Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 24 Jun 2016 12:48:08 +0200 Subject: update changelog Change-Id: Icf5f246b63be7a64730edcf0344972c9fe11806b Reviewed-by: Christian Kandeler --- changelog.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3