File: Changes

package info (click to toggle)
libnet-cidr-perl 0.13-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 92 kB
  • ctags: 20
  • sloc: perl: 707; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 871 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
Revision history for Perl extension Net::CIDR.

0.01  Mon Jun 25 01:37:53 2001
	- original version; created by h2xs 1.20 with options
		-X -n Net::CIDR

0.08 Wed Aug 13 00:41:58 EDT 2003
        - decided to start keeping this Changelog again :-)
        - Added David Cantrell's addrandmask2cidr function.
	- fixed a few bugs.

0.09 Tue Nov 18 19:01:50 EST 2003
	- Fix addrandmask2cidr computation of /27s.

0.10 Mon Jul 19 19:45:33 EDT 2004
        - Fix warning in addrandmask2cidr
	- Fix validation of IPv6 addresses.  1:2 is not a valid Ipv6 address.

0.11 Tue Aug  9 21:17:55 EDT 2005
	- Fix croak in cidradd if adding after 255.255.255.255

0.12 Thu Nov 30 23:40:18 EST 2006
	- cidr2octets: 0.0.0.0/0 will expand out to the entire IPv4 address
	space
	- be more informative when we croak.

0.13 Sun Jan 18 19:51:43 EST 2009
        - Fix some documentation typos.