|
1 | | -* Tue Mar 21 2017 Charalampos Stratakis <cstratak@redhat.com> - 0.12-1 |
| 1 | +Changelog |
| 2 | +========= |
| 3 | + |
| 4 | +0.12-1 |
| 5 | +------ |
| 6 | +Tue Mar 21 2017 Charalampos Stratakis <cstratak@redhat.com> |
| 7 | + |
2 | 8 | - Release 0.12 |
3 | 9 | - First attempt at python3 support |
4 | 10 |
|
5 | | -* Thu May 8 2014 David Sommerseth <davids@redhat.com> - 0.11-1 |
| 11 | +0.11-1 |
| 12 | +------ |
| 13 | +Thu May 8 2014 David Sommerseth <davids@redhat.com> |
| 14 | + |
6 | 15 | - Improved error handling several places |
7 | 16 | - Ensure that we get a valid libnl NETLINK connection when connecting |
8 | 17 | - URL updates to SPEC file |
9 | 18 |
|
10 | | -* Fri Jan 10 2014 David Sommerseth <davids@redhat.com> - 0.10-1 |
| 19 | +0.10-1 |
| 20 | +------ |
| 21 | +Fri Jan 10 2014 David Sommerseth <davids@redhat.com> |
| 22 | + |
11 | 23 | - Not really a full release, but a preliminary release to get more wide testing |
12 | 24 | - FSF Copyright updates |
13 | 25 | - Build fixes |
14 | 26 | - Mostly code cleanup |
15 | 27 |
|
16 | | -* Wed Dec 11 2013 David Sommerseth <davids@redhat.com> - 0.9-1 |
| 28 | +0.9-1 |
| 29 | +----- |
| 30 | +Wed Dec 11 2013 David Sommerseth <davids@redhat.com> |
| 31 | + |
17 | 32 | - Fixed get_active_devices() for IPv6 only interfaces |
18 | 33 | - Moved from libnl1 to libnl3 |
19 | 34 | - Refactor PyNetlink*Address implementation |
20 | 35 |
|
21 | | -* Tue Feb 19 2013 David Malcolm <dmalcolm@redhat.com> - 0.8-1 |
| 36 | +0.8-1 |
| 37 | +----- |
| 38 | +Tue Feb 19 2013 David Malcolm <dmalcolm@redhat.com> |
| 39 | + |
22 | 40 | - Enable IPv6 in pifethtool example |
23 | 41 | - Code cleanup, fixing buffer overflows, memory leaks, etc |
24 | 42 |
|
25 | | -* Mon Apr 11 2011 David Sommerseth <davids@redhat.com> - 0.7-1 |
| 43 | +0.7-1 |
| 44 | +----- |
| 45 | +Mon Apr 11 2011 David Sommerseth <davids@redhat.com> |
| 46 | + |
26 | 47 | - Fixed several memory leaks (commit aa2c20e697af, abc7f912f66d) |
27 | 48 | - Improved error checking towards NULL values(commit 4e928d62a8e3) |
28 | 49 | - Fixed typo in pethtool --help (commit 710766dc722) |
29 | 50 | - Only open a NETLINK connection when needed (commit 508ffffbb3c) |
30 | 51 | - Added man page for pifconfig and pethtool (commit 9f0d17aa532, rhbz#638475) |
31 | 52 | - Force NETLINK socket to close on fork() using FD_CLOEXEC (commit 1680cbeb40e) |
32 | 53 |
|
33 | | -* Wed Jan 19 2011 David Sommerseth <davids@redhat.com> - 0.6-1 |
| 54 | +0.6-1 |
| 55 | +----- |
| 56 | +Wed Jan 19 2011 David Sommerseth <davids@redhat.com> |
| 57 | + |
34 | 58 | - Don't segfault if we don't receive any address from rtnl_link_get_addr() |
35 | 59 | - Remove errornous file from MANIFEST |
36 | 60 | - Added ethtool.version string constant |
37 | 61 | - Avoid duplicating IPv6 address information |
38 | 62 | - import sys module in setup.py (Miroslav Suchy) |
39 | 63 |
|
40 | | -* Mon Aug 9 2010 David Sommerseth <davids@redhat.com> - 0.5-1 |
| 64 | +0.5-1 |
| 65 | +----- |
| 66 | +Mon Aug 9 2010 David Sommerseth <davids@redhat.com> |
| 67 | + |
41 | 68 | - Fixed double free issue (commit c52ed2cbdc5b851ebc7b) |
42 | 69 |
|
43 | | -* Wed Apr 28 2010 David Sommerseth <davids@redhat.com> - 0.4-1 |
| 70 | +0.4-1 |
| 71 | +----- |
| 72 | +Wed Apr 28 2010 David Sommerseth <davids@redhat.com> |
| 73 | + |
44 | 74 | - David Sommerseth is now taking over the maintenance of python-ethtool |
45 | 75 | - New URLs for upstream source code |
46 | 76 | - Added new API: ethtool.get_interfaces_info() - returns list of etherinfo objects |
47 | 77 | - Added support retrieving for IPv6 address, using etherinfo::get_ipv6_addresses() |
48 | 78 |
|
49 | | -* Fri Sep 5 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.3-2 |
| 79 | +0.3-2 |
| 80 | +----- |
| 81 | +Fri Sep 5 2008 Arnaldo Carvalho de Melo <acme@redhat.com> |
| 82 | + |
50 | 83 | - Rewrote build and install sections as part of the fedora review process |
51 | 84 | BZ #459549 |
52 | 85 |
|
53 | | -* Tue Aug 26 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.3-1 |
| 86 | +0.3-1 |
| 87 | +----- |
| 88 | +Tue Aug 26 2008 Arnaldo Carvalho de Melo <acme@redhat.com> |
| 89 | + |
54 | 90 | - Add get_flags method from the first python-ethtool contributor, yay |
55 | 91 | - Add pifconfig command, that mimics the ifconfig tool using the |
56 | 92 | bindings available |
57 | 93 |
|
58 | | -* Wed Aug 20 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.2-1 |
| 94 | +0.2-1 |
| 95 | +----- |
| 96 | +Wed Aug 20 2008 Arnaldo Carvalho de Melo <acme@redhat.com> |
| 97 | + |
59 | 98 | - Expand description and summary fields, as part of the fedora |
60 | 99 | review process. |
61 | 100 |
|
62 | | -* Tue Jun 10 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.1-3 |
| 101 | +0.1-3 |
| 102 | +----- |
| 103 | +Tue Jun 10 2008 Arnaldo Carvalho de Melo <acme@redhat.com> |
| 104 | + |
63 | 105 | - add dist to the release tag |
64 | 106 |
|
65 | | -* Tue Dec 18 2007 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.1-2 |
| 107 | +0.1-2 |
| 108 | +----- |
| 109 | +Tue Dec 18 2007 Arnaldo Carvalho de Melo <acme@redhat.com> |
| 110 | + |
66 | 111 | - First build into MRG repo |
67 | 112 |
|
68 | | -* Tue Dec 18 2007 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.1-1 |
| 113 | +0.1-1 |
| 114 | +----- |
| 115 | +Tue Dec 18 2007 Arnaldo Carvalho de Melo <acme@redhat.com> |
| 116 | + |
69 | 117 | - Get ethtool code from rhpl 0.212 |
0 commit comments