From b0e651ea0771ec88c2e82ef5ab6897ecaba6599e Mon Sep 17 00:00:00 2001 From: Jurriaan Bremer Date: Mon, 13 Nov 2017 02:37:19 +0100 Subject: [PATCH] version 0.4.5a1 --- CHANGELOG.txt | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9ed563c3..148d5c41 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,9 @@ -0.4.4, TBD +0.4.5, TBD + + New: Disable PatchGuard and Driver Signature Enforcement through the + zer0m0n VMCloak dependency. + +0.4.4, August 22nd, 2017 Tweak: Support multiple versions of the requests dependency. Tweak: Ignore proxies defined in environment variables (thanks Kolano). diff --git a/setup.py b/setup.py index 6b6f97df..6b573a49 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="VMCloak", - version="0.4.4", + version="0.4.5a1", author="Jurriaan Bremer", author_email="jbr@cuckoo.sh", url="http://vmcloak.org/",