File: Changes

package info (click to toggle)
libnet-frame-device-perl 1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 164 kB
  • ctags: 30
  • sloc: perl: 539; makefile: 8
file content (54 lines) | stat: -rw-r--r-- 1,909 bytes parent folder | download
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
Revision history for Perl extension Net::Frame::Device.

1.10 Sun Dec  2 17:08:27 CET 2012
   - bugfix: analyze response to lookupMac6 to check MAC address is valid

1.09 Fri Nov 16 16:28:14 CET 2012
   - new: bin/nfd-print-routes6.pl
   - bugfix: install bin/nfd-debug-devices.pl and bin/nfd-print-routes6.pl
   - bugfix: Perl kwalitee

1.08 Wed Sep 12 20:26:23 CEST 2012
   - bugfix: Don't try lookupMac6() if gatewayIp6 has not been found
   - update: dependance on Net::Frame::Simple 1.05 forced
   - update: error message scheme
   - update: copyright notice

1.07 Wed Nov 16 23:32:20 CET 2011
   - bugfix: correctly check return status from dnet calls
   - bugfix: check if an address has a correct netmask (or ignore 
             subnet attribute)

1.06 Sat Mar 26 19:01:23 CET 2011
   - feature: lookupMac() and lookupMac6() takes two additionnal parameters: 
     retry count and timeout in seconds.

1.05 Thu Jan 13 11:04:32 CET 2011
   - bugfix: load Net::Frame::Layer::ICMPv6::NeighborSolicitation
   - bugfix: make lookupMac6() work
   - bugfix: update interface information on IPv6 stuff
   - update: copyright notice

1.04 Thu Jun  3 15:44:42 CEST 2010
   - bugfix: die() on fatal errors from dnet
   - bugfix: new() returns undef on error
   - update: mailing list URL, see README
   - update: copyright notice and email address

1.03 Wed Feb 28 22:07:28 CET 2007
   - bugfix: lookupMac*(): check for link layer type before building frame

1.02 Thu Dec 28 17:05:27 CET 2006
   - NEW: IPv6 support (*BSD and Linux systems for now)
   - new: methods: lookupMac6(), updateFromTarget6()
   - new: attributes: subnet6, gatewayIp6, gatewayMac6, target6
   - new examples
   - new dependances

1.01 Sun Dec 17 17:22:29 CET 2006
   - NEW: debug-devices.pl in bin/ directory
   - UPDATE: all layers moved to Net::Frame::Layer::* namespace

1.00 Sat Dec  9 19:03:24 CET 2006
   - first public release