Skip to content

Releases: tamatebako/tebako

Version 0.8.7

03 Sep 11:55
Compare
Choose a tag to compare

What's Changed

  • Support patchelf option when clang/llvm toolchain is used for paclaging @maxirmx in #198
    Using patchelf fork by @chitao1234

Full Changelog: v0.8.6...v0.8.7

Version 0.8.6

02 Sep 13:19
Compare
Choose a tag to compare

What's Changed

  • Implemented optional patching of Tebako packages created on Ubuntu. This patching remove GLIBC_PRIVATE reference and allows to use tebako package on Gnu Linux systems with differenc versions of glibc. This feauture is experimantal. Thanks to @d4rky-pl for research and solution proposal.

Full Changelog: v0.8.5...v0.8.6

Version 0.8.5

31 Aug 13:34
Compare
Choose a tag to compare

What's Changed

  • fix: ensure bundled fmt includes have priority over system/homebrew (fix for #193)
  • feat: use native extensions for musl (Alpine) packaging (fix for #192)