Skip to content

Commit

Permalink
v1.7.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 8, 2021
1 parent a40902d commit 47c3107
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v1.7.9

* Improvements
* Add helper script generator for using gdb to analyze core dumps. Nerves
systems ship with debug symbols (target images have these stripped) that can
be used to get stack traces and more from core dumps from the Erlang VM and
other C/C++ programs. See the [Debugging C in Nerves blog
post](https://embedded-elixir.com/post/2021-07-03-debugging-c/) for an example.
* Support the new `:limits` option in erlinit so that it's possible to set the
core dump limits (i.e., enable core dumps) before Erlang starts.

## v1.7.8

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Nerves.MixProject do
use Mix.Project

@version "1.7.8"
@version "1.7.9"
@source_url "https://github.com/nerves-project/nerves"

def project do
Expand Down

0 comments on commit 47c3107

Please sign in to comment.