zmap-freebsd/CHANGELOG

20 lines
706 B
Plaintext
Raw Normal View History

2013-08-16 15:12:47 +00:00
1.0.0 2013-8-16
Initial public release.
2013-08-17 21:09:55 +00:00
1.0.1 2013-8-17
BUGFIX Issue #4 "Missing module_ssldb? Redis module won't compile."
- removed dependencies on ssldb (zakir)
SUPPORT Issue #3 "Error after running make"
- added documentation that zmap requires 64-bit system
2013-08-18 17:39:12 +00:00
SUPPORT Issue #1 "Failure at calloc for 'ip_seen' on KVM VPSs?"
2013-08-17 21:09:55 +00:00
- added documentation on memory requirements for zmap
2013-08-18 17:39:12 +00:00
1.0.2 2013-8-18
BUGFIX Issue #14 "gcc 4.7.2 -Wunprototyped-calls error with recv_run."
- changed recv_run header to match def in recv.c
2013-08-20 03:00:16 +00:00
1.0.3 2013-8-19
BUGFIX Issues 21,28 "fixed get_gateway malloc/memset errors"
BUGFIX Issue 24 "Makefile does not respect LDFLAGS"
- changed = to += for CFLAGS, LDFAGS, and LDLIBS