Skip to content

Commit 218f170

Browse files
committed
Bump to 2.1.0
New since 2.0.x: - queue_fun.awk - recon_trace - doc changes
1 parent 1f2e6eb commit 218f170

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ all stable changes of the first version of Recon.
2121
*2.x*
2222

2323
- 2.1.0:
24+
- Adding `recon_trace` script to allow safe tracing of function calls
25+
on production nodes.
2426
- Adding `queue_fun.awk` script to inspect running functions of processes
2527
with large mailboxes in a crash dump.
2628
- 2.0.2:

doc/overview.edoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@title Recon Application
22
@author Fred Hebert <[email protected]>
33
[http://ferd.ca/]
4-
@copyright 2012-2013 Fred Hebert (BSD 3-Clause License)
4+
@copyright 2012-2014 Fred Hebert (BSD 3-Clause License)
55

66
@doc Recon is a library to be dropped into any other Erlang project,
77
to be used to assist DevOps people diagnose problems in production

site/screen.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ nav {
5656
nav ul li {
5757
float: left;
5858
list-style-type: none;
59-
width: 8.5em;
59+
width: 7.5em;
6060
text-align: center;
6161
}
6262

src/recon.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ get_state(PidTerm, Timeout) ->
433433

434434
%%% Code & Stuff %%%
435435

436-
%% @doc Equivalent to `remote_load(nodes(), Mod)'.
436+
%% @equiv remote_load(nodes(), Mod)
437437
-spec remote_load(module()) -> term().
438438
remote_load(Mod) -> remote_load(nodes(), Mod).
439439

0 commit comments

Comments
 (0)