-
Notifications
You must be signed in to change notification settings - Fork 14
/
ChangeLog
129 lines (105 loc) · 3.11 KB
/
ChangeLog
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
0.29 2024-06-18
* Make requirements more specific based on known CVE's
* Work around groff-1.24
* It is 2024
* Tested with perl-5.40
0.28 2022-01-01
* It is 2021 - No changes in 2021
* It is 2022
0.27 2020-12-23
* Some man pages are not the same as other man pages
0.26 2020-12-17
* Fix META to include bugtracker
0.25 2020-04-14
* Require List::Util for consistency
* Add static docs for github
* Allow multiple -s ID
0.24 2020-04-10
* Switch to Pod::Text when nroff is not available
0.23 2020-04-09
* Move pod tests to xt
* Add simple tests for basic CLI
* Make ping-list-length settable
* Do not truncate server list when a specific server is selected
* It's 2020
0.22 2019-09-02
* Add --list-cc
* Add cpanfile
* Add -U / --skip-undef
* Provide cpanfile
* Add help and options to examples/speedtest-graph.pl
* Fix warning when using --no-upload or --no-download (issue#13)
0.21 2019-03-21
* Add --csv-eol-unix
0.20 2019-01-01
* Versions
* It's 2017
* Show a ranked summary of the tries with --try
* It's 2018
* Deal with proxy settings in env
* Add index to list/ping lists
* It's 2019
0.19 2016-01-02
* Try multiple addresses for the server list RT#110400
* It's 2016
0.18 2015-10-10
* Add --prtg option
* Add --bytes option
* Cleanup code to calculate average
0.17 2015-03-27
* Add graph example
* Update version in .pm
0.16 2015-02-11
* Set a limit of 40 of the number of hosts to ping
* Remove perl recommendation from META as it breaks cpan clients
0.15 2015-01-15
* Renamed to speedtest
* Do not report/show origin on --list & --ping
* Documentation/Manual + --man and --info
* Put on CPAN
0.12 2015-01-24
* Add --csv
* Update README
0.11 2015-01-21
* Add --timeout
* Update copyright
* Warning about speedtest not being ping
* Data::Peek optional (but still recommended)
* Fallback to distance in absence of GEO-IP
0.10 2014-12-17
* Add latency for --mini and --url
* Optionally show server IP
* Don't show full path in help
* Fix typo in help (issue#4)
* Empty line separation in multi-host tests (issue#7)
* Make README more github-like
* Add Debian info for requirements
* Contribution update
* Browser-neutral agent-ident
0.09 2014-12-02
* Improve --help
* Add --simple (alias for -v0)
* Implement --mini
0.08 2014-11-30
* Report latency in ms
* Shorten timeouts on detecting server speeds
0.07 2014-11-26
* Allow fetching list off ALL servers
* Country codes (upper case)
* Ignore country-code when it does not apply
0.06 2014-11-18
* Add option --one-line
* Allow specifying a server-url
0.05 2014-10-14
* Allow test on multiple servers
* Put on github
0.04 2014-10-10
* Require 5.12.0 instead of 5.16.3
* Options -q and -Q accept count
* Verbose levels
* Values for min and max speeds druing test
* Speed report improvement
* Use random data in upload
* Remove ignored servers from list
0.03 2014-10-10
* First checkin to git