Skip to content

Commit

Permalink
Add change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Mar 31, 2018
1 parent ebabf7e commit 4e36ca0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.8.3
-----
* Fix issue: option `--disable-restrict-mode` doesn't work in command `licenses`
* Remove freevar `func` from `frame.f_locals` when raise exception in decorator `wraparmor`

3.8.2
-----
* Change module filename to `<frozen modname>` in traceback, set attribute `__file__` to real filename when running obfuscated scripts.
Expand Down
10 changes: 8 additions & 2 deletions src/platforms/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Downlaods for Pyarmor Prebuilt Dynamic Library #

Latest version: **3.2.7**
Latest version: **3.2.8**

Build date: 2018-3-25
Build date: 2018-4-1

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

## Change Logs

### 3.2.8

* Fix fast mode crashed problem in linux occasionally, because of copying overlapped memory.
* Remove freevar `func` from `frame.f_locals` when raise exception in `__wraparmor__`
* Set exception attribute `__traceback__` to `None` for Python3 when raise exception in `__wraparmor__`

### 3.2.7

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

0 comments on commit 4e36ca0

Please sign in to comment.