11.4.2
2-----
3* Fix for Solaris socket link issue.
4* Build system fixes for Windows automated build.
5
61.4.1
7-----
8* More Win32 build fixes.
9
101.4.0
11-----
12* More build system updates.
13* Add support for specifying packet size in echo requests.
14
151.3.0
16-----
17* Build system changes.
18* Fixes for Win32 building.
19
201.2.0
21-----
22* Use newer libkern/OSByteOrder.h on Mac OS X if available.
23* Enable running as non-root on systems that support using SOCK_DGRAM
24__for sending ICMP packets.  (set environment variable $JICMP_USE_SOCK_DGRAM
25__to enable)  Note: you can get different errno values if you use this option,
26__be prepared to handle it properly in your code.
27
281.0.12
29------
30* Fix to work with picky compilers
31* Fixes for some Windows compilation issues
32* Clean up build system since moving to git
33
341.0.11
35------
36* Fix for building on S390x
37
381.0.10
39------
40* Solaris 64-bit build fixes
41* A few minor build-system tweaks
42
431.0.10
44------
45* Solaris 64-bit build fixes
46* A few minor build-system tweaks
47
481.0.9
49-----
50* major Win32 fixes, including a bug that would cause exceptions if you
51__start attempting to receive packets before the first is sent
52* support for building on Win64 (use the java.io.FileDescriptor's 'handle'
53__rather than 'fd', since SOCKETs on Windows are a native HANDLE type)
54* minor build-system cleanup; CMake still only works with visual studio on
55__Win32 right now; for MinGW use MSYS and autoconf
56
571.0.8
58-----
59* build system cleanups
60* minor Win32 fixes
61
621.0.7
63-----
64* implement CMake for easier portability
65
661.0.6
67-----
68* fix build-system (missing check for ip.h)
69* fix build on Mac OS X
70
711.0.5
72-----
73* builds on windows
74* other build-system cleanups
75
761.0.4
77-----
78* re-generate tarball, autoconf issues  :(
79
801.0.3
81-----
82* updated header detection to work on FreeBSD 6.x (in_systm.h needs to be
83__detected before ip.h)
84
851.0.2
86-----
87
88* changed sprintf calls to snprintf to fix potential errno overflow issues
89* fixed build with Sun CC (if you need to build 64-bit binaries, you will
90__need to set -xarch manually in your CFLAGS)
91* fixed detection of some system headers
92* builds with gcj
93