=== Release 0.3.8 === 2008-10-19 Mathias Hasselmann Provide a default value for DBUS_SYSTEM_BUS_ADDRESS. * tests/test-runner.sh: See above. 2008-10-19 Mathias Hasselmann Use different service ports for dispatchers since new Avahi only report local collisions under that condition. Might be a bug in Avahi. * tests/test-dispatcher-local-collision.c (main()): Use port 2008 for dispatcher2. 2008-10-19 Mathias Hasselmann Don't expect Avahi to announce services on interfaces named "*:avahi". * tests/framework.c (epc_test_list_ifaces()): Ignore interfaces with ":avahi" suffix. 2008-10-19 Mathias Hasselmann Remove redundant epc_gettext() function. * Makefile.am: * libepc/i18n.c: * libepc/i18n.h: Remove libepc/i18n.[ch]. * libepc/consumer.c: * libepc/publisher.c: * libepc/tls.c: * libepc-ui/password-dialog.c: * libepc-ui/progress-window.c: * libepc/shell.c (epc_shell_init()): Include instead of "libepc/i18n.h". Bind localedir in epc_shell_init() instead of epc_gettext(). 2008-10-19 Murray Cumming