Skip to content

Commit ed60f73

Browse files
committed
Reformat CHANGES.rst
1 parent d0ac6e2 commit ed60f73

File tree

1 file changed

+63
-15
lines changed

1 file changed

+63
-15
lines changed
Lines changed: 63 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,117 @@
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+
28
- Release 0.12
39
- First attempt at python3 support
410

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+
615
- Improved error handling several places
716
- Ensure that we get a valid libnl NETLINK connection when connecting
817
- URL updates to SPEC file
918

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+
1123
- Not really a full release, but a preliminary release to get more wide testing
1224
- FSF Copyright updates
1325
- Build fixes
1426
- Mostly code cleanup
1527

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+
1732
- Fixed get_active_devices() for IPv6 only interfaces
1833
- Moved from libnl1 to libnl3
1934
- Refactor PyNetlink*Address implementation
2035

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+
2240
- Enable IPv6 in pifethtool example
2341
- Code cleanup, fixing buffer overflows, memory leaks, etc
2442

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+
2647
- Fixed several memory leaks (commit aa2c20e697af, abc7f912f66d)
2748
- Improved error checking towards NULL values(commit 4e928d62a8e3)
2849
- Fixed typo in pethtool --help (commit 710766dc722)
2950
- Only open a NETLINK connection when needed (commit 508ffffbb3c)
3051
- Added man page for pifconfig and pethtool (commit 9f0d17aa532, rhbz#638475)
3152
- Force NETLINK socket to close on fork() using FD_CLOEXEC (commit 1680cbeb40e)
3253

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+
3458
- Don't segfault if we don't receive any address from rtnl_link_get_addr()
3559
- Remove errornous file from MANIFEST
3660
- Added ethtool.version string constant
3761
- Avoid duplicating IPv6 address information
3862
- import sys module in setup.py (Miroslav Suchy)
3963

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+
4168
- Fixed double free issue (commit c52ed2cbdc5b851ebc7b)
4269

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+
4474
- David Sommerseth is now taking over the maintenance of python-ethtool
4575
- New URLs for upstream source code
4676
- Added new API: ethtool.get_interfaces_info() - returns list of etherinfo objects
4777
- Added support retrieving for IPv6 address, using etherinfo::get_ipv6_addresses()
4878

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+
5083
- Rewrote build and install sections as part of the fedora review process
5184
BZ #459549
5285

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+
5490
- Add get_flags method from the first python-ethtool contributor, yay
5591
- Add pifconfig command, that mimics the ifconfig tool using the
5692
bindings available
5793

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+
5998
- Expand description and summary fields, as part of the fedora
6099
review process.
61100

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+
63105
- add dist to the release tag
64106

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+
66111
- First build into MRG repo
67112

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+
69117
- Get ethtool code from rhpl 0.212

0 commit comments

Comments
 (0)