From e0d7d87d0a583785385478617ff2ff4a34ba007e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 17 Dec 2004 01:20:43 +0000 Subject: * bump version number * update README * send mDNS queries on all local interfaces that support multicasts git-svn-id: file:///home/lennart/svn/public/nss-mdns/trunk@64 0ee8848e-81ea-0310-a63a-f631d1a40d77 --- doc/README.html.in | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'doc/README.html.in') diff --git a/doc/README.html.in b/doc/README.html.in index 532b508..c9d1493 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -42,6 +42,13 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

News

+
Mon Dec 17 2004:

Version 0.2 +released. Changes include: send mDNS queries on every interface that +supports multicasts, instead of only the one with the default route, +making nss-mdns more robust on multi-homed hosts; gcc 2.95 +compatiblity.

+
Mon Dec 6 2004:

Version 0.1 released

@@ -59,8 +66,8 @@ means that you have to run a mDNS responder daemon seperately from nss-mdns if you want to register the local host name via mDNS (e.g. HOWL).

-

nss-mdns is very lightweight (18 KByte stripped binary .so compiled with --DNDEBUG=1), has no dependencies besides the glibc and requires only minimal +

nss-mdns is very lightweight (22 KByte stripped binary .so compiled with +-DNDEBUG=1 on i386, gcc 3.3), has no dependencies besides the glibc and requires only minimal configuration.

Status

@@ -120,6 +127,9 @@ use glibc's getent tool: repeated mDNS resolutions are slowed down. Consider installing glibc's name service cache daemon nscd to work around this limitation.

+

When doing troubleshooting for nss-mdns, don't forget to +disable nscd for getting sensible results.

+

Requirements

Currently, nss-mdns is tested on Linux only. A fairly modern glibc installation with development headers (2.0 or newer) is required. Not -- cgit