Skip to content

Latest commit

 

History

History
111 lines (91 loc) · 2.74 KB

CHANGES.rst

File metadata and controls

111 lines (91 loc) · 2.74 KB

Changelog

1.10.0b15 (2020-10-18)

  • Add support for Python 3.9.
  • Drop support for Python 3.5.
  • Removing dependence on atpublic.
  • Ability to specify the backend programmatically.
  • Establishing system's libpcap as default backend.
  • Fixed a critical setup bug (thank you very much msrst@Github!).
  • General update and cleanup.
  • Fixed docs setup.

1.10.0b10 (2020-01-16)

  • Add support for Python 3.8.

  • Drop support for Python 3.4.

  • Drop support for Python 2.

  • Upgrade to the latest libpcap API 1.10.0-PRE

  • Establishing npcap as default backend.

  • Internal npcap's dll-s have been removed due to ev. license problems.

  • Add support for Linux x64:
    add internal tcpdump's libpcap.so v.1.9.1 with remote capture support.
    system's tcpdump's libpcap.so can also be used (via libpcap.libpcap.cfg).
  • Added ReadTheDocs config file.

  • Setup update and cleanup.

1.10.0b5 (2019-09-16)

  • Upgrade to the latest libpcap API 1.10.0-PRE
  • Upgrade npcap's libpcap dll-s to the 0.996
  • Minor setup fixes and improvements.

1.10.0b3 (2019-02-15)

  • Upgrade to the latest libpcap API 1.10.0-PRE
  • Upgrade npcap's libpcap dll-s to the 0.99rc9
  • Update required setuptools version.
  • Minor setup improvements.
  • Updates of tests.

1.10.0b1 (2018-11-08)

  • Upgrade to the latest libpcap API 1.10.0-PRE
  • Upgrade npcap's libpcap dll-s to the 0.99rc7
  • Update required setuptools version.

1.0.0b14 (2018-05-09)

  • Update required setuptools version.

1.0.0b13 (2018-05-09)

  • Upgrade npcap's libpcap dll-s to the 0.99rc5

1.0.0b12 (2018-05-08)

  • Upgrade to the latest libpcap.

1.0.0b10 (2018-03-31)

  • Upgrade to the latest libpcap.
  • Improve and simplify setup and packaging.
  • Improve and update tests.

1.0.0b9 (2018-02-26)

  • Improve and simplify setup and packaging.

1.0.0b8 (2018-02-25)

  • Upgrade to the latest libpcap API 1.9.0
  • Setup improvement.

1.0.0b7 (2017-12-18)

  • Fix the error of platform detecting (thanks to Dan ???).

1.0.0b6 (2017-10-11)

  • Upgrade to the libpcap API 1.9.0

1.0.0b5 (2017-10-08)

  • Upgrade to the libpcap API 1.8.1
  • Add support for libpcap from Npcap.

1.0.0b4 (2017-10-04)

  • Fourth beta release.

1.0.0b3 (2017-08-28)

  • Third beta release.

1.0.0b1 (2017-08-27)

  • First beta release.

1.0.0a16 (2017-08-26)

  • Next alpha release.

1.0.0a0 (2017-06-08)

  • First alpha release.

0.0.1 (2016-09-23)

  • Initial release.