Skip to content

Commit 4e36ca0

Browse files
committed
Add change logs
1 parent ebabf7e commit 4e36ca0

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

ChangeLog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.8.3
2+
-----
3+
* Fix issue: option `--disable-restrict-mode` doesn't work in command `licenses`
4+
* Remove freevar `func` from `frame.f_locals` when raise exception in decorator `wraparmor`
5+
16
3.8.2
27
-----
38
* Change module filename to `<frozen modname>` in traceback, set attribute `__file__` to real filename when running obfuscated scripts.

src/platforms/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Downlaods for Pyarmor Prebuilt Dynamic Library #
22

3-
Latest version: **3.2.7**
3+
Latest version: **3.2.8**
44

5-
Build date: 2018-3-25
5+
Build date: 2018-4-1
66

77
The core of Pyarmor is written by C, the prebuilt dynamic libraries
88
include the common platforms and some embeded platforms. It's not
@@ -45,6 +45,12 @@ The name of platform is decomposed from distutils.util.get_platform()
4545

4646
## Change Logs
4747

48+
### 3.2.8
49+
50+
* Fix fast mode crashed problem in linux occasionally, because of copying overlapped memory.
51+
* Remove freevar `func` from `frame.f_locals` when raise exception in `__wraparmor__`
52+
* Set exception attribute `__traceback__` to `None` for Python3 when raise exception in `__wraparmor__`
53+
4854
### 3.2.7
4955

5056
* Set `__file__` to real filename when importing obfuscated scripts, keep co_filename as `<frozen modname>`

0 commit comments

Comments
 (0)