From 3f347fe49022ada1e0b173c2b296989878f7faf3 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Tue, 12 Apr 2011 16:39:14 +0200 Subject: [PATCH] Updated to python-ethtool-0.7 --- .gitignore | 1 + python-ethtool.spec | 12 ++++++++++-- sources | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a8e0f7c..503c1d3 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-ethtool.spec b/python-ethtool.spec index 6408a60..afe7b67 100644 --- a/python-ethtool.spec +++ b/python-ethtool.spec @@ -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 - 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 - 0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index d787c85..7f6a570 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3ec8b58d6af88a6dd099e55074b07f7e python-ethtool-0.6.tar.bz2 +2d13e2412948344b8375f5af4ced1c20 python-ethtool-0.7.tar.bz2