We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47e8cd commit da4ce18Copy full SHA for da4ce18
CHANGES.rst
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+0.15
5
+----
6
+Thu Jul 29 2021 Lumír Balhar <lbalhar@redhat.com>
7
+
8
+- Tests are now skipped for wireguard devices
9
+- pifconfig is now able to show more than one IPv4 address per interface
10
+- pifconfig supports interfaces with no IPv4 address
11
12
0.14
13
----
14
Wed Sep 12 2018 Miro Hrončok <mhroncok@redhat.com>
setup.py
@@ -12,7 +12,7 @@
except ImportError:
import subprocess as commands
15
-version = '0.14'
+version = '0.15'
16
17
18
class PkgConfigExtension(Extension):
0 commit comments