Revision history for Net-IPAM-IP
4.01 Fri, 19 Aug 2022 13:01:53 +0200
* glitch in test plan
4.00 Thu, 18 Aug 2022 17:37:09 +0200
* INCOMPATIBLE CHANGE in IPv4-mapped Iv6 handling
3.10 Wed, 27 Apr 2022 14:45:27 +0200
* add serialization method TO_JSON
3.00 Sun Feb 7 14:43:45 2021 +0100
* better version handling
2.10 Sun, 07 Feb 2021 14:33:55 +0100
* less complex version handling, maybe even faster
2.01 Fri, 22 Jan 2021 08:10:31 +0100
* remove false comment in cmp()
2.00 Tue, 19 Jan 2021 13:12:35 +0100
* implement fast sort_ip()
1.24 Wed, 29 Jul 2020 16:49:12 +0200
* implement decr for faster algo in find_free_cidrs in Net::IPAM::Block
1.23 Sun, 14 Jun 2020 22:50:21 +0200
* better KISS increment algorithm, even speeds up incr_n in most cases
1.22 Mon, 11 May 2020 08:30:30 +0200
* more tests for buggy Socket::inet_pton
1.21 Mon, 11 May 2020 08:30:30 +0200
* make cmp() 2x faster, get rid of param check for speed
1.20 Mon, 27 Apr 2020 01:29:42 +0200
* outsource inet_ntop_pp() and inet_pton_pp to Net::IPAM::Util
1.19 Sun, 26 Apr 2020 12:41:42 +0200
* better coverage, coherent algo for getaddrs and getname
* outsource _incr_n() to Net::IPAM::Util
1.18 Sat, 25 Apr 2020 15:37:00 +0200
* pollute namespace again with private methods, doesn't work well with Devel::Cover
* unreleased
1.17 Fri, 24 Apr 2020 20:44:33 +0200
* unreleased, very clean namespace
1.16 Mon, 20 Apr 2020 09:01:32 +0200
* use carp as default error_cb
1.15 Sun, 19 Apr 2020 18:58:54 +0200
* use namespace::clean
1.14 Thu, 16 Apr 2020 12:17:02 +0200
* rearrange src and pod, better pod, no new features
1.13 Wed, 15 Apr 2020 22:48:38 +0200
* implement the methods getaddrs() and getname()
1.12 Tue, 14 Apr 2020 21:44:55 +0200
* better algo in _inet_ntop_v6_pp
1.11 Sun, 12 Apr 2020 16:55:02 +0200
* better API, get rid of clone(), hint for cloning with existing new_from_bytes()
1.10 Sun Apr 12 13:37:21 2020 +0200
* respect inheritence in clone()
1.09 Fri, 10 Apr 2020 14:47:53 +0200
* overload bool
* improved POD
1.08 Thu, 09 Apr 2020 23:04:47 +0200
* micro benchmark, substr() is 20% faster than unpack()
1.07 Tue, 07 Apr 2020 14:11:16 +0200
* Socket implementations in Windows before Win10 drives me crazy
1.06 Mon, 06 Apr 2020 21:21:43 +0200
* still fighting with broken tests on bad inet_pton implementations
* reinvent also inet_ntop in pure perl for to_string in some corner cases
1.05 Sat, 04 Apr 2020 18:32:33 +0200
[fixup]
* reinvent inet_pton in pure perl for non standard implementations in Solaris, Windows, ...
1.04 Fri, 03 Apr 2020 23:26:35 +0200
[test]
* arrgh, different non standard Socket functions in Solaris, Windows, ...
1.03 Fri, 03 Apr 2020 09:35:00 +0200
[Bugfix]
* define minimum version in require for Socket
1.02 Thu, 02 Apr 2020 20:26:55 +0200
define proper version for perl in requires
1.01 not released
1.00 Thu, 02 Apr 2020 10:40:16 +0200
First released version, released on an unsuspecting world.