|
| 1 | +1.7.3 (2020-05-11) |
| 2 | + |
| 3 | + * Addressed an issue in which NL_ENABLE_COVERAGE, |
| 4 | + NL_ENABLE_DEBUG, and NL_ENABLE_OPTIMIZATION failed to |
| 5 | + correctly transform their respective flags when the values |
| 6 | + they control are satisfied from the configuration cache. |
| 7 | + |
| 8 | +1.7.2 (2020-04-22) |
| 9 | + |
| 10 | + * Incorporated changes to refactor makedirs to use sentinel |
| 11 | + files rather than forced phony targets. Renamed makedirs |
| 12 | + (MAKEDIRS and MAKEDIRS_TARGETS) to foreign dependencies |
| 13 | + (NLFOREIGN_SUBDIR_DEPENDENCIES and |
| 14 | + NLFOREIGN_FILE_DEPENDENCIES). |
| 15 | + |
| 16 | + * Added foreign dependency examples to the project skeleton. |
| 17 | + |
| 18 | + * Addressed an issue to allow nl-check-file-with-subroutine to |
| 19 | + tolerate parallel builds. |
| 20 | + |
| 21 | + * Addressed shellcheck and other minor issues with |
| 22 | + bootstrap-configure. |
| 23 | + |
| 24 | +1.7.1 (2020-04-15) |
| 25 | + |
| 26 | + * Addressed an issue in which the use of MAKDIRS and |
| 27 | + MAKEDIRS_TARGETS resulted in undesireable target rebuilds. |
| 28 | + |
| 29 | +1.7.0 (2020-04-14) |
| 30 | + |
| 31 | + * Added support for project-global targets and target |
| 32 | + subdirectories that can be used to allow for "build from |
| 33 | + anywhere plus dependencies" functionality that does not |
| 34 | + first require a top-level build. |
| 35 | + |
| 36 | + * Added jobs support for tools/packages/build to take |
| 37 | + advantage of multi-CPUs/-cores when available. |
| 38 | + |
| 39 | +1.6.24 (2020-04-08) |
| 40 | + |
| 41 | + * Ensure that 'coverage-recursive' is included in the |
| 42 | + canonical set of known recursive targets such that |
| 43 | + dependency rules like "$(RECURSIVE_TARGETS): |
| 44 | + $(lib_LIBRARIES)" work correctly. |
| 45 | + |
| 46 | +1.6.23 (2020-04-07) |
| 47 | + |
| 48 | + * Collapse generate-coverage-report and |
| 49 | + generate-coverage-report-with-filter into a single function. |
| 50 | + |
| 51 | +1.6.22 (2020-04-07) |
| 52 | + |
| 53 | + * Suppress non-failure diagnostic output from bootstrap tool actions |
| 54 | + unless there is failure status from those actions or the |
| 55 | + verbose flag has been asserted. |
| 56 | + |
| 57 | + * Ensure failure status from bootstrap tool actions is |
| 58 | + captured and passed to invoking processes. |
| 59 | + |
| 60 | +1.6.21 (2020-03-30) |
| 61 | + |
| 62 | + * Allow examples/bootstrap may be run from anywhere. |
| 63 | + |
| 64 | + * Added AUTHORS.md. |
| 65 | + |
| 66 | +1.6.20 (2020-03-26) |
| 67 | + |
| 68 | + * Ensure that several scripts that use bashisms specify bash |
| 69 | + for the shebang. Additionally, invoke bash through env to |
| 70 | + maximize downrev shell compatibility. |
| 71 | + |
| 72 | + * Add tools/host/... to .gitignore. |
| 73 | + |
| 74 | +1.6.19 (2020-03-18) |
| 75 | + |
| 76 | + * Fix awk invocation error in tools/packages/build triggered by |
| 77 | + 'make tools'. |
| 78 | + |
| 79 | +1.6.18 (2020-03-18) |
| 80 | + |
| 81 | + * Address a typo in bootstrap scripts introduced in 1.6.17. |
| 82 | + |
| 83 | +1.6.17 (2020-03-17) |
| 84 | + |
| 85 | + * Avoid potential disagreement among srcdir and abs_srcdir for |
| 86 | + bootstrap scripts. |
| 87 | + |
| 88 | + * Address shellcheck warnings. |
| 89 | + |
| 90 | +1.6.16 (2020-01-23) |
| 91 | + |
| 92 | + * Allow absolute paths in PRETTY_FILES. |
| 93 | + |
| 94 | +1.6.15 (2019-12-06) |
| 95 | + |
| 96 | + * Remove redundant libtool m4 libraries. |
| 97 | + |
| 98 | +1.6.14 (2019-07-16) |
| 99 | + |
| 100 | + * Update MANIFEST to ensure that 'make dist' works correctly. |
| 101 | + |
| 102 | +1.6.13 (2019-07-16) |
| 103 | + |
| 104 | + * Update coreutils to a newer version s.t. they build cleanly |
| 105 | + on linux systems with GLIBC 2.28 or newer. Remove the strip |
| 106 | + from install libraries to allow coreutils to be installed on |
| 107 | + Mac OS systems. |
| 108 | + |
| 109 | +1.6.12 (2019-06-11) |
| 110 | + |
| 111 | + * install-headers target now depends on BUILT_SOURCES to |
| 112 | + enable installation of generated headers |
| 113 | + |
1 | 114 | 1.6.11 (2019-05-23)
|
2 | 115 |
|
3 | 116 | * Changed the bootstrap shebang from sh to bash to address a
|
|
0 commit comments