capnproto-java-rpc/CHANGELOG.md

28 lines
706 B
Markdown
Raw Normal View History

2024-07-02 12:48:01 +00:00
## v0.1.17
- Fixed infinite loop in PackedInputStream on too-small input.
2023-09-01 13:39:23 +00:00
## v0.1.16
- Fix handling of negative pointer offsets.
- Fix SegmentReader.inInBounds() offset arithmetic.
2022-11-30 15:38:31 +00:00
## v0.1.15
2022-11-30 15:20:58 +00:00
- Fix bugs in handling of upgraded list of pointers.
2022-06-19 00:16:35 +00:00
## v0.1.14
- Optimizations and bugfixes.
2021-10-11 14:57:32 +00:00
## v0.1.13
- Improved robustness to StructPointer integer wrapping problems.
2021-10-05 21:07:23 +00:00
## v0.1.12
- Fix bug in StructPointer.wordSize() found by Martin Dindoffer.
2021-10-02 02:03:53 +00:00
## v0.1.11
- Fix memory and cpu amplification vulnerabilities found by Martin Dindoffer.
2021-08-28 01:13:49 +00:00
## v0.1.10
- Make even more compatible with Java 8.
2021-07-16 18:20:29 +00:00
## v0.1.9
- Add `<maven.compiler.release>8</maven.compiler.release>` to pom.xml, to increase compability with Java 8.