| From: |
| Pablo Neira Ayuso <pablo@netfilter.org> |
| To: |
| netfilter-announce@lists.netfilter.org,
netfilter <netfilter@lists.netfilter.org>,
Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org> |
| Subject: |
| [ANNOUNCE] Release of libnfnetlink,
libnfnetlink_conntrack and libnetfilter_queue |
| Date: |
| Thu, 11 Jan 2007 01:58:59 +0100 |
| Cc: |
| lwn@lwn.net |
| Archive-link: |
| Article,
Thread
|
Hi!
The netfilter project proudly presents:
libnfnetlink-0.0.25
libnfnetlink_conntrack-0.0.50
libnetfilter_queue-0.0.13
libnfnetlink
is the low-level userspace library for nfnetlink based
communication between the kernel-side netfilter and the
userspace world.
libnfnetlink_conntrack
is the library for userspace access to the in-kernel connection
tracking table.
libnetfilter_queue
is the library to filter and mangle packets from userspace
You can download the three releases from
http://www.netfilter.org/projects/libnfnetlink/files/libn...
http://www.netfilter.org/projects/libnetfilter_conntrack/...
http://www.netfilter.org/projects/libnetfilter_queue/file...
Attached to this email the changelog. Upgrade is recommended.
Happy firewalling,
Pablo Neira Ayuso (for the Netfilter Project)
p.s: the signature verification can complain about the key expiration
date, sorry for that, we are still in the process of the renewal.
--
The dawn of the fourth age of Linux firewalling is coming; a time of
great struggle and heroic deeds -- J.Kadlecsik got inspired by J.Morris
libnfnetlink 0.0.25
======================================================================
Changes from 0.0.16:
- Add iterator API
[ Pablo Neira ]
- Add replacements for nfnl_listen and nfnl_talk
[ Pablo Neira ]
- Fix error handling
[ Pablo Neira ]
- Add assertions
[ Pablo Neira ]
- Add documentation
[ Pablo Neira ]
- Minor cleanups
[ Pablo Neira ]
- Initialize callback structure
[ Victor Stinner ]
libnetfilter_conntrack 0.0.50
======================================================================
Changes from 0.0.31:
- Introduce new API and documentation
[ Pablo Neira ]
- Fix minor nitpick in the XML output
[ Victor Stinner ]
- Minor fix in the counters parsing
[ Pablo Neira ]
- Implement getter for the ATTR_USE attribute
[ Victor Stinner ]
- ATTR_*_COUNTER_*, ATTR_USE and ATTR_ID are unsettable
[ Victor Stinner ]
libnetfilter_queue 0.0.13
======================================================================
Changes from 0.0.12:
- Set maximum queue length
[ Eric Leblond ]