Newer
Older
NetAddr-IP / Lite / Util / Changes
@Michael Robinton Michael Robinton on 21 Oct 2014 4 KB Import of MIKER/NetAddr-IP-4.020 from CPAN.
  1. Revision history for Perl extension NetAddr::IP::Util
  2.  
  3. 1.27 Tue Dec 9 12:00:08 PST 2008
  4. revised UtilPP v1.7 to work around perl 5.8.4
  5. failures with certain @_ operations of goto &sub...
  6. see perl bug [ 23429]. Unfortunately, perl-5.8.4 is
  7. the distribution of choice for many solaris boxes
  8.  
  9. 1.26 Fri Nov 28 23:19:01 PST 2008
  10. revised XS code to be full re-entrant... thread safe.
  11. removed all traces of mutex locks
  12. removed function 'threads' here an in UtilPP v1.6
  13.  
  14. 1.25 Tue Nov 18 19:08:56 PST 2008
  15. correct documentation error in Util_PP v1.5
  16.  
  17. add threads reporting to Util.xs and UtilPP
  18.  
  19. added what is hopefully thread safe operation via
  20. serialization. Must be invoked by "--with-threads"
  21.  
  22. 1.24 Wed Nov 5 18:13:20 PST 2008
  23. Clean up Makefile.PL to check actual required link
  24. libraries against the perl build for consistency
  25.  
  26. 1.23 Sun Nov 2 10:10:38 PST 2008
  27. add missing headers in configure and localconf.h for Solaris inet_xton
  28. thanks to Karl Bunch <karl@digilink.net> for spotting the bug.
  29.  
  30. 1.22 Wed Oct 22 14:54:12 PDT 2008
  31. eliminated dependence on PL_sawampersand
  32. thanks to Mark Martinec <Mark.Martinec@ijs.si>
  33. for spotting this and submitting a patch.
  34.  
  35. force -noxs mode for Win32
  36.  
  37. use autoconf to configure 'C' build
  38.  
  39. 1.21 Thu Oct 16 19:35:33 PDT 2008
  40. again... clear build bug for Win32
  41. and lets get the version number right since it appears
  42. that it was up-rev'd at some point to 1.xx
  43.  
  44. 0.20 Mon Oct 6 13:07:34 PDT 2008
  45. clear build bug for Win32
  46.  
  47. 0.19 Sat Sep 27 13:36:58 PDT 2008
  48. updated test for ENDIANess in siteconf
  49.  
  50. add test in inet_aton to detect overange IP dot quad values
  51. missed by some broken Socket implementations
  52. i.e. 256.1.1.1
  53.  
  54. 0.18 Sun Aug 6 10:48:25 PDT 2006
  55. correct shiftleft documentation
  56. correct mask4to6 documentation
  57.  
  58. 0.17 Thu Jul 6 10:46:48 PDT 2006
  59. update 'siteconf line 1608' to fix empty variable in inet_aton test
  60. update 'siteconf line 1636' to fix empty variable in inet_pton test
  61. add missing colon at t/notcontiguous.t line 66
  62.  
  63. 0.16 Sun Jun 25 16:13:00 PDT 2006
  64. fixed ->new() issues with long digit strings ->new('::fffff')
  65. and non hex digits ->new('::foo').
  66. Thanks to Radoslaw Zielinski <radek42@gmail.com>
  67. for spotting those bugs
  68.  
  69. 0.15 Tue Jun 13 14:42:34 PDT 2006
  70. UtilPP.pm v0.07 & Util.xs 'shiftleft' so that the original
  71. argument is returned when the shift count is '0' or missing
  72.  
  73. 0.14 Tue Jun 6 08:37:01 PDT 2006
  74. add logic to check LIBS => [-lfiles]
  75. individually. ExtUtils::xxx does a bad job and
  76. leaves libs that do not exist in the list
  77. which causes 'siteconf' to blow up on missing libs
  78. on perl 5.053 (and probably others)
  79.  
  80. 0.13 Tue Jun 6 08:33:11 PDT 2006
  81. added to xs file, 'hopefully' to allow build on windoze platforms
  82.  
  83. 0.12 Tue Jun 6 08:21:12 PDT 2006
  84. add logic to makefile so 'siteconfig' and C libs
  85. are not used in PurePerl mode
  86.  
  87. 0.11 Mon Jun 5 14:45:09 PDT 2006
  88. fix Sparc problems
  89. 1) add workaround for OS's that do not have inet_aton
  90.  
  91. 2) add workaround for compilers that do not understand
  92. #if MACRO1 == MACRO2
  93.  
  94. 0.10 Sat Jun 3 19:07:51 PDT 2006
  95. add site configuration to supply u_intxx_t vars
  96. for Sun OS and others that don't have them
  97.  
  98. 0.09 Sun May 7 18:06:43 PDT 2006
  99. UtilPP.pm v0.06, removed unnecessary pack(unpack) sequences
  100. to speed up ipv4->6, ipv6->4 conversions
  101.  
  102. 0.08 Wed Apr 26 18:33:12 PDT 2006
  103. correct documentation error
  104. add ipv6to4
  105.  
  106. 0.07 Sun Apr 23 16:11:56 PDT 2006
  107. correct reporting error in UtilPP v0.04 for
  108. incorrect argument length in ipv4 -> 6 conversions
  109.  
  110. add conditional netaddr conversion functions
  111. ipanyto6, maskanyto6 to Util.xs and UtilPP v0.05
  112.  
  113. 0.06 Tue Apr 18 16:50:53 PDT 2006
  114. add ipv4to6, mask4to6 to Util.pm and UtilPP.pm v0.03
  115.  
  116. 0.05 Sat Apr 15 15:48:17 PDT 2006
  117. Fixed some typo's in Makefile.PL that
  118. failed to update README during build
  119.  
  120. 0.04 Wed Apr 12 15:43:33 PDT 2006
  121. add Util_IS.pm to guarantee that the XS lib is not
  122. loaded if a previous incarnation of the same version
  123. has previously been installed on the system and the
  124. module is built with -noxs
  125.  
  126. 0.03 Tue Apr 4 21:55:35 PDT 2006
  127. update minisocket to perl-5.9.3, add header
  128. file for backwards compatibility
  129.  
  130. add function 'notcontiguous' to return cidr size
  131. and check for spurious bits in the network mask
  132.  
  133. 0.02 Fri Mar 31 12:44:15 PST 2006
  134. added test for illegal characters to ipv6_aton
  135.  
  136. added UtilPP for Pure Perl functionality for the
  137. WinTel folks that don't have gcc on their systems
  138.  
  139. 0.01 Tue Mar 28 16:42:44 PST 2006
  140. initial release
  141.