]> git.meshlink.io Git - catta/log
catta
18 years agoupdate NEWS file
Lennart Poettering [Mon, 23 Jan 2006 00:49:11 +0000 (00:49 +0000)]
update NEWS file

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1105 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoreenable record updating using AVAHI_PUBLISH_UPDATE
Lennart Poettering [Mon, 23 Jan 2006 00:45:39 +0000 (00:45 +0000)]
reenable record updating using AVAHI_PUBLISH_UPDATE

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1104 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agofix build for non-dbus installations
Lennart Poettering [Mon, 23 Jan 2006 00:27:03 +0000 (00:27 +0000)]
fix build for non-dbus installations

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1103 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoUse "Requires.private" instead of "Requires" in the qt3 and qt4 pkg-config file....
Lennart Poettering [Sun, 22 Jan 2006 21:17:54 +0000 (21:17 +0000)]
Use "Requires.private" instead of "Requires" in the qt3 and qt4 pkg-config file. (closes: #2)

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1102 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agomerge mips portability patch from Sjoerd Simmons (closes: #4)
Lennart Poettering [Sun, 22 Jan 2006 21:10:00 +0000 (21:10 +0000)]
merge mips portability patch from Sjoerd Simmons (closes: #4)

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1101 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agopthread build fix
Lennart Poettering [Sun, 22 Jan 2006 19:58:46 +0000 (19:58 +0000)]
pthread build fix

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1100 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoman page update
Lennart Poettering [Sun, 22 Jan 2006 19:17:22 +0000 (19:17 +0000)]
man page update

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1099 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoNEWS update
Lennart Poettering [Sun, 22 Jan 2006 19:16:27 +0000 (19:16 +0000)]
NEWS update

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1098 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoadd release notes for avahi 0.6.5
Lennart Poettering [Sun, 22 Jan 2006 18:30:05 +0000 (18:30 +0000)]
add release notes for avahi 0.6.5

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1097 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agobump soname
Lennart Poettering [Sun, 22 Jan 2006 18:14:34 +0000 (18:14 +0000)]
bump soname

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1096 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agobump version number
Lennart Poettering [Sun, 22 Jan 2006 17:30:26 +0000 (17:30 +0000)]
bump version number

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1095 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agofix avahi-browse to properly show when services are removed
Lennart Poettering [Sun, 22 Jan 2006 17:25:07 +0000 (17:25 +0000)]
fix avahi-browse to properly show when services are removed

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1094 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoadd doxygen \since tags
Lennart Poettering [Fri, 20 Jan 2006 23:05:57 +0000 (23:05 +0000)]
add doxygen \since tags

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1093 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* add new API function avahi_nss_support()
Lennart Poettering [Fri, 20 Jan 2006 22:56:11 +0000 (22:56 +0000)]
* add new API function avahi_nss_support()
* add new DBUS method Server.IsNSSSupportAvailable()
* add support for IsNSSSupportAvailabke() to avahi-bookmarks

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1092 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * adds pkgconfig fixes for x86_64 (because pkgconfig files should be written in...
Sebastien Estienne [Fri, 20 Jan 2006 21:53:25 +0000 (21:53 +0000)]
 * adds pkgconfig fixes for x86_64 (because pkgconfig files should be written in $libdir, not $prefix/lib).
 * This patch is from Oden Eriksson <oeriksson@mandriva.com>

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1091 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agosmall fix that speeds up destruction of AvahiClient objects. We will now simply termi...
Lennart Poettering [Fri, 20 Jan 2006 21:20:42 +0000 (21:20 +0000)]
small fix that speeds up destruction of AvahiClient objects. We will now simply terminate the DBUS connection before freeing local objects. This way the number of server calls is decreased. The server will clean up the client objects anyway if the connection is closed, hence there is no need to do that manually from the client side.

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1090 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * fix a typo spotted by Michael Scherer
Sebastien Estienne [Fri, 20 Jan 2006 21:04:26 +0000 (21:04 +0000)]
 * fix a typo spotted by Michael Scherer

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1089 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Adding the missing files for Mandriva init.d
Sebastien Estienne [Fri, 20 Jan 2006 21:00:10 +0000 (21:00 +0000)]
 * Adding the missing files for Mandriva init.d

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1088 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Support for Mandriva init.d from Oliver Blin
Sebastien Estienne [Fri, 20 Jan 2006 20:59:12 +0000 (20:59 +0000)]
 * Support for Mandriva init.d from Oliver Blin

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1087 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoinstall thread-watch.h
Lennart Poettering [Tue, 17 Jan 2006 22:48:07 +0000 (22:48 +0000)]
install thread-watch.h

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1086 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agomonodoc update
Lennart Poettering [Tue, 17 Jan 2006 12:33:00 +0000 (12:33 +0000)]
monodoc update

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1085 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agofix build on GNU (closes: #3)
Lennart Poettering [Tue, 17 Jan 2006 12:25:54 +0000 (12:25 +0000)]
fix build on GNU (closes: #3)

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1084 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agomake --disable-mono imply --disable-monodoc
James Willcox [Mon, 16 Jan 2006 15:14:53 +0000 (15:14 +0000)]
make --disable-mono imply --disable-monodoc

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1083 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agofix bug https://bugs.freedesktop.org/show_bug.cgi?id=5570
Sebastien Estienne [Sun, 15 Jan 2006 15:04:54 +0000 (15:04 +0000)]
fix bug https://bugs.freedesktop.org/show_bug.cgi?id=5570

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1082 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agofix homepage target
Lennart Poettering [Sun, 15 Jan 2006 14:33:02 +0000 (14:33 +0000)]
fix homepage target

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1081 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoignore watch-test-thread
Lennart Poettering [Sun, 15 Jan 2006 14:32:47 +0000 (14:32 +0000)]
ignore watch-test-thread

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1080 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agodoxygen fix
Lennart Poettering [Sun, 15 Jan 2006 14:31:02 +0000 (14:31 +0000)]
doxygen fix

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1079 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoupdate NEWS file
Lennart Poettering [Sun, 15 Jan 2006 14:27:11 +0000 (14:27 +0000)]
update NEWS file

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1078 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agochange location of docs
Lennart Poettering [Sun, 15 Jan 2006 14:19:56 +0000 (14:19 +0000)]
change location of docs

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1077 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agobump soname and version number
Lennart Poettering [Sun, 15 Jan 2006 14:17:40 +0000 (14:17 +0000)]
bump soname and version number

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1076 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoadd a bunch of new service types to the database
Lennart Poettering [Sat, 14 Jan 2006 11:54:45 +0000 (11:54 +0000)]
add a bunch of new service types to the database

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1075 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoadd new AvahiThreadedPoll event loop implementation which runs a main loop in a helpe...
Lennart Poettering [Sat, 14 Jan 2006 01:54:10 +0000 (01:54 +0000)]
add new AvahiThreadedPoll event loop implementation which runs a main loop in a helper thread

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1074 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agomake stuff work with mono older than 1.1.13
James Willcox [Thu, 12 Jan 2006 16:28:22 +0000 (16:28 +0000)]
make stuff work with mono older than 1.1.13

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1073 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agodon't use deprecated API in Mono.Unix
James Willcox [Thu, 12 Jan 2006 02:06:33 +0000 (02:06 +0000)]
don't use deprecated API in Mono.Unix

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1072 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Fix a bug where avahi-publish-service ignores the port - Thanks to
Trent Lloyd [Wed, 11 Jan 2006 13:33:59 +0000 (13:33 +0000)]
 * Fix a bug where avahi-publish-service ignores the port - Thanks to
   Nicolas Aupetit for the report and fix.

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1071 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* reveted change from rev 1069 as the icon was already handled
Sebastien Estienne [Mon, 9 Jan 2006 22:39:33 +0000 (22:39 +0000)]
* reveted change from rev 1069 as the icon was already handled

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1070 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoset an icon for the avahi-disocver window
Lennart Poettering [Mon, 9 Jan 2006 22:31:06 +0000 (22:31 +0000)]
set an icon for the avahi-disocver window

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1069 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* Fix a bug in LookupFlags reported by Patrick Aussems (bug id 5410)
Sebastien Estienne [Mon, 9 Jan 2006 14:50:58 +0000 (14:50 +0000)]
* Fix a bug in LookupFlags reported by Patrick Aussems (bug id 5410)

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1068 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoupdate NEWS file
Lennart Poettering [Sat, 7 Jan 2006 21:14:09 +0000 (21:14 +0000)]
update NEWS file

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1066 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* update versiion to 0.6.3
Lennart Poettering [Sat, 7 Jan 2006 21:08:48 +0000 (21:08 +0000)]
* update versiion to 0.6.3
* bump soname release

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1065 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoactually NULL-terminate strings passed to avahi.
James Willcox [Sat, 7 Jan 2006 21:05:24 +0000 (21:05 +0000)]
actually NULL-terminate strings passed to avahi.

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1064 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agofix double free() bug
Lennart Poettering [Sat, 7 Jan 2006 20:27:32 +0000 (20:27 +0000)]
fix double free() bug

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1063 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoadd some more service types to database
Lennart Poettering [Fri, 6 Jan 2006 01:27:24 +0000 (01:27 +0000)]
add some more service types to database

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1062 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoupdate NEWS once again
Lennart Poettering [Fri, 6 Jan 2006 00:58:49 +0000 (00:58 +0000)]
update NEWS once again

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1060 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agobump soname
Lennart Poettering [Fri, 6 Jan 2006 00:58:38 +0000 (00:58 +0000)]
bump soname

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1059 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* add NEWS entry for Avahi 0.6.2
Lennart Poettering [Fri, 6 Jan 2006 00:51:22 +0000 (00:51 +0000)]
* add NEWS entry for Avahi 0.6.2
* modify all kinds of URLs for the new domain (avahi.org)

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1058 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agosimplify overview.dia a little
Lennart Poettering [Fri, 6 Jan 2006 00:39:05 +0000 (00:39 +0000)]
simplify overview.dia a little

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1057 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agochange project URL
Lennart Poettering [Fri, 6 Jan 2006 00:36:18 +0000 (00:36 +0000)]
change project URL

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1056 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoimprove strlst test
Lennart Poettering [Wed, 4 Jan 2006 12:51:32 +0000 (12:51 +0000)]
improve strlst test

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1054 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoreplace avahi_new() with a version that checks for an integer overflow (suggested...
Lennart Poettering [Wed, 4 Jan 2006 12:45:45 +0000 (12:45 +0000)]
replace avahi_new() with a version that checks for an integer overflow (suggested by Martin Pitt)

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1053 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoupdate overview graphics
Lennart Poettering [Wed, 4 Jan 2006 12:44:06 +0000 (12:44 +0000)]
update overview graphics

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1052 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoincrease number of DBUS objects each DBUS client may create
Lennart Poettering [Sun, 1 Jan 2006 14:21:54 +0000 (14:21 +0000)]
increase number of DBUS objects each DBUS client may create

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1051 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agowhen serializing string lists for DNS TXT records, ignore empty strings unconditionally
Lennart Poettering [Sun, 1 Jan 2006 14:17:54 +0000 (14:17 +0000)]
when serializing string lists for DNS TXT records, ignore empty strings unconditionally

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1050 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoworkaround DBUS limitation which caused an assert() to fail when passing string lists...
Lennart Poettering [Sun, 1 Jan 2006 14:16:50 +0000 (14:16 +0000)]
workaround DBUS limitation which caused an assert() to fail when passing string lists with empty strings

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1049 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoadd experimental mdns fuzzer
Lennart Poettering [Sat, 31 Dec 2005 18:36:42 +0000 (18:36 +0000)]
add experimental mdns fuzzer

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1048 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agofix introspection file names
Lennart Poettering [Sat, 31 Dec 2005 16:16:22 +0000 (16:16 +0000)]
fix introspection file names

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1047 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agogenerate libavahi-glib soname automatically
Lennart Poettering [Thu, 22 Dec 2005 12:36:21 +0000 (12:36 +0000)]
generate libavahi-glib soname automatically

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1046 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* quick fix until a better "dynamic" solution is found
Sebastien Estienne [Thu, 22 Dec 2005 00:00:12 +0000 (00:00 +0000)]
* quick fix until a better "dynamic" solution is found

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1045 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agobump version number
Lennart Poettering [Wed, 21 Dec 2005 20:26:50 +0000 (20:26 +0000)]
bump version number

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1044 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoimprove compatiblity wth avahi 0.60 (original patch from slomo)
Lennart Poettering [Wed, 21 Dec 2005 20:25:39 +0000 (20:25 +0000)]
improve compatiblity wth avahi 0.60 (original patch from slomo)

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1043 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoremove superfluous assert
Lennart Poettering [Tue, 20 Dec 2005 23:22:44 +0000 (23:22 +0000)]
remove superfluous assert

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1042 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Fix mis-labeled option in avahi-daemon.conf man page
Trent Lloyd [Sun, 11 Dec 2005 22:56:17 +0000 (22:56 +0000)]
 * Fix mis-labeled option in avahi-daemon.conf man page

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1041 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoCompatibility with DBUS 0.60
Lennart Poettering [Thu, 8 Dec 2005 08:42:34 +0000 (08:42 +0000)]
Compatibility with DBUS 0.60

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1040 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoremove a stupid fprintf() line
Lennart Poettering [Wed, 7 Dec 2005 16:04:03 +0000 (16:04 +0000)]
remove a stupid fprintf() line

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1039 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoreword avahi.service man page to state that a unicast DNS name is OK in static services
Lennart Poettering [Tue, 6 Dec 2005 18:36:35 +0000 (18:36 +0000)]
reword avahi.service man page to state that a unicast DNS name is OK in static services

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1038 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* may fix a compile problem on freebsd 4.x
Sebastien Estienne [Sun, 27 Nov 2005 02:02:30 +0000 (02:02 +0000)]
* may fix a compile problem on freebsd 4.x

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1037 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* correct the help message of avahi-public
Sebastien Estienne [Fri, 25 Nov 2005 10:33:51 +0000 (10:33 +0000)]
* correct the help message of avahi-public

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1036 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * only create DBUS_SYS_DIR if HAVE_DBUS
Sebastien Estienne [Fri, 25 Nov 2005 10:32:39 +0000 (10:32 +0000)]
 * only create DBUS_SYS_DIR if HAVE_DBUS

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1035 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoFix compilation with -pthread
Lennart Poettering [Fri, 25 Nov 2005 01:19:31 +0000 (01:19 +0000)]
Fix compilation with -pthread

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1034 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoAdd release notes for 0.6.1
Lennart Poettering [Thu, 24 Nov 2005 18:30:58 +0000 (18:30 +0000)]
Add release notes for 0.6.1

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1032 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoshorten pkg-config files of avahi-{qt3,qt4,glib} to make "Nix" happy
Lennart Poettering [Thu, 24 Nov 2005 17:48:33 +0000 (17:48 +0000)]
shorten pkg-config files of avahi-{qt3,qt4,glib} to make "Nix" happy

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1031 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agobump sonames
Lennart Poettering [Thu, 24 Nov 2005 02:27:36 +0000 (02:27 +0000)]
bump sonames

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1030 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agobump version number to 0.6.1
Lennart Poettering [Thu, 24 Nov 2005 02:11:43 +0000 (02:11 +0000)]
bump version number to 0.6.1

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1029 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agodon't build static library for dbus-watch-glue and the like, instead compile the...
Lennart Poettering [Thu, 24 Nov 2005 02:03:21 +0000 (02:03 +0000)]
don't build static library for dbus-watch-glue and the like, instead compile the sources directly where it is needed

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1028 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoAdd DBUS API versioning
Lennart Poettering [Thu, 24 Nov 2005 01:30:44 +0000 (01:30 +0000)]
Add DBUS API versioning

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1027 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoMap DBUS specific errors to Avahi counterparts
Lennart Poettering [Thu, 24 Nov 2005 00:07:12 +0000 (00:07 +0000)]
Map DBUS specific errors to Avahi counterparts

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1026 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agomissing initialization fix
Lennart Poettering [Wed, 23 Nov 2005 22:40:40 +0000 (22:40 +0000)]
missing initialization fix

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1025 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agonever publish .local as browsing domain
Lennart Poettering [Wed, 23 Nov 2005 22:40:19 +0000 (22:40 +0000)]
never publish .local as browsing domain

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1024 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Include some new files from docs/ into the tarballs (incl API-CHANGES-0.6)
Trent Lloyd [Wed, 23 Nov 2005 22:35:32 +0000 (22:35 +0000)]
 * Include some new files from docs/ into the tarballs (incl API-CHANGES-0.6)
 * Update my personal flags

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1023 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoin the domain browser objects: don't return statically configured browsing domains...
Lennart Poettering [Wed, 23 Nov 2005 22:28:15 +0000 (22:28 +0000)]
in the domain browser objects: don't return statically configured browsing domains when the user asked for registration domains

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1022 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agomove JoinServiceName and SplitServiceName to the Client class
James Willcox [Sun, 20 Nov 2005 17:37:32 +0000 (17:37 +0000)]
move JoinServiceName and SplitServiceName to the Client class

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1021 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoadd an explicit rule for avahi-sharp-docs.tree
James Willcox [Sun, 20 Nov 2005 17:15:45 +0000 (17:15 +0000)]
add an explicit rule for avahi-sharp-docs.tree

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1020 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoAdd a new documentation file telling distributors how to get full build system
Lennart Poettering [Sun, 20 Nov 2005 16:00:37 +0000 (16:00 +0000)]
Add a new documentation file telling distributors how to get full build system
compatibility with HOWL/Bonjour in addition to ABI/API compatibility.

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1019 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* Don't build libavahi-compat-howl.so anymore, just libhowl.so.
Lennart Poettering [Sun, 20 Nov 2005 15:02:37 +0000 (15:02 +0000)]
* Don't build libavahi-compat-howl.so anymore, just libhowl.so.
* Same for libdns_sd.so

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1018 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* Added FreeBSD rc.d scripts with the permission of its authors.
Sebastien Estienne [Sat, 19 Nov 2005 19:49:24 +0000 (19:49 +0000)]
* Added FreeBSD rc.d scripts with the permission of its authors.

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1017 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agobuild libdns_sd.so and let it pull libavahi-compat-libdns_sd.so in
Lennart Poettering [Sat, 19 Nov 2005 18:02:17 +0000 (18:02 +0000)]
build libdns_sd.so and let it pull libavahi-compat-libdns_sd.so in

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1016 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* build a libhowl.so which is essentially empty by pulls in libavahi-compat-howl.so
Lennart Poettering [Sat, 19 Nov 2005 17:31:58 +0000 (17:31 +0000)]
* build a libhowl.so which is essentially empty by pulls in libavahi-compat-howl.so
* distributors should use this to get full ABI compatibility with upstream HOWL

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1015 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* added an icon window to avahi-discover closing bugzilla #4970
Sebastien Estienne [Sat, 19 Nov 2005 15:48:33 +0000 (15:48 +0000)]
* added an icon window to avahi-discover closing bugzilla #4970

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1014 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* doesn't compile mono and python-avahi when dbus is not available
Sebastien Estienne [Sat, 19 Nov 2005 13:43:03 +0000 (13:43 +0000)]
* doesn't compile mono and python-avahi when dbus is not available
* clean the summary of configure a little

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1013 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agobuild pkg-config for compat layers only when the compat layers are enabled
Lennart Poettering [Sat, 19 Nov 2005 12:33:00 +0000 (12:33 +0000)]
build pkg-config for compat layers only when the compat layers are enabled

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1012 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoHopefully fix a segfault when shutting down the daemon, found by maro
Lennart Poettering [Sat, 19 Nov 2005 01:11:15 +0000 (01:11 +0000)]
Hopefully fix a segfault when shutting down the daemon, found by maro

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1011 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoarch linux init script patch by maro
Lennart Poettering [Fri, 18 Nov 2005 23:59:08 +0000 (23:59 +0000)]
arch linux init script patch by maro

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1010 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* don't try to display dbus version when it's not installed
Sebastien Estienne [Fri, 18 Nov 2005 22:46:21 +0000 (22:46 +0000)]
* don't try to display dbus version when it's not installed

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1008 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agofix some minor typos
Lennart Poettering [Fri, 18 Nov 2005 21:32:24 +0000 (21:32 +0000)]
fix some minor typos

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1007 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agolicense update
Lennart Poettering [Fri, 18 Nov 2005 21:13:18 +0000 (21:13 +0000)]
license update

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1006 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoupdate NEWS file with the release announcement
Lennart Poettering [Fri, 18 Nov 2005 19:39:26 +0000 (19:39 +0000)]
update NEWS file with the release announcement

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1005 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoanother small configure summary fix
Lennart Poettering [Fri, 18 Nov 2005 18:50:01 +0000 (18:50 +0000)]
another small configure summary fix

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1004 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agofix configure summary regarding to avahi-python/avahi-utils
Lennart Poettering [Fri, 18 Nov 2005 18:48:14 +0000 (18:48 +0000)]
fix configure summary regarding to avahi-python/avahi-utils

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1003 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoadd pthread cflags/libs to avahi-common build
Lennart Poettering [Fri, 18 Nov 2005 18:43:37 +0000 (18:43 +0000)]
add pthread cflags/libs to avahi-common build

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1002 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Remove stale information from DBUS-API, add instructions pointing them at the...
Trent Lloyd [Fri, 18 Nov 2005 00:50:48 +0000 (00:50 +0000)]
 * Remove stale information from DBUS-API, add instructions pointing them at the introspect files.

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1001 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe