release the forked 0.4 version
This commit is contained in:
parent
d379e7a57f
commit
3b62cd55ad
|
@ -1,3 +1,6 @@
|
|||
v0.4, 24 Dec 2012
|
||||
Add set_payload.
|
||||
|
||||
v0.2, 13 May 2011
|
||||
Rename NetfilterQueue to QueueHandler.
|
||||
Add API section to README.rst.
|
||||
|
|
701
netfilterqueue.c
701
netfilterqueue.c
File diff suppressed because it is too large
Load Diff
|
@ -5,8 +5,7 @@ function.
|
|||
Copyright: (c) 2011, Kerkhoff Technologies Inc.
|
||||
License: MIT; see LICENSE.txt
|
||||
"""
|
||||
from libc.string cimport strlen
|
||||
VERSION = (0, 3, 0)
|
||||
VERSION = (0, 4, 0)
|
||||
|
||||
# Constants for module users
|
||||
COPY_NONE = 1
|
||||
|
|
Loading…
Reference in New Issue