1.4.2
-----
* Fix for Solaris socket link issue.
* Build system fixes for Windows automated build.

1.4.1
-----
* More Win32 build fixes.

1.4.0
-----
* More build system updates.
* Add support for specifying packet size in echo requests.

1.3.0
-----
* Build system changes.
* Fixes for Win32 building.

1.2.0
-----
* Use newer libkern/OSByteOrder.h on Mac OS X if available.
* Enable running as non-root on systems that support using SOCK_DGRAM
__for sending ICMP packets.  (set environment variable $JICMP_USE_SOCK_DGRAM
__to enable)  Note: you can get different errno values if you use this option,
__be prepared to handle it properly in your code.

1.0.12
------
* Fix to work with picky compilers
* Fixes for some Windows compilation issues
* Clean up build system since moving to git

1.0.11
------
* Fix for building on S390x

1.0.10
------
* Solaris 64-bit build fixes
* A few minor build-system tweaks

1.0.10
------
* Solaris 64-bit build fixes
* A few minor build-system tweaks

1.0.9
-----
* major Win32 fixes, including a bug that would cause exceptions if you
__start attempting to receive packets before the first is sent
* support for building on Win64 (use the java.io.FileDescriptor's 'handle'
__rather than 'fd', since SOCKETs on Windows are a native HANDLE type)
* minor build-system cleanup; CMake still only works with visual studio on
__Win32 right now; for MinGW use MSYS and autoconf

1.0.8
-----
* build system cleanups
* minor Win32 fixes

1.0.7
-----
* implement CMake for easier portability

1.0.6
-----
* fix build-system (missing check for ip.h)
* fix build on Mac OS X

1.0.5
-----
* builds on windows
* other build-system cleanups

1.0.4
-----
* re-generate tarball, autoconf issues  :(

1.0.3
-----
* updated header detection to work on FreeBSD 6.x (in_systm.h needs to be
__detected before ip.h)

1.0.2
-----

* changed sprintf calls to snprintf to fix potential errno overflow issues
* fixed build with Sun CC (if you need to build 64-bit binaries, you will
__need to set -xarch manually in your CFLAGS)
* fixed detection of some system headers
* builds with gcj
