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 db750b7 commit 3fa8a38Copy full SHA for 3fa8a38
CHANGES.txt
@@ -1,3 +1,6 @@
1
+v0.8.1 30 Jan 2017
2
+ Fix bug #25- crashing when used in OUTPUT or POSTROUTING chains
3
+
4
v0.8, 15 Dec 2016
5
Add get_hw()
6
Fix byte order bug in set_mark
setup.py
@@ -1,6 +1,6 @@
from distutils.core import setup, Extension
-VERSION = "0.8.1" # Remember to change netfilterqueue.pyx when version changes.
+VERSION = "0.8.1" # Remember to change CHANGES.txt and netfilterqueue.pyx when version changes.
try:
# Use Cython
0 commit comments