File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 0.14
5+ ----
6+ Wed Sep 12 2018 Miro Hrončok <mhroncok@redhat.com>
7+
8+ - Declared project as bugfix only from now on
9+ - Support Python 3.7
10+ - Fix important issues reported by static analysis
11+ - Fix installation on non-UTF-8 locales on Python 3.5 and 3.6
12+ - Added set_gso(), get_gro() and set_gro() functions
13+ - Added installation instructions
14+
4150.13
516----
617Tue Jun 13 2017 Miro Hrončok <mhroncok@redhat.com>
Original file line number Diff line number Diff line change 1212except ImportError :
1313 import subprocess as commands
1414
15- version = '0.13 '
15+ version = '0.14 '
1616
1717
1818class PkgConfigExtension (Extension ):
@@ -114,6 +114,7 @@ def libraries(self, value):
114114 keywords = 'network networking ethernet tool ethtool' ,
115115
116116 classifiers = [
117+ 'Development Status :: 7 - Inactive' ,
117118 'Intended Audience :: Developers' ,
118119 'Intended Audience :: System Administrators' ,
119120 'Operating System :: POSIX :: Linux' ,
You can’t perform that action at this time.
0 commit comments