1
2zeroconf-0.9:
3	correctly handled address conflicts and don't loop indefinately
4	in ADDR_FINAL (thanks to Claus Klein)
5
6	correctly test for ARP conflicts (thanks to Claus Klein)
7
8	if the interface disappears, so do we
9
10	if an interface with the same name (but new number) appears, use the
11	new number
12
13	only send probes when changes on our interface occur not for changes
14	on any interface
15
16	if another zeroconf instance is started on our interface (or the admin
17	assign an address manually) exit
18
19	close unnecessary file descriptors (we were holding /dev open for
20	example)
21
22	Add a manual page (Thanks for thijs Kinkhorst)
23
24zeroconf-0.8:
25	complete rewrite to speak netlink natively
26