3
3
4
4
Summary: Ethernet settings python bindings
5
5
Name: python-ethtool
6
- Version: 0.10
6
+ Version: 0.11
7
7
Release: 1%{?dist }
8
8
URL: https://fedorahosted.org/python-ethtool/
9
9
Source: https://fedorahosted.org/releases/p/y/python-ethtool/python-ethtool-%{version }.tar.bz2
@@ -49,6 +49,26 @@ rm -rf %{buildroot}
49
49
%endif
50
50
51
51
%changelog
52
+ *
Thu May 8 2014 David Sommerseth <[email protected] > -
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 <[email protected] > -
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 <[email protected] > -
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 <[email protected] > -
0.8-1
69
+ - Enable IPv6 in pifethtool example
70
+ - Code cleanup, fixing buffer overflows, memory leaks, etc
71
+
52
72
*
Mon Apr 11 2011 David Sommerseth <[email protected] > -
0.7-1
53
73
- Fixed several memory leaks (commit aa2c20e697af, abc7f912f66d)
54
74
- Improved error checking towards NULL values(commit 4e928d62a8e3)
@@ -57,7 +77,7 @@ rm -rf %{buildroot}
57
77
- Added man page for pifconfig and pethtool (commit 9f0d17aa532, rhbz#638475)
58
78
- Force NETLINK socket to close on fork() using FD_CLOEXEC (commit 1680cbeb40e)
59
79
60
- *
Wed Jan 19 2011 David Sommerseth <[email protected] > -
0.6-1
80
+ *
Wed Jan 19 2011 David Sommerseth <[email protected] > -
0.6-1
61
81
- Don't segfault if we don't receive any address from rtnl_link_get_addr()
62
82
- Remove errornous file from MANIFEST
63
83
- Added ethtool.version string constant
0 commit comments