Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 2.39 KB

CHANGELOG.md

File metadata and controls

64 lines (41 loc) · 2.39 KB

Changelog

All notable changes to this project will be documented in this file.

[1.4.0] - 2022-12-12

  • Ignore already emitted symlinks (#49)
  • Enable to supply multiple inputs (#50)
  • Add noload resolver to avoid loading with dlopen(3) (#51)
  • Dependency updates

[1.3.2] - 2022-11-23

  • Fix not to canonicalize paths in --include (#20)
  • Search statically linked dependencies of ELF objects specified by --include (#33)
    • To deal with getaddrinfo(3) issue described in (#12)
  • Improve error messages (#36)
  • Dependency updates

[1.3.1] - 2022-06-19

  • AArch64 support (#14)
  • Use docker buildx bake to build container images (#15)

[1.3.0] - 2022-01-11

  • Fix busybox_jail_path file permissions (#6)
  • Update and renew dependencies (#7)
  • Fix usage of ExitStatus::from_raw and remove Error::DynamicSignaled (#9)
  • Several CI fixes (#8, #10)
    • This changed how busybox installed in the container images

[1.2.0] - 2021-01-11

  • Fixed infinite recursion caused by mutually dependent shared libraries. (#3)
  • Fixed Clippy warnings. (#4)
  • Updated dependencies.
  • Changed how magicpak images are tagged.

[1.1.0] - 2020-05-05

  • Fixed the order of -ldl option in resolver compilation. (#1)

[1.0.3] - 2020-04-14

  • Fixed --test behavior when the resulting bundle contains /bin/.

[1.0.2] - 2020-04-14

  • Fixed --compress when the executable is symlinked.
  • Added many test cases.

[1.0.1] - 2020-04-11

  • Fixed a problem on CI.

[1.0.0] - 2020-04-11

  • Added detailed explanation of usage to README.
  • Fixed bundled executable path when it is symlinked.

[0.1.0] - 2020-04-03

  • Initial release.