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