Skip to content

Release 8.5.9

Compare
Choose a tag to compare
@jondy jondy released this 01 Jun 00:55
· 204 commits to master since this release

New Features

  • pyarmor-auth supports new option --host (refer to #1773)
  • Support new platforms (no tested): linux.mips32el, linux.mips64el, linux.ppc64le, linux.riscv64, alpine.mips32el, alpine.mips64el, alpine.ppc64le, alpine.riscv64

Changed feature for trial version

  • Copy plain script to output directly instead of raising exception if out of license

Fix issues

  • Fix issue #1760: Pyarmor Basic or Pro license need to be registered again after several days
  • Fix issue #1764: --pack with executable file will raise exception No such file or directory
  • Fix issue #1772: when pyarmor cfg data_files=*, the directoy such as 2003.2 will be renamed to 2003 in output path
  • Fix issue #1788: remove whitespaces in the harddisk serial number
  • Fix issue #1793: In Windows VM pyarmor raises exception <built-in function init_ctx> returned a result with an exception set
  • Fix issue: in some special arches pyarmor raise exception ModuleNotFound (pytransform3)
  • Fix issue: if the scripts are obfuscated by --obf-module 0, it raises RuntimeError: the format of obfuscated script is incorrect (1:1082) in runtime

Fix Pyarmor-7 issues

  • Fix issue #1785: pyarmor-7 pack doesn't work with PyInstaller 5.11.0+