I released libnl 0.5.0 today introducing address, routing,
and routing rules support, various cleanups, more callbacks
to customize message parsers, support for non-blocking
sockets and a complete API reference in HTML and PostScript.
About 70% of the features have been implemented of what
I would call the basics needed for a feature freeze
to let things stabilize for a 1.0 version.
http://people.suug.ch/~tgr/libnl/
http://people.suug.ch/~tgr/libnl/files/libnl-0.5.0.tar.gz
Summary of Changes from 0.4.4 to 0.5.0
================================================
Thomas Graf <tgraf@xxxxxxx>
o API documentation
o nl_cache_filter to manually filter on a object
o partial routing support
o routing rules support
o Propely set address family when setting addresses
o debug flag and some rare messages, more to come
o make error mesage verboseness configureable
o tc fixes to wait for ack
o cleanup and adaption of address code to latest internal API
o various cleanups
o dozens of API breakages (better now than later)
Daniel Hottinger <hotti@xxxxxxxx>
o arch 64bit printf length modifier fixes
Baruch Even <baruch@xxxxxxxxx>,
Mediatrix Telecom, inc. <ericb@xxxxxxxxxxxxx>
o address support
|