Updated to python-ethtool-0.7

This commit is contained in:
David Sommerseth 2011-04-12 16:39:14 +02:00
parent d4965c0e46
commit 3f347fe490
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ python-ethtool-0.3.tar.bz2
python-ethtool-0.4.tar.bz2
python-ethtool-0.5.tar.bz2
/python-ethtool-0.6.tar.bz2
/python-ethtool-0.7.tar.bz2

View File

@ -3,8 +3,8 @@
Summary: Ethernet settings python bindings
Name: python-ethtool
Version: 0.6
Release: 2%{?dist}
Version: 0.7
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
License: GPLv2
@ -47,6 +47,14 @@ rm -rf %{buildroot}
%endif
%changelog
* Mon Apr 11 2011 David Sommerseth <davids@redhat.com> - 0.7-1
- Fixed several memory leaks (commit aa2c20e697af, abc7f912f66d)
- Improved error checking towards NULL values(commit 4e928d62a8e3)
- Fixed typo in pethtool --help (commit 710766dc722)
- Only open a NETLINK connection when needed (commit 508ffffbb3c)
- Added man page for pifconfig and pethtool (commit 9f0d17aa532, rhbz#638475)
- Force NETLINK socket to close on fork() using FD_CLOEXEC (commit 1680cbeb40e)
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
3ec8b58d6af88a6dd099e55074b07f7e python-ethtool-0.6.tar.bz2
2d13e2412948344b8375f5af4ced1c20 python-ethtool-0.7.tar.bz2