libnfnetlink release 0.0.38

Pablo Neira Ayuso <[email protected]> Sat, 31 May 2008 18:29:54 +0200
Newsgroups gmane.comp.security.firewalls.netfilter.announce
Message-ID <48417D02.8050907__11141.1665719517$1212266892$gmane$org@netfilter.org>
Hi!

The netfilter project proudly presents libnfnetlink 0.0.38. This release
includes minor bugfixes and updates. Changelog is attached.

libnfnetlink is the low-level library for netfilter related
kernel/userspace communication. It provides a generic messaging
infrastructure for in-kernel netfilter subsystems (such as
nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
respective users and/or management tools in userspace.

This library requires a linux kernel >= 2.6.18.

You can download it from:

http://www.netfilter.org/projects/libnfnetlink/downloads.html

Pablo (on behalf of the Netfilter Project)

-- 
"Los honestos son inadaptados sociales" -- Les Luthiers
Changelog (text/plain, 456 B)
Jan Engelhardt (1):
      The second, deprecated, form of `AM_INIT_AUTOMAKE' has two required

Pablo Neira Ayuso (5):
      recover the nested bit as now it is fully supported in kernel space.
      major cleanup of index2name infrastructure: use linux list (and fix leak in the nlif_close path)
      update include files
      fix warning, getsockname takes a socklen_t as third parameter
      add conditional defition of NLA_F_NESTED for old includes