File: NEWS

package info (click to toggle)
ntrack 008-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,960 kB
  • ctags: 349
  • sloc: sh: 10,127; ansic: 1,682; makefile: 366; cpp: 122; python: 11
file content (172 lines) | stat: -rw-r--r-- 5,807 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
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.