33
44Summary: Ethernet settings python bindings
55Name: python-ethtool
6- Version: 0.10
6+ Version: 0.11
77Release: 1%{?dist }
88URL: https://fedorahosted.org/python-ethtool/
99Source: https://fedorahosted.org/releases/p/y/python-ethtool/python-ethtool-%{version }.tar.bz2
@@ -49,6 +49,26 @@ rm -rf %{buildroot}
4949%endif
5050
5151%changelog
52+ * Thu May 8 2014 David Sommerseth <davids@redhat.com> - 0.11-1
53+ - Improved error handling several places
54+ - Ensure that we get a valid libnl NETLINK connection when connecting
55+ - URL updates to SPEC file
56+
57+ * Fri Jan 10 2014 David Sommerseth <davids@redhat.com> - 0.10-1
58+ - Not really a full release, but a preliminary release to get more wide testing
59+ - FSF Copyright updates
60+ - Build fixes
61+ - Mostly code cleanup
62+
63+ * Wed Dec 11 2013 David Sommerseth <davids@redhat.com> - 0.9-1
64+ - Fixed get_active_devices() for IPv6 only interfaces
65+ - Moved from libnl1 to libnl3
66+ - Refactor PyNetlink*Address implementation
67+
68+ * Tue Feb 19 2013 David Malcolm <dmalcolm@redhat.com> - 0.8-1
69+ - Enable IPv6 in pifethtool example
70+ - Code cleanup, fixing buffer overflows, memory leaks, etc
71+
5272* Mon Apr 11 2011 David Sommerseth <davids@redhat.com> - 0.7-1
5373- Fixed several memory leaks (commit aa2c20e697af, abc7f912f66d)
5474- Improved error checking towards NULL values(commit 4e928d62a8e3)
@@ -57,7 +77,7 @@ rm -rf %{buildroot}
5777- Added man page for pifconfig and pethtool (commit 9f0d17aa532, rhbz#638475)
5878- Force NETLINK socket to close on fork() using FD_CLOEXEC (commit 1680cbeb40e)
5979
60- * Wed Jan 19 2011 David Sommerseth <dazo@users.sourceforge.net > - 0.6-1
80+ * Wed Jan 19 2011 David Sommerseth <davids@redhat.com > - 0.6-1
6181- Don't segfault if we don't receive any address from rtnl_link_get_addr()
6282- Remove errornous file from MANIFEST
6383- Added ethtool.version string constant
0 commit comments