2013-07-27 12:52:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jul 27 11:58:51 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.17
|
|
|
|
|
- [BUGFIX] CPAN-RT#43308: Net::Pcap no longer enables immediate
|
|
|
|
|
(unsafe) signals delivery.
|
|
|
|
|
- [BUGFIX] Fix allocated size in pcap_open(), pcap_createsrcstr()
|
|
|
|
|
and pcap_parsesrcstr().
|
|
|
|
|
- [API] Now make the C-like API available by default. Added the
|
|
|
|
|
pcap_perl_settings() function and UNSAFE_SIGNALS pseudo-bloc.
|
|
|
|
|
- [CODE] Replaced all occurrences of safemalloc() with Newx().
|
|
|
|
|
- [CODE] Silenced some warnings.
|
|
|
|
|
- [DOC] Added a long note about Net::Pcap and signals delivery.
|
|
|
|
|
- [DOC] Improved README.
|
|
|
|
|
- [DOC] Mention Net::Pcap::Easy.
|
|
|
|
|
- [TESTS] Fixed t/17-lib_version.t to handle two digits versions.
|
|
|
|
|
- [TESTS] CPAN-RT#44448: Fixed t/17-lib_version.t to handle
|
|
|
|
|
versions from the CVS, thanks to Craig Davison.
|
|
|
|
|
- [TESTS] Refactored t/01-api.t and added checks for the new API.
|
|
|
|
|
|
2012-02-13 12:20:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Feb 13 10:52:07 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- patch license to follow spdx.org standard
|
|
|
|
|
|
2011-12-16 06:11:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Dec 16 06:11:09 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- add patch to fix libpcap detection on >= 12.1 (32bit), see bnc#711611
|
|
|
|
|
|
2011-03-23 09:56:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 23 09:31:14 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- initial version (0.16)
|
|
|
|
|
|