Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into tls
Browse files Browse the repository at this point in the history
  • Loading branch information
kkent030315 committed Oct 28, 2024
2 parents b86b0b8 + d096260 commit a0d22ce
Show file tree
Hide file tree
Showing 5 changed files with 610 additions and 36 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Before 1.0, this project does not adhere to [Semantic Versioning](http://semver.

Goblin is now 0.9, which means we will try our best to ease breaking changes. Tracking issue is here: https://github.com/m4b/goblin/issues/97

## [0.9.2] - 2024-10-26
### Fixed
pe: fix PE with zero `raw_data_size` of section, thanks @ideeockus: https://github.com/m4b/goblin/pull/396
### Added
pe: allow parsing pe::Header without dos stubs, `Header::parse_without_dos`, thanks @ideeockus: https://github.com/m4b/goblin/pull/396

## [0.9.1] - 2024-10-24
### (hot) Fix
pe: fix parsing of tls in certain cases (issue: https://github.com/m4b/goblin/issues/424), thanks @kkent030315: https://github.com/m4b/goblin/pull/425
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "goblin"
version = "0.9.1"
version = "0.9.2"
authors = [
"m4b <[email protected]>",
"seu <[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ In lexicographic order:
- [@glandium]
- [@h33p]
- [@ibabushkin]
- [@ideeockus]
- [@jackcmay]
- [@jan-auer]
- [@Javagedes]
Expand Down Expand Up @@ -209,6 +210,7 @@ In lexicographic order:
[@glandium]: https://github.com/glandium
[@h33p]: https://github.com/h33p
[@ibabushkin]: https://github.com/ibabushkin
[@ideeockus]: https://github.com/ideeockus
[@jackcmay]: https://github.com/jackcmay
[@jan-auer]: https://github.com/jan-auer
[@Javagedes]: https://github.com/Javagedes
Expand Down
Loading

0 comments on commit a0d22ce

Please sign in to comment.