Skip to content

Release v3.9

Choose a tag to compare

@joebonrichie joebonrichie released this 21 Jul 12:42
ec4f3db

Changelog

  • Respect LANG variable when picking locale @livingsilver94
  • Remove source based functionality as it is not used in Solus @Staudey
  • When installing new packages ensure that reverse dependencies of runtime dependencies are also upgraded. This ensures user's systems are not borked if they forget to install updates before installing new packages (especially in the case of ABI bumps). @joebonrichie
  • Add a --ignore-revdeps-of-deps-check optional argument to the install operation which will skip the upgrading of reverse dependencies of runtime dependencies. Intended for debugging only.
  • Add -fno-plt to default c/cxx flags. With BIND_NOW and PIE as default the PLT is not needed as everything uses the GOT. Slightly reduces package sizes and startup times.
  • Calculate decimal power units instead of binary bytes to match the type shown to the user @Staudey
  • Truncate progress if console isn't wide enough @zotanmew
  • Updated German translation