Skip to content

Commit

Permalink
v1.18.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 15, 2022
1 parent 06da704 commit a0ecff0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ follows:
minor and patch releases. They're also made to fix bugs and add features to
the build infrastructure.

## v1.18.3

* Changes
* Add `cmake` support via the `CMAKE_TOOLCHAIN_FILE` environment variable.
Pass `-D CMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}` when configuring
a CMake project to use. Thanks to @cocoa-xu for this.

* Fixes
* Prepend host tools to `PATH` rather than append them. Since
`LD_LIBRARY_PATH` is set, there was a possibility of using a system-supplied
program with a Nerves-supplied shared library. This makes this less
possible. Thanks to @ejc123 for tracking this down.

## v1.18.2

* Fixes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.2
1.18.3

0 comments on commit a0ecff0

Please sign in to comment.