Recent Releases of ethtool

ethtool - 0.15

  • Tests are now skipped for wireguard devices
  • pifconfig is now able to show more than one IPv4 address per interface
  • pifconfig supports interfaces with no IPv4 address

- C
Published by frenzymadness almost 5 years ago

ethtool - 0.14

  • Declared project as bugfix only from now on
  • Support Python 3.7
  • Fix important issues reported by static analysis
  • Fix installation on non-UTF-8 locales on Python 3.5 and 3.6
  • Added setgso(), getgro() and set_gro() functions
  • Added installation instructions

- C
Published by hroncok almost 8 years ago

ethtool - 0.13

  • First release on PyPI
  • Supports both Python 2.7 and 3.5+
  • Dropped support for Python 2.6
  • Upstream URL changed to https://github.com/fedora-python/python-ethtool
  • Introduced a basic README file
  • PEP7 and PEP8 (code style) improvements
  • Fix compilation errors on modern Fedoras

- C
Published by hroncok about 9 years ago

ethtool - 0.1

  • Get ethtool code from rhpl 0.212

- C
Published by hroncok over 9 years ago

ethtool - 0.2

  • Expand description and summary fields, as part of the fedora review process.

- C
Published by hroncok over 9 years ago

ethtool - 0.3

  • Add get_flags method from the first python-ethtool contributor, yay
  • Add pifconfig command, that mimics the ifconfig tool using the bindings available

- C
Published by hroncok over 9 years ago

ethtool - 0.4

  • David Sommerseth is now taking over the maintenance of python-ethtool
  • New URLs for upstream source code
  • Added new API: ethtool.getinterfacesinfo() - returns list of etherinfo objects
  • Added support retrieving for IPv6 address, using etherinfo::getipv6addresses()

- C
Published by hroncok over 9 years ago

ethtool - 0.5

  • Fixed double free issue (commit c52ed2cbdc5b851ebc7b)

- C
Published by hroncok over 9 years ago

ethtool - 0.6

  • Don't segfault if we don't receive any address from rtnllinkget_addr()
  • Remove errornous file from MANIFEST
  • Added ethtool.version string constant
  • Avoid duplicating IPv6 address information
  • import sys module in setup.py (@xsuchy)

- C
Published by hroncok over 9 years ago

ethtool - 0.7

  • Fixed several memory leaks (commit aa2c20e697af, abc7f912f66d)
  • Improved error checking towards NULL values (commit 4e928d62a8e3)
  • Fixed typo in pethtool --help (commit 710766dc722)
  • Only open a NETLINK connection when needed (commit 508ffffbb3c)
  • Added man page for pifconfig and pethtool (commit 9f0d17aa532, rhbz#638475)
  • Force NETLINK socket to close on fork() using FD_CLOEXEC (commit 1680cbeb40e)

- C
Published by hroncok over 9 years ago

ethtool - 0.8

  • Enable IPv6 in pifethtool example
  • Code cleanup, fixing buffer overflows, memory leaks, etc

- C
Published by hroncok over 9 years ago

ethtool - 0.9

  • Fixed getactivedevices() for IPv6 only interfaces
  • Moved from libnl1 to libnl3
  • Refactor PyNetlink*Address implementation

- C
Published by hroncok over 9 years ago

ethtool - 0.10

  • Not really a full release, but a preliminary release to get more wide testing
  • FSF Copyright updates
  • Build fixes
  • Mostly code cleanup

- C
Published by hroncok over 9 years ago

ethtool - 0.11

  • Improved error handling several places
  • Ensure that we get a valid libnl NETLINK connection when connecting
  • URL updates to SPEC file

- C
Published by hroncok over 9 years ago

ethtool - 0.12

First attempt at python3 support.

- C
Published by stratakis over 9 years ago