Skip to content

Commit

Permalink
Add change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Apr 2, 2018
1 parent 0eeba51 commit 30344d3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.8.4
-----
* Do not touch `frame.f_locals` when raise exception, let decorator `wraparmor` to control everything.

3.8.3
-----
* Fix issue: option `--disable-restrict-mode` doesn't work in command `licenses`
Expand All @@ -14,7 +18,7 @@
3.8.0
-----
* Add option `--output` for command `build`, it will override the value in project configuration file.
* Fix issue: defalut project output path isn't relative to project path.
* Fix issue: defalut project output path isn't relative to project path.
* Remove extra file "product.key" after obfuscating scripts.

3.7.5
Expand Down
8 changes: 6 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.8**
Latest version: **3.2.9**

Build date: 2018-4-1
Build date: 2018-4-2

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,10 @@ The name of platform is decomposed from distutils.util.get_platform()

## Change Logs

### 3.2.9

* Do not touch `frame.f_locals` in `__wraparmor__`, let decorator able to do any thing.

### 3.2.8

* Fix fast mode crashed problem in linux occasionally, because of copying overlapped memory.
Expand Down

0 comments on commit 30344d3

Please sign in to comment.