release the forked 0.4 version

This commit is contained in:
Fen Qin 2012-12-24 11:24:23 +08:00
parent d379e7a57f
commit 3b62cd55ad
4 changed files with 354 additions and 355 deletions

View File

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

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -1,6 +1,6 @@
from distutils.core import setup, Extension
VERSION = "0.3" # Remember to change README.rst when version changes.
VERSION = "0.4" # Remember to change README.rst when version changes.
try:
# Use Cython