]> git.meshlink.io Git - catta/commit
* Update HACKING
authorLennart Poettering <lennart@poettering.net>
Tue, 9 Aug 2005 00:32:32 +0000 (00:32 +0000)
committerLennart Poettering <lennart@poettering.net>
Tue, 9 Aug 2005 00:32:32 +0000 (00:32 +0000)
commitaa458a0a13d18882354f33c07b0a4e8e82e7a424
treefe2798a3f057d2ef9e177a183afec43e973c28a5
parent707e763398063186c20d8aba3abdef20e3d39253
* Update HACKING

* Change DBUS API: txt record lists are now coded as "aay" instead of "as".
  Unfortunately this triggers this bug:

  https://bugs.freedesktop.org/show_bug.cgi?id=4023

  If you want to use avahi-publish-service you need to apply the included patch.

* change avahi-bookmarks to listen on 127.0.0.1 only
* add ftp and https browsing support to avahi-bookmarks, but disable it due to python-dbus bugs
* update avahi module for python to provide functions to convert between tring lists and lists of lists of bytes
* add avahi_strlst_add_anonymous()

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@281 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
12 files changed:
avahi-common/strlst.c
avahi-common/strlst.h
avahi-daemon/EntryGroup.introspect
avahi-daemon/Server.introspect
avahi-daemon/dbus-protocol.c
avahi-utils/avahi-bookmarks.in
avahi-utils/avahi-browse.in
avahi-utils/avahi-discover.in
avahi-utils/avahi-publish-service.in
avahi-utils/avahi/__init__.py
docs/HACKING
docs/TODO