Skip to content

Commit 097a174

Browse files
committed
docs: update CHANGELOG in prep for 0.10; update readme to add 3 new contributors!
1 parent bc33409 commit 097a174

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ Before 1.0, this project does not adhere to [Semantic Versioning](http://semver.
55

66
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
77

8+
## [0.10.0] - 2025-5-25
9+
### Breaking
10+
pe: fix address size incompatibility on 32-bit builds, thanks @kkent030315: https://github.com/m4b/goblin/pull/441
11+
pe: fix fail on malformed certificate table parsing, thanks @ideeockus: https://github.com/m4b/goblin/pull/417
12+
pe: remove use of generics for is_32bit, thanks @kkent030315: https://github.com/m4b/goblin/pull/435
13+
pe: Support multiple debug directories and VCFeature, Repro, ExDllCharacteristics, POGO parsers, thanks @kkent030315: https://github.com/m4b/goblin/pull/403
14+
### Added
15+
elf: add Loongarch macros and name mapping, thanks @000lbh: https://github.com/m4b/goblin/pull/446
16+
pe: Add base relocation parser thanks @kkent030315: https://github.com/m4b/goblin/pull/444
17+
### Fixed
18+
pe.header: fix parse without rich header, thanks @ideeockus: https://github.com/m4b/goblin/pull/451
19+
pe.header: fix parse header with no dos stub, thanks @ideeockus: https://github.com/m4b/goblin/pull/456
20+
pe.imports: ignore malformed imports in ParseMode::Permissive, thanks @ideeockus: https://github.com/m4b/goblin/pull/442
21+
pe: Change Section Table Real Name Handling, thanks @prettyroseslover: https://github.com/m4b/goblin/pull/438
22+
pe.tls: `tlsdata.parse_with_opts` - integer overflow + out of bound, thanks @BinFlip: https://github.com/m4b/goblin/pull/448
23+
pe.debug: `POGOInfo.parse_with_opts` - integer overflow + out of bound, thanks @BinFlip: https://github.com/m4b/goblin/pull/449
24+
archive: fix subtract with overflow in archive parser, thanks @kkent030315: https://github.com/m4b/goblin/pull/454
25+
te: fix subtract with overflow in TE header parser, thanks @kkent030315: https://github.com/m4b/goblin/pull/452
26+
archive: fix size overflow in name index parser, thanks @kkent030315: https://github.com/m4b/goblin/pull/455
27+
coff: fix subtract with overflow in COFF header parser, thanks @kkent030315: https://github.com/m4b/goblin/pull/453
28+
29+
830
## [0.9.3] - 2025-1-5
931
### Fixed
1032
pe: fix import parser for non-well-formed import table, thanks @kkent030315: https://github.com/m4b/goblin/pull/429

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,15 @@ Thank you all :heart: !
108108

109109
In lexicographic order:
110110

111+
- [@000lbh]
111112
- [@2vg]
112113
- [@5225225]
113114
- [@alessandrod]
114115
- [@amanieu]
115116
- [@anfedotoff]
116117
- [@apalm]
117118
- [@baloo]
119+
- [@BinFlip]
118120
- [@burjui]
119121
- [@connorkuehl]
120122
- [@dancrossnyc]
@@ -164,6 +166,7 @@ In lexicographic order:
164166
- [@nico-abram]
165167
- [@npmccallum]
166168
- [@pchickey]
169+
- [@prettyroseslover]
167170
- [@philipc]
168171
- [@Pzixel]
169172
- [@quake]
@@ -193,13 +196,15 @@ In lexicographic order:
193196

194197
<!-- Contributors -->
195198

199+
[@000lbh]: https://github.com/000lbh
196200
[@2vg]: https://github.com/2vg
197201
[@5225225]: https://github.com/5225225
198202
[@alessandrod]: https://github.com/alessandrod
199203
[@amanieu]: https://github.com/amanieu
200204
[@anfedotoff]: https://github.com/anfedotoff
201205
[@apalm]: https://github.com/apalm
202206
[@baloo]: https://github.com/baloo
207+
[@BinFlip]: https://github.com/BinFlip
203208
[@burjui]: https://github.com/burjui
204209
[@connorkuehl]: https://github.com/connorkuehl
205210
[@crzysdrs]: https://github.com/crzysdrs
@@ -251,6 +256,7 @@ In lexicographic order:
251256
[@npmccallum]: https://github.com/npmccallum
252257
[@pchickey]: https://github.com/pchickey
253258
[@philipc]: https://github.com/philipc
259+
[@prettyroseslover]: https://github.com/prettyroseslover
254260
[@Pzixel]: https://github.com/Pzixel
255261
[@quake]: https://github.com/quake
256262
[@raindev]: https://github.com/raindev

0 commit comments

Comments
 (0)