Skip to content

Commit c73c9d3

Browse files
committed
Drop releases from CHANGES.rst
Also drop release announcement from the changelog of 0.12.
1 parent 454368e commit c73c9d3

File tree

1 file changed

+24
-44
lines changed

1 file changed

+24
-44
lines changed

CHANGES.rst

Lines changed: 24 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,46 @@
11
Changelog
22
=========
33

4-
0.12-1
5-
------
4+
0.12
5+
----
66
Tue Mar 21 2017 Charalampos Stratakis <cstratak@redhat.com>
77

8-
- Release 0.12
98
- First attempt at python3 support
109

11-
0.11-1
12-
------
10+
0.11
11+
----
1312
Thu May 8 2014 David Sommerseth <davids@redhat.com>
1413

1514
- Improved error handling several places
1615
- Ensure that we get a valid libnl NETLINK connection when connecting
1716
- URL updates to SPEC file
1817

19-
0.10-1
20-
------
18+
0.10
19+
----
2120
Fri Jan 10 2014 David Sommerseth <davids@redhat.com>
2221

2322
- Not really a full release, but a preliminary release to get more wide testing
2423
- FSF Copyright updates
2524
- Build fixes
2625
- Mostly code cleanup
2726

28-
0.9-1
29-
-----
27+
0.9
28+
---
3029
Wed Dec 11 2013 David Sommerseth <davids@redhat.com>
3130

3231
- Fixed get_active_devices() for IPv6 only interfaces
3332
- Moved from libnl1 to libnl3
3433
- Refactor PyNetlink*Address implementation
3534

36-
0.8-1
37-
-----
35+
0.8
36+
---
3837
Tue Feb 19 2013 David Malcolm <dmalcolm@redhat.com>
3938

4039
- Enable IPv6 in pifethtool example
4140
- Code cleanup, fixing buffer overflows, memory leaks, etc
4241

43-
0.7-1
44-
-----
42+
0.7
43+
---
4544
Mon Apr 11 2011 David Sommerseth <davids@redhat.com>
4645

4746
- Fixed several memory leaks (commit aa2c20e697af, abc7f912f66d)
@@ -51,8 +50,8 @@ Mon Apr 11 2011 David Sommerseth <davids@redhat.com>
5150
- Added man page for pifconfig and pethtool (commit 9f0d17aa532, rhbz#638475)
5251
- Force NETLINK socket to close on fork() using FD_CLOEXEC (commit 1680cbeb40e)
5352

54-
0.6-1
55-
-----
53+
0.6
54+
---
5655
Wed Jan 19 2011 David Sommerseth <davids@redhat.com>
5756

5857
- Don't segfault if we don't receive any address from rtnl_link_get_addr()
@@ -61,57 +60,38 @@ Wed Jan 19 2011 David Sommerseth <davids@redhat.com>
6160
- Avoid duplicating IPv6 address information
6261
- import sys module in setup.py (Miroslav Suchy)
6362

64-
0.5-1
65-
-----
63+
0.5
64+
---
6665
Mon Aug 9 2010 David Sommerseth <davids@redhat.com>
6766

6867
- Fixed double free issue (commit c52ed2cbdc5b851ebc7b)
6968

70-
0.4-1
71-
-----
69+
0.4
70+
---
7271
Wed Apr 28 2010 David Sommerseth <davids@redhat.com>
7372

7473
- David Sommerseth is now taking over the maintenance of python-ethtool
7574
- New URLs for upstream source code
7675
- Added new API: ethtool.get_interfaces_info() - returns list of etherinfo objects
7776
- Added support retrieving for IPv6 address, using etherinfo::get_ipv6_addresses()
7877

79-
0.3-2
80-
-----
81-
Fri Sep 5 2008 Arnaldo Carvalho de Melo <acme@redhat.com>
82-
83-
- Rewrote build and install sections as part of the fedora review process
84-
BZ #459549
85-
86-
0.3-1
87-
-----
78+
0.3
79+
---
8880
Tue Aug 26 2008 Arnaldo Carvalho de Melo <acme@redhat.com>
8981

9082
- Add get_flags method from the first python-ethtool contributor, yay
9183
- Add pifconfig command, that mimics the ifconfig tool using the
9284
bindings available
9385

94-
0.2-1
95-
-----
86+
0.2
87+
---
9688
Wed Aug 20 2008 Arnaldo Carvalho de Melo <acme@redhat.com>
9789

9890
- Expand description and summary fields, as part of the fedora
9991
review process.
10092

101-
0.1-3
102-
-----
103-
Tue Jun 10 2008 Arnaldo Carvalho de Melo <acme@redhat.com>
104-
105-
- add dist to the release tag
106-
107-
0.1-2
108-
-----
109-
Tue Dec 18 2007 Arnaldo Carvalho de Melo <acme@redhat.com>
110-
111-
- First build into MRG repo
112-
113-
0.1-1
114-
-----
93+
0.1
94+
---
11595
Tue Dec 18 2007 Arnaldo Carvalho de Melo <acme@redhat.com>
11696

11797
- Get ethtool code from rhpl 0.212

0 commit comments

Comments
 (0)