Update CHANGES

This commit is contained in:
Matt Fox 2017-01-30 23:44:23 -08:00
parent db750b7212
commit 3fa8a3860b
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
v0.8.1 30 Jan 2017
Fix bug #25- crashing when used in OUTPUT or POSTROUTING chains
v0.8, 15 Dec 2016
Add get_hw()
Fix byte order bug in set_mark

View File

@ -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