All notable changes to this project will be documented in this file.
- Ignore already emitted symlinks (#49)
- Enable to supply multiple inputs (#50)
- Add noload resolver to avoid loading with dlopen(3) (#51)
- Dependency updates
- 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
- 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
- This changed how
- Fixed infinite recursion caused by mutually dependent shared libraries. (#3)
- Fixed Clippy warnings. (#4)
- Updated dependencies.
- Changed how magicpak images are tagged.
- Fixed the order of
-ldl
option in resolver compilation. (#1)
- Fixed
--test
behavior when the resulting bundle contains/bin/
.
- Fixed
--compress
when the executable is symlinked. - Added many test cases.
- Fixed a problem on CI.
- Added detailed explanation of usage to README.
- Fixed bundled executable path when it is symlinked.
- Initial release.