- Fix handling of negative pointer offsets.
- Fix SegmentReader.inInBounds() offset arithmetic.
- Fix bugs in handling of upgraded list of pointers.
- Optimizations and bugfixes.
- Improved robustness to StructPointer integer wrapping problems.
- Fix bug in StructPointer.wordSize() found by Martin Dindoffer.
- Fix memory and cpu amplification vulnerabilities found by Martin Dindoffer.
- Make even more compatible with Java 8.
- Add
<maven.compiler.release>8</maven.compiler.release>
to pom.xml, to increase compability with Java 8.