1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Release 0.9.4
-------------
* Fixed a compile problem on FreeBSD, and
probably on other platforms as well
(Jeremy Shaffner)
* updated the CONTRIBUTORS file
Release 0.9.3
-------------
* Compiles on NetBSD (David Wiggins)
* Fixed denumberize() and numberize() so that there are no
assumptions about byte order (Matthew Flanagan)
* Removed denboize() because it did the same thing as
ntohl() but in an unportable way
Release 0.9.2
-------------
* Added IPQUAD() macro. It seems to speed up the printing of
dotted decimal IPs. It's slightly faster than denumberize()
and good in situations where denumberize() doesn't work (due
to the static buffer).
* Minor code formatting
Release 0.9.1
-------------
* new versioning
* should compile on FreeBSD (Mitch)
* fixed a compiler warning in denumberize()
Release 0.9a
------------
* prips no longer accepts addresses where one of the elements
(octets) is greater than 255 or less than zero. (Sara Pickett)
* prips no longer accepts CIDR blocks where the base address does
not start on the subnet boundry (Sara Pickett)
* cidrize() in prips.c no longer creates invalid CIDR notation.
This is a _big_ improvement over the old functionality, which
was "a trifle funky" :) (Sara Pickett)
* some random cleanups
Release 0.9
-----------
First public release
|