Skip to content

Releases: xoofx/LibObjectFile

2.0.0

15 Oct 20:34
8c9b157
Compare
Choose a tag to compare

Changes

🚨 Breaking Changes

  • ELF refactoring with breaking changes (PR #42)

✨ New Features

  • Add check_wsl CI workflow (86b2e58)

🧰 Misc

Full Changelog: 1.1.1...2.0.0

Published with dotnet-releaser

1.1.1

13 Oct 09:05
Compare
Choose a tag to compare

Changes

✨ New Features

  • Add tmp folder to .gitignore (b227b5d)

🐛 Bug Fixes

  • Fix issue with shadow section of size = 1 (a7f0cd5)

Full Changelog: 1.1.0...1.1.1

Published with dotnet-releaser

1.1.0

02 Oct 07:18
Compare
Choose a tag to compare

Changes

✨ New Features

  • Add support for PE relocation (#41) (4896f9a)
  • Add API doc to PE relocation (4847d50)

🧰 Misc

Full Changelog: 1.0.0...1.1.0

Published with dotnet-releaser

1.0.0

01 Oct 19:20
b21ed3f
Compare
Choose a tag to compare

Changes

✨ New Features

  • Add nuget.org only config (f1906e9)

🐛 Bug Fixes

🚀 Enhancements

  • Add support for PE (PR #34)

🧰 Maintenance

  • Update ci.yml with nuget config (5c625fb)

📦 Dependencies

  • Update dependencies, CI and some base class (6a93fe2)

🧰 Misc

  • Update readme about Ubuntu 22.04 (bb7314c)
  • Update readme.md (e2bc6eb)
  • Update CI badge in readme (3a5cf38)

Full Changelog: 0.6.0...1.0.0

Published with dotnet-releaser

0.6.0

09 Dec 07:15
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix string collision when two sections have the same name (PR #33) by @filipnavara

🧰 Misc

Full Changelog: 0.5.0...0.6.0

Published with dotnet-releaser

0.5.0

14 Oct 12:34
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix counting the DwarfLineProgramTable layout (PR #23) by @filipnavara
  • Fix read string bigger than 128 bytes from Stream. (PR #27) by @lucasgl
  • Update unit tests and fix bugs to make them pass again (PR #32) by @filipnavara
  • Fixes ci to use ubuntu-20.04 (5747489)

🚀 Enhancements

📦 Dependencies

  • Bump library to use net7.0 (4338772)

🧰 Misc

  • Switch to net7.0 for tests/exes (6dcbec7)
  • Update readme.md (16aa919)

Full Changelog: 0.4.0...0.5.0

Published with dotnet-releaser

0.4.0

21 Oct 04:17
94a195e
Compare
Choose a tag to compare

Changes

🚀 Enhancements

Full Changelog: 0.3.6...0.4.0

Published with dotnet-releaser

0.3.6

06 Mar 10:10
Compare
Choose a tag to compare

Changes

✨ New Features

  • Add support for multiple line program table (c678e7c)
  • Add multiple_functions DWARF tests (0e09ebc)

🐛 Bug Fixes

  • Fix FormatExceptions due to Enum.ToString not supporting precision (PR #15) by @tmds
  • Fix SliceStream.Seek offset check (PR #19) by @filipnavara

🏭 Tests

  • Fix TestDebugLineLibMultipleObjs (5f0887d)

🧰 Misc

  • Don't make directory mandatory for DW_LNE_define_file (40b5602)
  • Log a warning if an extended opcode has an invalid length (6a89355)
  • Use dotnet-releaser, use net6.0 and update packages (f192089)

Full Changelog: 0.3.5...0.3.6