-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathChangeLog
29 lines (22 loc) · 863 Bytes
/
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
2022-12-28 onesixtyone 0.3.4
* fixed support for scanning subnets (thanks to @darrenmartyn)
* fixed various bugs
* fixed -c handling when input contains a trailing newline (thanks to
@charles2910)
* upstreamed build system fixes (thanks to Helmut Grohne and Sophie Brun)
2016-11-22 onesixtyone 0.3.3
* support netmasks
* add -p, -s options for custom port and short mode respectively
* fix bugs with long inputs
* migrate logf to logr
2004-01-05 onesixtyone 0.3.2
* fixed version number and added a Makefile
2002-03-17 onesixtyone 0.3.1
* replaced in_addr_t with int, should fix compile problems on some
Linux distributions (thanks to skeruno)
2002-03-14 onesixtyone 0.3
* compiles on FreeBSD (thanks to Eric Zerangue)
* compiles on OpenBSD (thanks to methodic)
* compiles on Solaris
2002-03-01 onesixtyone 0.2
* initial public release