-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathChangeLog
More file actions
86 lines (69 loc) · 1.61 KB
/
ChangeLog
File metadata and controls
86 lines (69 loc) · 1.61 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
3.0.5
-----
* Re-build of 3.0.4 packages with our new GPG key.
3.0.4
-----
* More SELinux fixes.
3.0.3
-----
* Automatically deploy to Maven Central.
3.0.1/3.0.2
-----------
* Rework build system for automated publishing to cloudsmith.
* Support configuring selinux in RPMs.
3.0.0
-----
* (BREAKING) Require JDK 1.8 or higher.
* Integrate CI builds with Git.
* Modernize Maven dependencies.
* Modernize Autoconf/Automake/Libtool macros.
* Remove Solaris packaging bits.
2.0.4
-----
* Minor build system updates.
2.0.3
-----
* Build with 'noexecstack' if available.
* Fix 'make dist' on systems with 32-bit UIDs.
2.0.2
-----
* Update documentation.
* Merge 1.2.4 JICMP6 changes.
2.0.1
-----
* Make the maven build create an OSGi bundle instead of a standard jar.
* Fix Mac OS X Java header search on newer versions.
2.0.0
-----
* Add support for setting the DSCP bits on outgoing packets.
* Add support for setting the "Don't Fragment" bit on outgoing packets.
* Add API for binding the socket for proper Linux registration. (This allows non-root ICMP with the proper sysctl set.)
* Always use SOCK_DGRAM for ICMP if available, fall back to SOCK_RAW automatically (no more environment variables).
1.2.4
-----
* Create SRPMs.
* Fix Java handling on Mac OS X.
* Improved RRDtool detection.
1.2.3
-----
* Fix ARM build.
1.2.2
-----
* Fix socket library detection.
1.2.1
-----
* Rerelease.
1.2.0
-----
* Build system cleanups.
* Autoconf fix for sys/types.h
1.1.0
-----
* Win32 build fixes.
* Add support for specifying packet size in echo requests.
1.0.1
-----
* Change the Maven POM to be -SNAPSHOT by default.
1.0
---
* Initial release.