Skip to content

Commit 08133e0

Browse files
author
David Sommerseth
committed
Version bump - python-ethtool v0.6
Signed-off-by: David Sommerseth <[email protected]>
1 parent a01edbc commit 08133e0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

rpm/SPECS/python-ethtool.spec

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Summary: Ethernet settings python bindings
55
Name: python-ethtool
6-
Version: 0.5
6+
Version: 0.6
77
Release: 1%{?dist}
88
URL: http://fedorapeople.org/gitweb?p=dsommers/public_git/python-ethtool.git;a=summary
99
Source: http://dsommers.fedorapeople.org/python-ethtool/%{name}-%{version}.tar.bz2
@@ -44,6 +44,13 @@ rm -rf %{buildroot}
4444
%endif
4545

4646
%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+
4754
* Mon Aug 9 2010 David Sommerseth <[email protected]> - 0.5-1
4855
- Fixed double free issue (commit c52ed2cbdc5b851ebc7b)
4956

0 commit comments

Comments
 (0)