summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2011-01-19 16:53:19 +0100
committerDavid Sommerseth <davids@redhat.com>2011-01-19 16:53:19 +0100
commit08133e0736fd04a33ce66564b0c95018497e0a35 (patch)
tree370dc761ad24c4c741b1fae38fed78fb0702398d
parenta01edbcc4148c191ac22a76a858d9dff674a0f74 (diff)
downloadpython-ethtool-08133e0736fd04a33ce66564b0c95018497e0a35.tar.gz
python-ethtool-08133e0736fd04a33ce66564b0c95018497e0a35.tar.xz
python-ethtool-08133e0736fd04a33ce66564b0c95018497e0a35.zip
Version bump - python-ethtool v0.6v0.6
Signed-off-by: David Sommerseth <davids@redhat.com>
-rw-r--r--rpm/SPECS/python-ethtool.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/rpm/SPECS/python-ethtool.spec b/rpm/SPECS/python-ethtool.spec
index 76a4dfe..1e19658 100644
--- a/rpm/SPECS/python-ethtool.spec
+++ b/rpm/SPECS/python-ethtool.spec
@@ -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
@@ -44,6 +44,13 @@ rm -rf %{buildroot}
%endif
%changelog
+* Wed Jan 19 2011 David Sommerseth <dazo@users.sourceforge.net> - 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 <davids@redhat.com> - 0.5-1
- Fixed double free issue (commit c52ed2cbdc5b851ebc7b)