diff --git a/ChangeLog b/ChangeLog index 1b42a33..0c69700 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-06-17 Alberto Solino + * Version 0.11.4 tagged with the following changes + * bpfobject support get_bpf method (by @palaviv) + * Monitor mode support & missing methods fix (by @gpotter2) + * Documentation update (@gpotter2) + 2018-03-26 Alberto Solino * Version 0.11.2 tagged with the following substantial changes (since version 0.11.11): * Exporting pcap_get_selectable_fd as getfd (by @geekhckr) diff --git a/setup.py b/setup.py index 06923f1..4da69bc 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,3 @@ -# $Id: setup.py 47 2010-08-25 19:07:28Z aweil $ - import sys import os import glob @@ -70,7 +68,7 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() setup(name=PACKAGE_NAME, - version="0.11.3", + version="0.11.4", url="https://github.com/CoreSecurity/pcapy", author="CORE Security", author_email="oss@coresecurity.com",