2010-12-23  Alexander Sack  <asac@jwsdot.com>

	ntrack version 011 released!

	Homepage: https://launchpad.net/ntrack
	Release: https://launchpad.net/ntrack/main/011
	Download: http://launchpad.net/ntrack/main/011/+download/ntrack-011.tar.gz
	TODO: https://bugs.launchpad.net/ntrack

	This release focusses on making ntrack build with old toolchain and autotools
	from hardy. Various changes were needed to get it build there. Side product of this
	is that we wrapped a new option -enable-developer-build into this build. Using this
	option will tell configure that this is a developer build and that the module loader
	should consider typical source tree directories when looking for loadable backend
	modules. Please ensure you don't keep this option around for production builds.

	Fixed Bugs:
	 * lp:693215 - Makefile.am files are not automake 1.7 friendly in ntrack 010
	 * lp:693214 - various hardy build problems caused by code + triggering
	               warnings for gcc 4.2
	 * lp:693500 - autogen.sh and make distcheck broken for hardy

	Known Issues:
	 * no Qt python wrappers yet - lp:505672

2010-12-21  Alexander Sack  <asac@jwsdot.com>

	ntrack version 010 released!

	Homepage: https://launchpad.net/ntrack
	Release: https://launchpad.net/ntrack/main/010
	Download: http://launchpad.net/ntrack/main/010/+download/ntrack-010.tar.gz
	TODO: https://bugs.launchpad.net/ntrack

	This release adds support for libnl-2.0 and introduces a runtime loadable
	modules API for implementing ntrack backends. This lead to a few code cleanups
	and refactoring. API is not considered stable enough to export as a public API.
	But build/code wise this is already prepared; once the API can be frozen
	backends can be contributed from outside of ntrack.

	Fixed Bugs:
	* lp:661769 - building in a build/ directory fails to find pyntrack-gmonitor.override 
	* lp:686554 - change from deprecated libnl-1 to libnl-2
	* lp:692703 - mtest-gmonitor.py segfauls in latest lp:ntrack revno. 235
	* lp:692245 - add support for pluggable backends

	Known Issues:
	 * no Qt python wrappers yet - lp:505672

2010-10-10  Alexander Sack  <asac@jwsdot.com>

	ntrack version 009 released!

	Homepage: https://launchpad.net/ntrack
	Release: https://launchpad.net/ntrack/main/009
	Download: http://launchpad.net/ntrack/main/009/+download/ntrack-009.tar.gz
	TODO: https://bugs.launchpad.net/ntrack

	This release fixes a couple of bugs reported by distros and implements
	proper resource management for releasing monitors for all toolkit
	bindings.

	Fixed Bugs:
	* lp:594794 - ntracklist.h is missing NTRACK_END_DECLS
	* lp:612868 - add ability to release/free monitor resources to
	              common/glib/gobject api
	* lp:653882 - Please avoid Debianism/Ubuntism in build system (moc-qt4)
	* lp:654221 - support explict enable and disable of ntrack bindings

	Known Issues:
	 * no Qt python wrappers yet - lp:505672

2010-07-28  Alexander Sack  <asac@jwsdot.com>

	ntrack version 008 released!

	Homepage: https://launchpad.net/ntrack
	Release: https://launchpad.net/ntrack/main/008
	Download: http://launchpad.net/ntrack/main/008/+download/ntrack-008.tar.gz
	TODO: https://bugs.launchpad.net/ntrack

	This release fixes a warning about unused parameter in Qt API and
	adds header guards to QNtrack.h

	Known Issues:
	 * no Qt python wrappers yet - lp:505672

2010-04-15  Alexander Sack  <asac@jwsdot.com>

	ntrack version 007 released!

	Homepage: https://launchpad.net/ntrack
	Release: https://launchpad.net/ntrack/main/007
	Download: http://launchpad.net/ntrack/main/007/+download/ntrack-007.tar.gz
	TODO: https://bugs.launchpad.net/ntrack

	This release release fixes the linkage of glib and gobject binding and
	ensures that libnl headers are installed at build time

	Known Issues:
	 * no Qt python wrappers yet - lp:505672

2010-02-21  Alexander Sack  <asac@jwsdot.com>

	ntrack version 006 released!

	Homepage: https://launchpad.net/ntrack
	Release: https://launchpad.net/ntrack/main/006
	Download: http://launchpad.net/ntrack/main/006/+download/ntrack-006.tar.gz
	TODO: https://bugs.launchpad.net/ntrack

	This is a regression fix release; in 005 ntrackbase.h was not installed.

	Known Issues:
	 * no Qt python wrappers yet - lp:505672

2010-02-21  Alexander Sack  <asac@jwsdot.com>

	ntrack version 005 released!

	Homepage: https://launchpad.net/ntrack
	Release: https://launchpad.net/ntrack/main/005
	Download: http://launchpad.net/ntrack/main/005/+download/ntrack-005.tar.gz
	TODO: https://bugs.launchpad.net/ntrack

	New Stuff:
	 * common: ntrack 005 also considers link status for online status
	 * common: add support for _foreach to ntracklist api
	 * qt4: change API: adhere best practices for qt class symbol names

	Fixed Bugs:
	 * lp:512094 - ntrack-libnl.c indicates ONLINE even if link is down

	Known Issues:
	 * no Qt python wrappers yet - lp:505672

2010-01-11  Alexander Sack  <asac@jwsdot.com>

	ntrack version 004 released!

	Homepage: https://launchpad.net/ntrack
	Release: https://launchpad.net/ntrack/main/004
	Download: http://launchpad.net/ntrack/main/004/+download/ntrack-004.tar.gz
	TODO: https://bugs.launchpad.net/ntrack

	New Stuff:
	 * make libntrack-qt4 library which ships a simple Qt4 wrapper for libntrack
	 * add "pyntrack" - a python binding for ntrack-gmonitor
	 * implement gobject API enums as GType's; this enables easy use in python
	 * move gobject/gtype API from libntrack-glib to it's own library
	   called "libtrack-gobject"
	 * pkg-config files available
	 * libntrack-glib SONAME bumped to libntrac-glib.so.2 after glib/gobject
	   library split
	 * add ntrack_util_* API with state and event to ascii inline funcs

	Fixed Bugs:
	 * gobject: add python gobject bindings
	   - lp:448404
	 * common: add ntrack_util_* API with state and event to ascii inline funcs
	   - lp:466777
	 * qt: first stab at qt API; implement QNtrack and add QNTrackListener
	   - lp:466779
	 * ship pkg-config (.pc) files for libntrack, libntrack-glib and libntrack-qt
	   - lp:454735

	Known Issues:
	 * API/ABI is approaching stability - but not yet.
	 * no Qt python wrappers yet - lp:505672

2009-10-25  Alexander Sack  <asac@jwsdot.com>

	ntrack version 003 released!

	Homepage: https://launchpad.net/ntrack
	Release: https://launchpad.net/ntrack/main/003
	Download: http://launchpad.net/ntrack/main/003/+download/ntrack-003.tar.gz
	TODO: https://bugs.launchpad.net/ntrack

	New Stuff:
	 * gobject API with state and event signals
	 * cleanup API; make symbol name scheme used consistent across the project
	 * make libntrack (common) a top level shared object
	 * use -version-info and .symbols file for libntrack.so and libntrack-glib.so
	   to track API/ABI

	Fixed Bugs:
	 * review and consolidate event/state constants used in the ntrack common
	   backend/glib/qt layers - lp:452229
	 * gobject: provide high level gobject wrapper around the ntrack
	   GSource - lp:448353
	 * get_state function reports UNKNOWN before processing first rtnetlink
	   event - lp:454885

	Known Issues:
	 * API/ABI cannot be considered stable yet
	 * qt bindings are only stubbed out - not working yet
	 * no pkg-config files available yet - lp:454735

2009-10-18  Alexander Sack  <asac@jwsdot.com>

	ntrack version 002 released!

	Homepage: https://launchpad.net/ntrack

	New Stuff:
	 * glib mainloop integration through a GSource for ntrack events
	 * working glib test for gsource that echoes state changes to stdout
	 * improved build-system with support for BSD-make
	 * libntrack.la is now a top level library installed in libdir

	Fixed Bugs:
	 * glib: implement a GSource wrapping NTrackMonitor API - lp:448350
	 * glib: lack of make check tests  - lp:448355
	 * common/glib: cache and export accessor to current NTrackMonitorState
	   in common and glib APIs - lp:448360

	Known Issues:
	 * API/ABI cannot be considered stable yet
	 * qt bindings are only stubbed out - not working yet
	 * gobject api still missing; only low level mainloop integration avail

2009-10-10  Alexander Sack  <asac@jwsdot.com>

	ntrack version 001 released; enjoy!

	Homepage: https://launchpad.net/ntrack

	Features:
	 * desktop/architecture independent common lib/API
	 * build time backend API provides hooks for OS-specific code
	 * working libnl backend implementation for Linux
	 * working mtest_monitor that echos net state changes on stdout

	Known Issues:
	 * API/ABI cannot be considered stable yet
	 * glib and qt bindings are only stubbed out - not working yet

2009-08-14  Alexander Sack  <asac@jwsdot.com>

	ntrack project (http://launchpad.net/ntrack) using LGPL v3 (or later)
        license. You can get the source of the main development branch by
        running: bzr branch lp:ntrack.

