Skip to content

Commit 9afa683

Browse files
author
David Sommerseth
committed
New release: v0.11
Also updated missing %changelog entries and fixed minor stuff there. Signed-off-by: David Sommerseth <[email protected]>
1 parent 4790675 commit 9afa683

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

rpm/SPECS/python-ethtool.spec

+22-2
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.10
6+
Version: 0.11
77
Release: 1%{?dist}
88
URL: https://fedorahosted.org/python-ethtool/
99
Source: https://fedorahosted.org/releases/p/y/python-ethtool/python-ethtool-%{version}.tar.bz2
@@ -49,6 +49,26 @@ rm -rf %{buildroot}
4949
%endif
5050

5151
%changelog
52+
* Thu May 8 2014 David Sommerseth <[email protected]> - 0.11-1
53+
- Improved error handling several places
54+
- Ensure that we get a valid libnl NETLINK connection when connecting
55+
- URL updates to SPEC file
56+
57+
* Fri Jan 10 2014 David Sommerseth <[email protected]> - 0.10-1
58+
- Not really a full release, but a preliminary release to get more wide testing
59+
- FSF Copyright updates
60+
- Build fixes
61+
- Mostly code cleanup
62+
63+
* Wed Dec 11 2013 David Sommerseth <[email protected]> - 0.9-1
64+
- Fixed get_active_devices() for IPv6 only interfaces
65+
- Moved from libnl1 to libnl3
66+
- Refactor PyNetlink*Address implementation
67+
68+
* Tue Feb 19 2013 David Malcolm <[email protected]> - 0.8-1
69+
- Enable IPv6 in pifethtool example
70+
- Code cleanup, fixing buffer overflows, memory leaks, etc
71+
5272
* Mon Apr 11 2011 David Sommerseth <[email protected]> - 0.7-1
5373
- Fixed several memory leaks (commit aa2c20e697af, abc7f912f66d)
5474
- Improved error checking towards NULL values(commit 4e928d62a8e3)
@@ -57,7 +77,7 @@ rm -rf %{buildroot}
5777
- Added man page for pifconfig and pethtool (commit 9f0d17aa532, rhbz#638475)
5878
- Force NETLINK socket to close on fork() using FD_CLOEXEC (commit 1680cbeb40e)
5979

60-
* Wed Jan 19 2011 David Sommerseth <[email protected]> - 0.6-1
80+
* Wed Jan 19 2011 David Sommerseth <[email protected]> - 0.6-1
6181
- Don't segfault if we don't receive any address from rtnl_link_get_addr()
6282
- Remove errornous file from MANIFEST
6383
- Added ethtool.version string constant

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import commands
55
import sys
66

7-
version = '0.10'
7+
version = '0.11'
88

99
def pkgconfig(pkg):
1010
def _str2list(pkgstr, onlystr):

0 commit comments

Comments
 (0)