Release v3.9
Changelog
- Respect
LANGvariable 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-checkoptional argument to the install operation which will skip the upgrading of reverse dependencies of runtime dependencies. Intended for debugging only. - Add
-fno-pltto 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