The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Net::Patricia.

TODO
        - add AF_INET6 support
        - add POD describing Graham Barr's API improvements

1.014 Thu Dec  8 18:05 2005
        - fixed the "climb_inorder" item in the POD

1.013 Thu Dec  8 17:36 2005
        - fixed a perl stack handling bug in the previous release.

1.012 Wed Dec  7 14:59 2005
        - added climb_inorder method requested by George Michaelson.
	- included <sys/types.h> for u_* definitions on FreeBSD 5 as
	  suggested by Brian McDonald.
        - tested for windows environment to include winsock
	- patched libpatricia to get u_* types on FreeBSD 5.x
	  from Brian McDonald

1.011 Mon Oct 30 15:13 2000
	- applied api-patch from Graham Barr
	- added description of match_string to BUGS section of POD
	  from John Payne

1.010 Mon Oct 30 09:51 2000
	- applied patch from Graham Barr which
	  contained a memory leak fix and removed the unnecessary
	  Exporter and AutoLoader stuff.

1.009 Mon Oct 23 12:45 2000
        - changed add_string and remove_string methods so that they croak if
	  ascii2prefix doesn't grok the key string value.
	  Previously, bad key values would cause perl to abort with this error:

	     perl: patricia.c:645: patricia_lookup: Assertion `prefix' failed.

	  which was reported by Freddy Frouin <freddy.frouin@fluxus.net>

1.008 Wed Oct 18 13:46 2000
	- change XS code to just store a pointer to user data in the
	  Patricia Trie node, rather than a pointer to a perl reference
	  to that user data as was done previously.
        - improved POD

1.007 Wed Oct 18 11:32 2000
	- renamed from Net::PatriciaTrie to Net::Patricia

1.006 Thu Oct 12 00:07 2000
	- bug fix to the climb method which previously would sometimes
	  cause a Memory Fault when a CODEREF argument was supplied.
	- added demo sub-dir with some info about libpatricia C API

1.005 Wed Oct  4 14:18 2000
	- added climb method

1.004 Fri Sep 29 14:16 2000
        - added POD
        - added the ability to store user data in Patricia Trie nodes
        - added more match methods
        - added remove method
        - cleaned up copyright stuff in prep distribution

1.003 Thu Sep 28 19:24 2000
	- renamed to Net::PatriciaTrie
	- suppressed error on "make test" of patricialib
	- prototyped some functions used by "PatriciaTrie.xs" to avoid
	  complaints about making "pointer from integer without a cast"

Revision history for Perl extension Tree::PatriciaTrie::IPv4.

1.002 Thu Sep 28 15:23 2000
	- last cut named Tree::PatriciaTrie::IPv4

1.001 Sat Sep 23 09:58 2000
	- this one works, tested in production use w/pre-release FlowScan-1.004

 0.02 Sat Sep 23 02:21 2000
	- works(?) but leaks memory in "patricialib"

 0.01 Fri Sep 22 23:00:11 2000 -> Sat Sep 23 01:21 2000
	- original version; created by h2xs 1.18