Skip to content

Commit

Permalink
Version bump - python-ethtool v0.6
Browse files Browse the repository at this point in the history
Signed-off-by: David Sommerseth <[email protected]>
  • Loading branch information
David Sommerseth committed Jan 19, 2011
1 parent a01edbc commit 08133e0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion rpm/SPECS/python-ethtool.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

%changelog
* Wed Jan 19 2011 David Sommerseth <[email protected]> - 0.6-1
- Don't segfault if we don't receive any address from rtnl_link_get_addr()
- Remove errornous file from MANIFEST
- Added ethtool.version string constant
- Avoid duplicating IPv6 address information
- import sys module in setup.py (Miroslav Suchy)

* Mon Aug 9 2010 David Sommerseth <[email protected]> - 0.5-1
- Fixed double free issue (commit c52ed2cbdc5b851ebc7b)

Expand Down

0 comments on commit 08133e0

Please sign in to comment.