7e585bf63d
This reverts commit 38db11e5077c163f84cff85fd40e91a24bddfc76. Sonatype is making it painful for me to publish this release (they no longer accept my credentials) so it might be a while until it gets done.
24 lines
631 B
Markdown
24 lines
631 B
Markdown
## v0.1.16
|
|
- Fix handling of negative pointer offsets.
|
|
- Fix SegmentReader.inInBounds() offset arithmetic.
|
|
|
|
## v0.1.15
|
|
- Fix bugs in handling of upgraded list of pointers.
|
|
|
|
## v0.1.14
|
|
- Optimizations and bugfixes.
|
|
|
|
## v0.1.13
|
|
- Improved robustness to StructPointer integer wrapping problems.
|
|
|
|
## v0.1.12
|
|
- Fix bug in StructPointer.wordSize() found by Martin Dindoffer.
|
|
|
|
## v0.1.11
|
|
- Fix memory and cpu amplification vulnerabilities found by Martin Dindoffer.
|
|
|
|
## v0.1.10
|
|
- Make even more compatible with Java 8.
|
|
|
|
## v0.1.9
|
|
- Add `<maven.compiler.release>8</maven.compiler.release>` to pom.xml, to increase compability with Java 8.
|