diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b9359b4e..b88fb1c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ Before 1.0, this project does not adhere to [Semantic Versioning](http://semver. Goblin is now 0.5, which means we will try our best to ease breaking changes. Tracking issue is here: https://github.com/m4b/goblin/issues/97 +## [0.5.3] - 2022-7-16 +### Fixed +elf: fix elf strtab parsing, thanks @tux3: https://github.com/m4b/goblin/pull/316 +### Added +elf: implement plain for note headers, thanks @mkroening: https://github.com/m4b/goblin/pull/317 + ## [0.5.2] - 2022-6-5 ### Fixed elf: fix arithmetic overflows in `file_range()` and `vm_range()`, thanks @alessandron: https://github.com/m4b/goblin/pull/306 diff --git a/Cargo.toml b/Cargo.toml index 975fef0b0..b66ddf904 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "goblin" -version = "0.5.2" +version = "0.5.3" authors = [ "m4b ", "seu ", diff --git a/README.md b/README.md index c4a84f6a7..cd85dc88b 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ In lexicographic order: - [@m4b] - [@messense] - [@mitsuhiko] +- [@mkroening] - [@mre] - [@Mrmaxmeier] - [n01e0] @@ -160,6 +161,7 @@ In lexicographic order: - [@Timmmm] - [@Tiwalun] - [@track-5] +- [@tux3] - [@wickerwacka] - [@willglynn] - [@woodruffw] @@ -200,6 +202,7 @@ In lexicographic order: [@m4b]: https://github.com/m4b [@messense]: https://github.com/messense [@mitsuhiko]: https://github.com/mitsuhiko +[@mkroening]: https://github.com/mkroening [@mre]: https://github.com/mre [@Mrmaxmeier]: https://github.com/Mrmaxmeier [n01e0]: https://github.com/n01e0 @@ -221,6 +224,7 @@ In lexicographic order: [@Timmmm]: https://github.com/Timmmm [@Tiwalun]: https://github.com/Tiwalun [@track-5]: https://github.com/track-5 +[@tux3]: https://github.com/tux3 [@wickerwacka]: https://github.com/wickerwaka [@willglynn]: https://github.com/willglynn [@woodruffw]: https://github.com/woodruffw