Skip to content

Commit aa40ece

Browse files
committed
docs: update changelog for 0.6.0; add 5!! new contributors to README.md
1 parent b275e75 commit aa40ece

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

CHANGELOG.md

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

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

8+
## [0.6.0] - 2022-10-23
9+
### Breaking
10+
macho: add support for archives in multi-arch binaries, big thanks to @nick96: https://github.com/m4b/goblin/pull/322
11+
### Changed
12+
elf: only consider loadable segments for VM translation (this may semantically break someone, if they depended on older behavior), thanks @lumag: https://github.com/m4b/goblin/pull/329
13+
### Fixed
14+
archive: fix potential panic in bsd filenames, thanks @nathaniel-daniel: https://github.com/m4b/goblin/pull/335
15+
archive: fix subtract with overflow, thanks @anfedotoff: https://github.com/m4b/goblin/pull/333
16+
pe: fix oob access, thanks @anfedetoff: https://github.com/m4b/goblin/pull/330
17+
archive: fix oob access, thanks @anfedetoff: https://github.com/m4b/goblin/pull/329
18+
### Added
19+
pe: add machine_to_str utility function, thanks @cgzones: https://github.com/m4b/goblin/pull/338
20+
fuzz: add debug info for line numbers, thanks @SweetVishnya: https://github.com/m4b/goblin/pull/336
21+
822
## [0.5.4] - 2022-8-14
923
### Fixed
1024
pe: fix regression in PE binary parsing, thanks @SquareMan: https://github.com/m4b/goblin/pull/321

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ In lexicographic order:
110110
- [@2vg]
111111
- [@alessandrod]
112112
- [@amanieu]
113+
- [@anfedotoff]
113114
- [@apalm]
114115
- [@burjui]
115116
- [@connorkuehl]
@@ -134,6 +135,7 @@ In lexicographic order:
134135
- [@Lichtso]
135136
- [@lion128]
136137
- [@llogiq]
138+
- [@lumag]
137139
- [@lzutao]
138140
- [@lzybkr]
139141
- [@m4b]
@@ -143,6 +145,8 @@ In lexicographic order:
143145
- [@mre]
144146
- [@Mrmaxmeier]
145147
- [n01e0]
148+
- [nathaniel-daniel]
149+
- [@nick96]
146150
- [@nico-abram]
147151
- [@npmccallum]
148152
- [@pchickey]
@@ -155,6 +159,7 @@ In lexicographic order:
155159
- [@skdltmxn]
156160
- [@sollyucko]
157161
- [@Swatinem]
162+
- [@SweetVishnya]
158163
- [@SquareMan]
159164
- [@tathanhdinh]
160165
- [@Techno-coder]
@@ -174,6 +179,7 @@ In lexicographic order:
174179
[@2vg]: https://github.com/2vg
175180
[@alessandrod]: https://github.com/alessandrod
176181
[@amanieu]: https://github.com/amanieu
182+
[@anfedotoff]: https://github.com/anfedotoff
177183
[@apalm]: https://github.com/apalm
178184
[@burjui]: https://github.com/burjui
179185
[@connorkuehl]: https://github.com/connorkuehl
@@ -198,6 +204,7 @@ In lexicographic order:
198204
[@Lichtso]: https://github.com/Lichtso
199205
[@lion128]: https://github.com/lion128
200206
[@llogiq]: https://github.com/llogiq
207+
[@lumag]: https://github.com/lumag
201208
[@lzutao]: https://github.com/lzutao
202209
[@lzybkr]: https://github.com/lzybkr
203210
[@m4b]: https://github.com/m4b
@@ -207,6 +214,8 @@ In lexicographic order:
207214
[@mre]: https://github.com/mre
208215
[@Mrmaxmeier]: https://github.com/Mrmaxmeier
209216
[n01e0]: https://github.com/n01e0
217+
[nathaniel-daniel]: https://github.com/nathaniel-daniel
218+
[@nick96]: https://github.com/nick96
210219
[@nico-abram]: https://github.com/nico-abram
211220
[@npmccallum]: https://github.com/npmccallum
212221
[@pchickey]: https://github.com/pchickey
@@ -219,6 +228,7 @@ In lexicographic order:
219228
[@skdltmxn]: https://github.com/skdltmxn
220229
[@sollyucko]: https://github.com/sollyucko
221230
[@Swatinem]: https://github.com/Swatinem
231+
[@SweetVishnya]: https://github.com/SweetVishnya
222232
[@SquareMan]: https://github.com/SquareMan
223233
[@tathanhdinh]: https://github.com/tathanhdinh
224234
[@Techno-coder]: https://github.com/Techno-coder

0 commit comments

Comments
 (0)