Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfox committed Jan 31, 2017
1 parent db750b7 commit 3fa8a38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3fa8a38

Please sign in to comment.