2011-04-03 Alexander Sack <email address hidden>
Release 014
2011-04-03 Alexander Sack <email address hidden>
update NEWS for 014 release
2011-04-03 Alexander Sack <email address hidden>
license: fix copyright years to include 2010 for various files missed before
2011-04-03 Alexander Sack <email address hidden>
license: add license header to mtest-qmonitor.cpp
2011-04-03 Alexander Sack <email address hidden>
license: add license header to configure.ac
2011-04-03 Alexander Sack <email address hidden>
update copyright years to include 2011 for various files
2011-04-03 Alexander Sack <email address hidden>
qt4[test]: print human readable ntrack info to console in mtest-qmonitor
2011-04-03 Alexander Sack <email address hidden>
gobject[test]: print human readable ntrack info to console in mtest-gmonitor
2011-04-03 Alexander Sack <email address hidden>
glib[test]: print human readable ntrack info to console in mtest-gsource
2011-04-03 Alexander Sack <email address hidden>
common[test]: print human readable ntrack info to console in mtest-monitor
2011-04-03 Alexander Sack <email address hidden>
common: add human readable banner about ntrack version, author/copyright and backend to base API - lp:749608
2011-04-03 Alexander Sack <email address hidden>
common: make out of local static struct ftbl_initialized a global one
2011-04-03 Alexander Sack <email address hidden>
common: make global struct _ntrack_module module a static struct
2011-04-03 Alexander Sack <email address hidden>
build: add AC_DEFINEs for AUTHOR, COPYRIGHT and LICENSE
* AUTHOR: Alexander Sack <email address hidden>
* COPYRIGHT: Copyright (C) 2009-2011
* LICENSE: GPLv3+ or LGPLv3+
2011-04-03 Alexander Sack <email address hidden>
common: update module location field with filepath and stop echoing backend path to console
2011-04-03 Alexander Sack <email address hidden>
common: add location field to ntrackarchapi's _ntrack_module_info struct
2011-04-03 Alexander Sack <email address hidden>
common: add struct _ntrack_module_info as parent struct of _ntrack_module with name and longname fields
2011-04-03 Alexander Sack <email address hidden>
modules: use discrete module name and longname for libnl1, libnl2, libnl3 backends
2011-04-03 Alexander Sack <email address hidden>
common: new built-in noop monitor fallback backend - lp:748988
* gracefully handles deployments where no usable backend module is available
2011-04-03 Alexander Sack <email address hidden>
add support for libnl-3.0 - lp:743879
+ merged branch lp:~asac/ntrack/lp743879
+ Thanks to Arkadiusz MiĆkiewicz for the prototype patch
2011-04-03 Alexander Sack <email address hidden>
build: add support for building HAVE_LIBNL3 to configure.ac and Makefile.am - lp:743879
2011-04-03 Alexander Sack <email address hidden>
modules: add support for building HAVE_LIBNL3 to code - lp:743879
2011-04-03 Alexander Sack <email address hidden>
modules: make it less painful to maintain more libnl version variants by using '#elif defined'
2011-04-03 Alexander Sack <email address hidden>
build: make it easier to add support of more libnl versions to modules/Makefile.am
2011-04-03 Alexander Sack <email address hidden>
common: improve logging of module loading; print full path of used modules
2011-04-03 Alexander Sack <email address hidden>
merge::build: improve H2DEF detect; recognize .pyc and .py extensions - lp:743881
+ merged branch lp:~asac/ntrack/lp743881
+ reported by arekm as needed for http://www.pld-linux.org
2011-03-28 Alexander Sack <email address hidden>
build: improve H2DEF detect; recognize .pyc and .py extensions - lp:743881
2011-03-27 Alexander Sack <email address hidden>
start ntrack 014 development