Skip to content

v0.4.5

Latest
Compare
Choose a tag to compare
@bircoph bircoph released this 08 Nov 13:37
· 11 commits to master since this release
v0.4.5
1d50324

New features:

  • Added optional LTO support including -fwhole support on e2k arch: --enable-lto

Bug fixes:

  • Fix build on musl, avoid glibc-specific code.
  • Do not ignore *-{uid,gid} settings if no CAPABILITIES_SUPPORT.
  • Fix potential buffer problems in string and memory operations.
  • Fix doxygen issues.
  • Fix build using autoconf-2.70.

Other:

  • Optimize checks using (un)likely.
  • Autogenerate program.h
  • Fix various gcc warnings.