File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 3
3
4
4
Summary: Ethernet settings python bindings
5
5
Name: python-ethtool
6
- Version: 0.5
6
+ Version: 0.6
7
7
Release: 1%{?dist }
8
8
URL: http://fedorapeople.org/gitweb?p= dsommers/public_git/python-ethtool.git;a= summary
9
9
Source: http://dsommers.fedorapeople.org/python-ethtool/%{name }-%{version }.tar.bz2
@@ -44,6 +44,13 @@ rm -rf %{buildroot}
44
44
%endif
45
45
46
46
%changelog
47
+ *
Wed Jan 19 2011 David Sommerseth <[email protected] > -
0.6-1
48
+ - Don't segfault if we don't receive any address from rtnl_link_get_addr()
49
+ - Remove errornous file from MANIFEST
50
+ - Added ethtool.version string constant
51
+ - Avoid duplicating IPv6 address information
52
+ - import sys module in setup.py (Miroslav Suchy)
53
+
47
54
*
Mon Aug 9 2010 David Sommerseth <[email protected] > -
0.5-1
48
55
- Fixed double free issue (commit c52ed2cbdc5b851ebc7b)
49
56
You can’t perform that action at this time.
0 commit comments