Skip to content

Commit 3b6d605

Browse files
committed
Add change logs
1 parent 10fd890 commit 3b6d605

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/change-logs.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
Change Logs
44
===========
55

6+
5.8.7
7+
-----
8+
9+
In this version, the scripts could be obfuscated with new option `--suffix`,
10+
then the name of the runtime package and builtin functions will be unique. By
11+
this way the scripts obfuscated by different capsule could run in the same
12+
Python interpreter.
13+
14+
For example, the bootstrap code may like this with suffix `_vax_000001`:
15+
16+
from pytransform_vax_000001 import pyarmor_runtime
17+
pyarmor_runtime(suffix="_vax_000001")
18+
19+
* Add option `--with-license` in the command `pack`
20+
* Fix issue: the final bundle made by `pack` raises protection fault exception on MacOSX
21+
* Add option `--enable-suffix` in the commands `obfuscate`, `config` and `runtime`
22+
623
5.8.6
724
-----
825
* Raise exception other than `sys.exit(1)` when pyarmor_runtime fails

0 commit comments

Comments
 (0)