Newer
Older
NetAddr-IP / Changes
  1. Revision history for Perl extension IP::Address.
  2.  
  3. 0.01 Sun Jul 11 13:26:27 1999
  4. - original version; Basic testing and release to CPAN as
  5. version 0.01. This is considered beta software.
  6.  
  7. 0.02 Mon Jul 12
  8. - Multiple changes to fix endiannes issues. This code is now
  9. moderately tested on Wintel and Sun/Solaris boxes.
  10.  
  11. 0.03 Wed Jul 14
  12. - Added ->first and ->last methods. Version changed to 0.03.
  13.  
  14. 1.00 Wed Dec 05 2000
  15. - Implemented ->new_subnet. Version changed to 1.00.
  16. - less croak()ing when improper input is fed to the
  17. module. A more consistent 'undef' is returned now
  18. instead to allow the user to better handle the error.
  19. - Released
  20.  
  21. 1.10 Wed May 02 2000
  22. - As per MARNIX A. VAN AMMERS [mav6@ns02.comp.pge.com]
  23. suggestion, changed the syntax of the loop in host_enum
  24. to be the same of the enum method.
  25. - Fixed the MS-DOS ^M at the end-of-line problem. This
  26. should make the module easier to use for *nix users.
  27. - Released
  28.  
  29. 1.20 Sun Jun 25 2000
  30. - Implemented ->compact and ->expand methods.
  31. - Applying for official name
  32. - Released
  33.  
  34. 1.21 Mon Jun 26 2000
  35. - Added ->addr_number and ->mask_bits. Currently we return
  36. normal numbers (not BigInts). Please test this in your
  37. platform and report any problems!
  38.  
  39. 2.00 Wed Jun 28 2000
  40. - Released under the new *official* name of NetAddr::IP
  41.  
  42. 2.10 Thu Oct 12 2000
  43. - Added support for ->new($min, $max, $bits) form
  44. - Added ->to_numeric. This helps serializing objects
  45.  
  46. 2.11 Fri Oct 13 2000
  47. - Fixed ->to_numeric to output plain numbers
  48. - Removed leftover debug statements
  49.  
  50. 2.12 Fri Oct 13 2000
  51. - Fixed spurious warnings in some platforms
  52.  
  53.  
  54.  
  55.  
  56.