Skip to content

Commit

Permalink
Prepare release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ferd committed Dec 7, 2018
1 parent 0febf5b commit 75d70c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ otp_release:
- 18.3
- 17.3
- 17.1
- 17.0
script: "wget https://s3.amazonaws.com/rebar3/rebar3 && escript rebar3 do edoc, eunit, ct"
branches:
only:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Current Status

[![Build Status](https://travis-ci.org/ferd/recon.png)](https://travis-ci.org/ferd/recon)

Versions supported: OTP-17 and up. Support of R16B03-1 down to R15B02 is best effort.
Versions supported: OTP-17 and up. Support of R16B03-1 down to R15B02 is best effort. Builds with Rebar3 require OTP-17.1 and up because that's what the tool supports.

Changelog
---------
Expand All @@ -27,6 +27,8 @@ all stable changes of the first version of Recon.

*2.x*

- 2.4.0
- Optional formatting of records in traces (thanks to @bartekgorny)
- 2.3.6
- Adapting for OTP-21. Includes the 'deprecation' of `recon:files/0`
since OTP-21 no longer supports listing all file descriptors, and
Expand Down
4 changes: 2 additions & 2 deletions src/recon.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, recon,
[{description, "Diagnostic tools for production use"},
{vsn, "2.3.6"},
{modules, [recon, recon_alloc, recon_lib, recon_trace]},
{vsn, "2.4.0"},
{modules, [recon, recon_alloc, recon_lib, recon_trace, recon_rec]},
{registered, []},
{applications, [kernel, stdlib]},

Expand Down

0 comments on commit 75d70c7

Please sign in to comment.