retdec/CHANGELOG.md
Petr Zemek 03ea29a27f When installing the decompiler, do not remove the entire share directory (#12).
Remove only the subdirectories and files that are used by RetDec. This should
reduce the chance of unintentionally removing system directories when RetDec is
accidentally installed on Linux into e.g. `/usr` as the `arm`, `generic`, and
`x86` directories are not commonly used by Linux distributions.

Nevertheless, as mentioned in our README, until our build system properly
supports system-wide installations, RetDec should to be installed into a clean,
dedicated directory.
2017-12-13 19:08:53 +01:00

295 B

Changelog

dev

  • Fix: When installing the decompiler, do not remove the entire share directory (#12).
  • Fix: Improve OS type detection when installing the decompiler.
  • Fix: Remove useless OS type detection when running decompilations (#10).

v3.0 (2017-12-13)

Initial public release.