-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChanges
93 lines (43 loc) · 2.21 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
0.14 2017-02-10 Released-By: PERLANCAR
- Split Parse::Netstat::darwin.
0.13 2017-02-09 Released-By: PERLANCAR
- Add support for freebsd (Mac flavor), thanks LBE [RT#119959].
0.12 2015-09-03 Released-By: PERLANCAR
- No functional changes.
- [dist] Move spec prereqs from RuntimeRequires to
DevelopRecommends to reduce deps but still allow indicating spec
requirement.
0.11 2014-12-02 Released-By: PERLANCAR
- No functional changes.
- Tweak Rinci metadata (add negative summary for CLI).
0.10 2014-12-01 Released-By: PERLANCAR
- Refactor into per-flavor modules (Parse::Netstat::{linux,freebsd,win32}).
- Add support for Solaris flavor of netstat [RT#100618].
- Include sample data and output in each flavor module's POD.
- Split CLI bin/parse-netstat to its own distribution App-ParseNetstat
to keep this distribution's dependencies small.
0.09 2014-11-30 Released-By: PERLANCAR
- Parse FreeBSD (9.2, 10.1)'s output [RT#100607].
0.08 2014-11-09 Released-By: PERLANCAR
- No functional changes.
- Switch cli scripts to using Perinci::CmdLine::Lite.
0.07 2014-08-16 Released-By: SHARYANTO; Note: Happy 19th CPAN Day!
- [build] CLI scripts are now generated automatically using
Dist::Zilla::Plugin::ScriptFromFunc. The plugin is still at 0.01 so the
generated script is not as polished as it should be. Stay tuned.
0.06 2014-02-07 Released-By: SHARYANTO
- Add support for parsing output of Windows netstat (thanks Chris
Rettger).
- Add command-line script: parse-netstat-win.
0.05 2014-02-07 Released-By: SHARYANTO
- Fix parsing UDP line (state was not parsed).
- Add command-line script: parse-netstat.
- Minor updates and tweaks.
0.04 2012-03-23 Released-By: SHARYANTO
- No functional changes. Replace Sub::Spec with Rinci.
0.03 2011-09-29 Released-By: SHARYANTO
- Fix parsing: allow whitespace in 'program' field.
0.02 2011-09-29 Released-By: SHARYANTO
- No functional changes. Add sample result in Synopsis.
0.01 2011-09-29 Released-By: SHARYANTO
- First release.