Newer
Older
NetAddr-IP / Lite / Util / Changes
  1. Revision history for Perl extension NetAddr::IP::Util
  2.  
  3. 0.18 Sun Aug 6 10:48:25 PDT 2006
  4. correct shiftleft documentation
  5. correct mask4to6 documentation
  6.  
  7. 0.17 Thu Jul 6 10:46:48 PDT 2006
  8. update 'siteconf line 1608' to fix empty variable in inet_aton test
  9. update 'siteconf line 1636' to fix empty variable in inet_pton test
  10. add missing colon at t/notcontiguous.t line 66
  11.  
  12. 0.16 Sun Jun 25 16:13:00 PDT 2006
  13. fixed ->new() issues with long digit strings ->new('::fffff')
  14. and non hex digits ->new('::foo').
  15. Thanks to Radoslaw Zielinski <radek42@gmail.com>
  16. for spotting those bugs
  17.  
  18. 0.15 Tue Jun 13 14:42:34 PDT 2006
  19. UtilPP.pm v0.07 & Util.xs 'shiftleft' so that the orignal
  20. agrument is returned when the shift count is '0' or missing
  21.  
  22. 0.14 Tue Jun 6 08:37:01 PDT 2006
  23. add logic to check LIBS => [-lfiles]
  24. individually. ExtUtils::xxx does a bad job and
  25. leaves libs that do not exist in the list
  26. which causes 'siteconf' to blow up on missing libs
  27. on perl 5.053 (and probably others)
  28.  
  29. 0.13 Tue Jun 6 08:33:11 PDT 2006
  30. added to xs file, 'hopefully' to allow build on windoze platforms
  31.  
  32. 0.12 Tue Jun 6 08:21:12 PDT 2006
  33. add logic to makefile so 'siteconfig' and C libs
  34. are not used in PurePerl mode
  35.  
  36. 0.11 Mon Jun 5 14:45:09 PDT 2006
  37. fix Sparc problems
  38. 1) add workaround for OS's that do not have inet_aton
  39.  
  40. 2) add workaround for compilers that do not understand
  41. #if MACRO1 == MACRO2
  42.  
  43. 0.10 Sat Jun 3 19:07:51 PDT 2006
  44. add site configuration to supply u_intxx_t vars
  45. for Sun OS and others that don't have them
  46.  
  47. 0.09 Sun May 7 18:06:43 PDT 2006
  48. UtilPP.pm v0.06, removed unnecessary pack(unpack) sequences
  49. to speed up ipv4->6, ipv6->4 conversions
  50.  
  51. 0.08 Wed Apr 26 18:33:12 PDT 2006
  52. correct documentation error
  53. add ipv6to4
  54.  
  55. 0.07 Sun Apr 23 16:11:56 PDT 2006
  56. correct reporting error in UtilPP v0.04 for
  57. incorrect argument length in ipv4 -> 6 conversions
  58.  
  59. add conditional netaddr conversion functions
  60. ipanyto6, maskanyto6 to Util.xs and UtilPP v0.05
  61.  
  62. 0.06 Tue Apr 18 16:50:53 PDT 2006
  63. add ipv4to6, mask4to6 to Util.pm and UtilPP.pm v0.03
  64.  
  65. 0.05 Sat Apr 15 15:48:17 PDT 2006
  66. Fixed some typo's in Makefile.PL that
  67. failed to update README during build
  68.  
  69. 0.04 Wed Apr 12 15:43:33 PDT 2006
  70. add Util_IS.pm to guarantee that the XS lib is not
  71. loaded if a previous incarnation of the same version
  72. has previously been installed on the system and the
  73. module is built with -noxs
  74.  
  75. 0.03 Tue Apr 4 21:55:35 PDT 2006
  76. udate minisocket to perl-5.9.3, add header
  77. file for backwards compatibility
  78.  
  79. add function 'notcontiguous' to return cidr size
  80. and check for spurious bits in the network mask
  81.  
  82. 0.02 Fri Mar 31 12:44:15 PST 2006
  83. added test for illegal characters to ipv6_aton
  84.  
  85. added UtilPP for Pure Perl functionality for the
  86. WinTel folks that don't have gcc on their systems
  87.  
  88. 0.01 Tue Mar 28 16:42:44 PST 2006
  89. initial release
  90.