Skip to content

Release v0.2.6

Compare
Choose a tag to compare
@atc0005 atc0005 released this 07 Oct 09:15
· 873 commits to master since this release
ac075fa

Follow-up binary release built using Go 1.15.2, cgo explicitly disabled. See GH-101 for more details.

Changed

  • Add -trimpath build flag
    • intended to help prune verbose/unnecessary details from output

Fixed

  • Makefile build options generate static binaries which potentially bundle
    glibc (LGPL license)
    • I have been unable to confirm this, so attempting to "play it safe"
    • the goal is to avoid attaching the LGPL license to this project until I've
      properly researched and understand the ramifications of doing so for this
      project, for future forks, etc.

References