Skip to content

Commit

Permalink
v1.14.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Nov 20, 2024
1 parent f22dd7b commit 7a5be3f
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
@@ -1,5 +1,18 @@
# Changelog

## v1.14.2

* New features
* Support setting the core file pattern early in the boot process to enabling
capturing core files from `beam.smp` startup. See --core-pattern.

* Bug fixes
* Fix parse issue when looking for file systems to unmount. Previously if file
system options for longer than 127 characters, there'd be a harmless parse
error. It was harmless since it just resulted in an ignored error and
everything that was supposed to be unmounted was. It was just distracting to
see in the logs.

## v1.14.1

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.14.1
VERSION=1.14.2

CFLAGS+=-Wall -Wextra -O2

Expand Down

0 comments on commit 7a5be3f

Please sign in to comment.