]> git.meshlink.io Git - catta/log
catta
15 years agobump version and soname
Lennart Poettering [Fri, 12 Dec 2008 21:10:27 +0000 (22:10 +0100)]
bump version and soname

15 years agoAdd localization support to avahi-ui and avahi-discover
Takao Fujiwara [Sun, 7 Sep 2008 05:54:20 +0000 (15:54 +1000)]
Add localization support to avahi-ui and avahi-discover

Closes #122

Signed-off-by: Ted Percival <ted@midg3t.net>
Signed-off-by: Lennart Poettering <lennart@poettering.net>
15 years agolibavahi-common needs to link libintl
Lennart Poettering [Fri, 12 Dec 2008 20:36:42 +0000 (21:36 +0100)]
libavahi-common needs to link libintl

Original patch from Daniel Macks.

Closes #194

15 years agoFix pfroute IPv6 code
Lennart Poettering [Fri, 12 Dec 2008 20:29:30 +0000 (21:29 +0100)]
Fix pfroute IPv6 code

Quoting Joe Marcus Clarke:

"There are two problems in the iface-pfroute.c IPv6 detection
code. The first is that the KAME stack embeds a scope ID into
IPv6 addresses. This can cause certain hosts not to be able to
recognize the address. The second is that global_scope is always
set to 1 even for link-local addresses.

The attached patch fixes both problems. The KAME fix was
submitted by Hajimu UMEMOTO."

Patch from Joe Marcus Clarke/Hajimu UMEMOTO.

15 years agoFix --force-bind logic
Lennart Poettering [Fri, 12 Dec 2008 20:26:27 +0000 (21:26 +0100)]
Fix --force-bind logic

Quoting Cocagne:

"line 1280 of autoipd's main.c: "else if (event ==
EVENT_ROUTABLE_ADDR_CONFIGURED)" is missing '&& !force_bind' in
the conditional. The lack of this condition causes the local
link IP to be released even if the --force-bind arugment is
passed.

The problem was noticed when attempting to use avahi-autoipd
acquire a link-local address during the early-userspace in a
Linux initramfs. Immediately after the call-out script assinged
the ll-address to the device, the daemon released the address
via this conditional. It's suspicious that the daemon would
consider this address "routable" but, even if it were,
--force-bind should prevent the address from being released.

After adding the && !force_bind to the conditional the daemon
appeard to behave as expected."

Closes #209.

15 years agoallow/deny interfaces support
Lennart Poettering [Fri, 12 Dec 2008 20:02:44 +0000 (21:02 +0100)]
allow/deny interfaces support

Original patch from Skinkie. Heavily modified by Lennart Poettering.

Closes #212.

15 years agocompile python module even without gtk. It seems, that most parts of python are not...
Lennart Poettering [Fri, 12 Dec 2008 19:36:45 +0000 (20:36 +0100)]
compile python module even without gtk. It seems, that most parts of python are not dependent on gtk+

Original patch from Stanislav Brabec.

Closes #222.

15 years agoInstall avahi bookmarks, even if no pygtk is available.
Lennart Poettering [Fri, 12 Dec 2008 19:31:42 +0000 (20:31 +0100)]
Install avahi bookmarks, even if no pygtk is available.

Original patch by Stanislav Brabec.

Re #222

15 years agoDo not install glade interfaces file, if no gtk is present.
Lennart Poettering [Fri, 12 Dec 2008 19:30:42 +0000 (20:30 +0100)]
Do not install glade interfaces file, if no gtk is present.

Original patch from Stanislav Brabec.

Re #222

15 years agoInstall only man pages to installed binaries.
Lennart Poettering [Fri, 12 Dec 2008 19:29:28 +0000 (20:29 +0100)]
Install only man pages to installed binaries.

Original patch rom Stanislav Brabec.

Re #222

15 years agoavahi-discover crashes if row is unselected
Lennart Poettering [Fri, 12 Dec 2008 19:25:23 +0000 (20:25 +0100)]
avahi-discover crashes if row is unselected

Quoting james_w:

"I believe the cause of this was the a row was unselected,
meaning that get_selection() returned None for iter, which then
was used improperly in treemodel.get()

The attached patch should prevent this from happening. Please
consider applying it."

Patch from james_w.

Closes #226.

15 years agoattribute alloc_size for newer gccs.
Marcus Meissner [Mon, 1 Sep 2008 08:27:25 +0000 (10:27 +0200)]
attribute alloc_size for newer gccs.

This patch marks up the allocator functions with the
GCC 4.3 (and later) attribute alloc_size.

This will pass the size of allocations of known size
(at compile time) to the overflow checking memcpy/strcpy
and related functions.

Ciao, Marcus

Signed-off-by: Lennart Poettering <lennart@poettering.net>
15 years agoDrop private inotify code
Lennart Poettering [Fri, 12 Dec 2008 19:13:58 +0000 (20:13 +0100)]
Drop private inotify code

Quoting Adrian Bunk:

  "avahi-daemon ships with the contents of linux/inotify.h plus
  #define's for the syscall numbers. The latter are #if 0'ed. I'm not
  sure whether this setup could work at all with some kernel headers and
  glibc version, but considering that glibc already provides
  sys/inotify.h for some time it's IMHO time to drop the private inotify
  code."

Original patch from Adrian Bunk.

Closes #243.

15 years agoMerge commit 'origin/master-tx'
Lennart Poettering [Fri, 12 Dec 2008 18:48:14 +0000 (19:48 +0100)]
Merge commit 'origin/master-tx'

15 years agoOnly include gtk/gtk.h
Lennart Poettering [Fri, 12 Dec 2008 18:41:43 +0000 (19:41 +0100)]
Only include gtk/gtk.h

Quoting cosimoc:

  "avahi-ui should only include <gtk/gtk.h>, as for the new GTK+ single
  headers policy. Patch attached."

Original patch from cosimoc.

Closes #248

15 years agoactually set thread_running. Closes #251
Lennart Poettering [Fri, 12 Dec 2008 18:37:24 +0000 (19:37 +0100)]
actually set thread_running. Closes #251

15 years agoexplain which port it is that is invalid
Lennart Poettering [Fri, 12 Dec 2008 18:22:49 +0000 (19:22 +0100)]
explain which port it is that is invalid

15 years agoDon't get confused by UDP packets with a source port that is zero
Lennart Poettering [Thu, 11 Dec 2008 19:57:45 +0000 (20:57 +0100)]
Don't get confused by UDP packets with a source port that is zero

This is a fix for rhbz 475394.

Problem identified by Hugo Dias.

15 years agoFix two bashisms
Lennart Poettering [Thu, 11 Dec 2008 19:22:07 +0000 (20:22 +0100)]
Fix two bashisms

Fixes rhbz #449142

15 years agopull fedora init script to prio 24
Lennart Poettering [Thu, 11 Dec 2008 19:16:44 +0000 (20:16 +0100)]
pull fedora init script to prio 24

15 years agoInclude host in invalid packet messages
Lennart Poettering [Thu, 11 Dec 2008 19:11:42 +0000 (20:11 +0100)]
Include host in invalid packet messages

Include the source host in warning messages about invalid packets.

This is a result of rhbz #438013

15 years agoJorge González translations to Spanish
Domingo Becker [Sun, 23 Nov 2008 14:25:42 +0000 (14:25 +0000)]
Jorge González translations to Spanish

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoavahi-dnsconfd: add support for SUSE's resolv.conf tools
Ludwig Nussel [Wed, 8 Oct 2008 08:47:50 +0000 (10:47 +0200)]
avahi-dnsconfd: add support for SUSE's resolv.conf tools

Signed-off-by: Ludwig Nussel <ludwig.nussel@suse.de>
Signed-off-by: Lennart Poettering <lennart@poettering.net>
15 years agoFix typo no -> not in avahi-daemon.conf.5
Ted Percival [Fri, 24 Oct 2008 16:30:50 +0000 (10:30 -0600)]
Fix typo no -> not in avahi-daemon.conf.5

Signed-off-by: Lennart Poettering <lennart@poettering.net>
15 years agoinitialize i18n automatically
Lennart Poettering [Sun, 26 Oct 2008 14:10:35 +0000 (15:10 +0100)]
initialize i18n automatically

15 years agoSome changes in German translation done
Fabian Affolter [Thu, 23 Oct 2008 14:08:32 +0000 (14:08 +0000)]
Some changes in German translation done

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoRestore Greek, Spanish, Finnish and Hungarian language codes removed by the
Timo Jyrinki [Thu, 9 Oct 2008 09:02:05 +0000 (09:02 +0000)]
Restore Greek, Spanish, Finnish and Hungarian language codes removed by the
Swedish translation commit.

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoUpdated italian translation
Francesco Tombolini [Wed, 24 Sep 2008 01:14:15 +0000 (01:14 +0000)]
Updated italian translation

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoAdded sv to LINGUAS
Daniel Nylander [Fri, 5 Sep 2008 07:59:45 +0000 (07:59 +0000)]
Added sv to LINGUAS

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoAdded Swedish translation
Daniel Nylander [Thu, 4 Sep 2008 23:08:57 +0000 (23:08 +0000)]
Added Swedish translation

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoAdd fi to LINGUAS.
Timo Jyrinki [Tue, 2 Sep 2008 19:13:40 +0000 (19:13 +0000)]
Add fi to LINGUAS.

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoAdd Finnish (fi) translation.
Timo Jyrinki [Tue, 2 Sep 2008 19:11:02 +0000 (19:11 +0000)]
Add Finnish (fi) translation.

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoAdded el, es, hu to LINGUAS
Gabor Kelemen [Sun, 31 Aug 2008 12:39:32 +0000 (12:39 +0000)]
Added el, es, hu to LINGUAS

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoHungarian translation added
Gabor Kelemen [Sat, 30 Aug 2008 02:18:14 +0000 (02:18 +0000)]
Hungarian translation added

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoUpdated German translation
Fabian Affolter [Fri, 29 Aug 2008 10:16:33 +0000 (10:16 +0000)]
Updated German translation

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoFix intltool complaining about desktop files
Ted Percival [Fri, 15 Aug 2008 22:55:11 +0000 (08:55 +1000)]
Fix intltool complaining about desktop files

Fix intltool complaining about desktop files

Updated desktop filenames in POTFILES.in and POTFILES.skip

Fixes a `make check` error when running `intltool-update -m`
that was introduced in commit c7ecad8.

Signed-off-by: Lennart Poettering <lennart@poettering.net>
15 years agoMerge branch 'master-tx'
Lennart Poettering [Fri, 8 Aug 2008 14:45:17 +0000 (16:45 +0200)]
Merge branch 'master-tx'

15 years agoAdd iPod Touch to service type database
Ted Percival [Thu, 7 Aug 2008 18:55:01 +0000 (04:55 +1000)]
Add iPod Touch to service type database

Add iPod Touch to service type database

Signed-off-by: Lennart Poettering <lennart@poettering.net>
15 years agoAdd missing INTLTOOL_DESKTOP_RULE
Ted Percival [Thu, 7 Aug 2008 18:16:58 +0000 (04:16 +1000)]
Add missing INTLTOOL_DESKTOP_RULE

Add missing INTLTOOL_DESKTOP_RULE

Fixes desktop/menu files not showing up.
Desktop file translations now work.

Closes #234, #200.

Signed-off-by: Lennart Poettering <lennart@poettering.net>
15 years agoguarantee that we never calculate an invalid ip address from the mac address
Lennart Poettering [Tue, 5 Aug 2008 13:53:23 +0000 (15:53 +0200)]
guarantee that we never calculate an invalid ip address from the mac address

15 years agoAdded Malay to LINGUAS
Sharuzzaman Ahmat Raslan [Thu, 31 Jul 2008 15:40:03 +0000 (15:40 +0000)]
Added Malay to LINGUAS

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years agoAdded new Malay translation
Sharuzzaman Ahmat Raslan [Thu, 31 Jul 2008 15:31:29 +0000 (15:31 +0000)]
Added new Malay translation

Transmitted-via: Transifex (translate.fedoraproject.org)

15 years ago2008-07-22 Fabian Affolter <fabian@bernewireless.net> (via
Fabian Affolter [Tue, 22 Jul 2008 07:25:33 +0000 (07:25 +0000)]
2008-07-22  Fabian Affolter <fabian@bernewireless.net> (via
fab@fedoraproject.org)

  * po/de.po: Updated German translation

15 years ago2008-07-20 PabloMartin-Gomez <pablo.martin-gomez@laposte.net> (via
PabloMartin-Gomez [Sun, 20 Jul 2008 13:59:54 +0000 (13:59 +0000)]
2008-07-20  PabloMartin-Gomez <pablo.martin-gomez@laposte.net> (via
bouska@fedoraproject.org)

  * po/fr.po: Final french translation

15 years ago2008-06-28 Xavier Conde <xavi.conde@gmail.com> (via xconde@fedoraproject.org)
Xavier Conde [Sat, 28 Jun 2008 16:52:30 +0000 (16:52 +0000)]
2008-06-28  Xavier Conde <xavi.conde@gmail.com> (via xconde@fedoraproject.org)

  * po/LINGUAS: Added Catalan locale to LINGUAS

15 years ago2008-06-26 Xavier Conde <xavi.conde@gmail.com> (via xconde@fedoraproject.org)
Xavier Conde [Thu, 26 Jun 2008 08:26:04 +0000 (08:26 +0000)]
2008-06-26  Xavier Conde <xavi.conde@gmail.com> (via xconde@fedoraproject.org)

  * po/ca.po: Added catalan ca.po

15 years ago2008-06-25 Juan Manuel Rodriguez Moreno <nushio@gmail.com> (via
Juan Manuel Rodriguez Moreno [Wed, 25 Jun 2008 15:49:05 +0000 (15:49 +0000)]
2008-06-25  Juan Manuel Rodriguez Moreno <nushio@gmail.com> (via
nushio@fedoraproject.org)

  * po/es.po: Creating initial spanish translation

15 years ago2008-06-24 Dimitris Glezos <dimitris@glezos.com> (via glezos@fedoraproject.org)
Dimitris Glezos [Tue, 24 Jun 2008 21:10:28 +0000 (21:10 +0000)]
2008-06-24  Dimitris Glezos <dimitris@glezos.com> (via glezos@fedoraproject.org)

  * po/el.po: A few more strings in el.po

15 years agoMerge branch 'master'; commit 'cce02bf6' into master-tx
Lennart Poettering [Tue, 24 Jun 2008 20:34:34 +0000 (22:34 +0200)]
Merge branch 'master'; commit 'cce02bf6' into master-tx

15 years ago2008-06-24 Dimitris Glezos <dimitris@glezos.com> (via glezos@fedoraproject.org)
Dimitris Glezos [Tue, 24 Jun 2008 18:05:16 +0000 (18:05 +0000)]
2008-06-24  Dimitris Glezos <dimitris@glezos.com> (via glezos@fedoraproject.org)

  * po/el.po: Initial Greek translation

15 years agoupdate .gitignore file
Lennart Poettering [Tue, 24 Jun 2008 00:16:12 +0000 (02:16 +0200)]
update .gitignore file

15 years agoadapt to newer intltool
Lennart Poettering [Tue, 24 Jun 2008 00:15:32 +0000 (02:15 +0200)]
adapt to newer intltool

15 years agobump sonames
Lennart Poettering [Mon, 23 Jun 2008 23:18:47 +0000 (01:18 +0200)]
bump sonames

15 years agobump version
Lennart Poettering [Mon, 23 Jun 2008 23:18:30 +0000 (01:18 +0200)]
bump version

15 years agoupdate NEWS file
Lennart Poettering [Mon, 23 Jun 2008 22:40:39 +0000 (00:40 +0200)]
update NEWS file

15 years agoupdate AUTHORS file a bit
Lennart Poettering [Mon, 23 Jun 2008 22:33:51 +0000 (00:33 +0200)]
update AUTHORS file a bit

15 years agoOnly export symbols with the ga_ prefix
Sjoerd Simons [Sat, 21 Jun 2008 17:47:59 +0000 (19:47 +0200)]
Only export symbols with the ga_ prefix

15 years agoput custom marshallers in the _ga_ namespace instead of ga_
Sjoerd Simons [Sat, 21 Jun 2008 17:44:25 +0000 (19:44 +0200)]
put custom marshallers in the _ga_ namespace instead of ga_

15 years agoMake avahi compile on GNU/Hurd. Patch by Samuel Thibault.
Sjoerd Simons [Sun, 22 Jun 2008 16:27:57 +0000 (18:27 +0200)]
Make avahi compile on GNU/Hurd. Patch by Samuel Thibault.

15 years agoDon't use -export-dynamic as a linker flag
Sjoerd Simons [Sat, 21 Jun 2008 17:48:19 +0000 (19:48 +0200)]
Don't use -export-dynamic as a linker flag

15 years agoHide everything except for the avahi_qt_poll_get symbol if possible in the qt bindings
Sjoerd Simons [Sun, 22 Jun 2008 15:31:08 +0000 (17:31 +0200)]
Hide everything except for the avahi_qt_poll_get symbol if possible in the qt bindings

15 years agoadd minimal README file with the new git URLs and stuff
Lennart Poettering [Wed, 18 Jun 2008 00:30:52 +0000 (02:30 +0200)]
add minimal README file with the new git URLs and stuff

15 years agoadd .gitignore files
Lennart Poettering [Wed, 18 Jun 2008 00:25:09 +0000 (02:25 +0200)]
add .gitignore files

15 years agoRemove entries from the GaEntryGroupService entry hashed using GaEntryGroupServiceEnt...
Sjoerd Simons [Fri, 13 Jun 2008 11:11:49 +0000 (11:11 +0000)]
Remove entries from the GaEntryGroupService entry hashed using GaEntryGroupServiceEntry instead of strings. Fixes crash when calling ga_entry_group_service_remove_key

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

15 years agoBrazilian Portuguese translation
Ted Percival [Thu, 12 Jun 2008 09:13:39 +0000 (09:13 +0000)]
Brazilian Portuguese translation

Translated by Lucas Saboya. Revised by Igor Pires Soares.
From the Fedora Translation Team

Closes: #215.
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1783 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

15 years agoReplacement French translation
Ted Percival [Fri, 23 May 2008 13:53:10 +0000 (13:53 +0000)]
Replacement French translation
by Matthieu Rondeau <rondeau.matthieu.r@gmail.com>

As reviewed by the Fedora French translation team

With pre-colon spaces replaced by U+202F - Narrow no-break space
like the previous translation (see bug #207)

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

16 years agoSanatize avahi-gobject.pc. See http://err.no/personal/blog/tech/2008-03-25-18-07_pkg...
Sjoerd Simons [Sat, 26 Apr 2008 13:18:01 +0000 (13:18 +0000)]
Sanatize avahi-gobject.pc. See http://err.no/personal/blog/tech/2008-03-25-18-07_pkg-config,_sonames_and_Requires.private for details

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

16 years agoDisable AC_FUNC_MALLOC and AC_FUNC_REALLOC
Ted Percival [Sat, 26 Apr 2008 11:55:04 +0000 (11:55 +0000)]
Disable AC_FUNC_MALLOC and AC_FUNC_REALLOC
because they cause unnecessary build failures

Closes #196

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

16 years agoAvoid using AC_CHECK_FILE when cross-compiling
Ted Percival [Sat, 26 Apr 2008 10:37:58 +0000 (10:37 +0000)]
Avoid using AC_CHECK_FILE when cross-compiling
because it causes configure to abort

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

16 years agoAdd service-types for Thousand Parsec
Ted Percival [Thu, 24 Apr 2008 09:50:36 +0000 (09:50 +0000)]
Add service-types for Thousand Parsec

Closes #142

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

16 years agoFix build with --disable-glib
Ted Percival [Sun, 20 Apr 2008 04:23:59 +0000 (04:23 +0000)]
Fix build with --disable-glib

Disables avahi-discover-standalone and avahi-ui (bssh & bvnc)

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

16 years agoChinese (Simplified) translation
Ted Percival [Sat, 12 Apr 2008 01:23:07 +0000 (01:23 +0000)]
Chinese (Simplified) translation
by Ni Hui <shuizhuyuanluo@126.com>

Closes #208

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

16 years agofix more translations
Lennart Poettering [Thu, 10 Apr 2008 12:50:14 +0000 (12:50 +0000)]
fix more translations

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

16 years agofix translation of 'Memory exhausted'
Lennart Poettering [Thu, 10 Apr 2008 12:44:03 +0000 (12:44 +0000)]
fix translation of 'Memory exhausted'

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

16 years agoGive translators some context
Ted Percival [Thu, 10 Apr 2008 06:46:16 +0000 (06:46 +0000)]
Give translators some context
for the string "E Ifce Prot Domain\n"

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

16 years agoUse "Narrow no-break space" before punctuation in French translation
Ted Percival [Thu, 10 Apr 2008 06:20:51 +0000 (06:20 +0000)]
Use "Narrow no-break space" before punctuation in French translation

(Unicode codepoint U+202F)

See ticket #207 and Wikipedia's article on non-breaking space

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

16 years agoAdd French translation
Ted Percival [Thu, 10 Apr 2008 05:39:34 +0000 (05:39 +0000)]
Add French translation
by Nicolas Derive <kalon33@ubuntu.com>

Closes #207

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

16 years agoUpdated Serbian translations
Ted Percival [Tue, 8 Apr 2008 02:33:52 +0000 (02:33 +0000)]
Updated Serbian translations
by Milos Mijatovic <mijatix@gmail.com>

Red Hat bug #440342

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

16 years agoAdd Serbian translations (Cyrillic & Latin)
Ted Percival [Sat, 5 Apr 2008 22:54:31 +0000 (22:54 +0000)]
Add Serbian translations (Cyrillic & Latin)
by Nikola Pajtić <salgeras@gmail.com>

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

16 years agoRussian translation
Ted Percival [Wed, 2 Apr 2008 03:54:04 +0000 (03:54 +0000)]
Russian translation
by Артём Попов <artfwo@gmail.com>

Closes #205

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

16 years agoAdd Canadian, Australian and New Zealand English translations
Ted Percival [Wed, 2 Apr 2008 02:46:13 +0000 (02:46 +0000)]
Add Canadian, Australian and New Zealand English translations

AU and NZ are symlinks to GB, CA is distinct.

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

16 years agoRemove Australian English translation
Ted Percival [Wed, 2 Apr 2008 02:41:09 +0000 (02:41 +0000)]
Remove Australian English translation
so it can be replaced by a symlink to British English

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

16 years agoItalian translation
Ted Percival [Tue, 1 Apr 2008 12:09:47 +0000 (12:09 +0000)]
Italian translation

by:
  Silvio Pierro <perplesso82@gmail.com>
  Gianluca Busiello <busiello@ceinge.unina.it>

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

16 years agoAdd Australian & British English translations
Ted Percival [Mon, 31 Mar 2008 05:27:48 +0000 (05:27 +0000)]
Add Australian & British English translations

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

16 years agoUpdated Polish translation
Ted Percival [Sun, 30 Mar 2008 02:14:21 +0000 (02:14 +0000)]
Updated Polish translation
by Piotr Drąg <piotrdrag@gmail.com>

Closes #189.

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

16 years agoMake bssh & bvnc desktop files translatable
Ted Percival [Sat, 29 Mar 2008 13:47:32 +0000 (13:47 +0000)]
Make bssh & bvnc desktop files translatable

Patch by tomaszd, closes #200

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

16 years agoAdd Polish translation by Piotr Drąg <raven@pmail.pl>
Ted Percival [Sat, 29 Mar 2008 13:24:27 +0000 (13:24 +0000)]
Add Polish translation by Piotr Drąg <raven@pmail.pl>

Closes #189

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

16 years agoAdd 'de' (German) to po/LINGUAS
Ted Percival [Sat, 29 Mar 2008 13:15:33 +0000 (13:15 +0000)]
Add 'de' (German) to po/LINGUAS
so it gets built & installed

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

16 years agoUpdated German translation
Ted Percival [Thu, 27 Mar 2008 11:16:26 +0000 (11:16 +0000)]
Updated German translation

Translation by Fabian Affolter, proofread by Kevin Kofler.

Closes #202
and Red Hat #427090

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

16 years agoAdd command line option to specify domain to bssh, prefer vncviewer over xvncviewer...
Lennart Poettering [Thu, 27 Mar 2008 01:09:49 +0000 (01:09 +0000)]
Add command line option to specify domain to bssh, prefer vncviewer over xvncviewer. Modified patch from lkundrak. Closes #197

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

16 years agoMake init scripts fail faster; patch from scop
Lennart Poettering [Thu, 27 Mar 2008 00:39:09 +0000 (00:39 +0000)]
Make init scripts fail faster; patch from scop

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

16 years agoincrease nofile rlimit to 300 by default to make sure we don't hit the limit so easil...
Lennart Poettering [Wed, 26 Mar 2008 20:55:16 +0000 (20:55 +0000)]
increase nofile rlimit to 300 by default to make sure we don't hit the limit so easily when log file analyzers are run

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

16 years agoServiceResolver.cs: Use Protocol.IPv6 instead of IPv6. Patch by Sebastian Droge ...
Sjoerd Simons [Thu, 20 Mar 2008 23:47:07 +0000 (23:47 +0000)]
ServiceResolver.cs: Use Protocol.IPv6 instead of IPv6. Patch by Sebastian Droge <slomo@circular-chaos.org>

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

16 years agoServiceResolver.cs: Only try to set ScopeId when the protocol is IPv6. Patch by
Sjoerd Simons [Thu, 20 Mar 2008 23:43:32 +0000 (23:43 +0000)]
ServiceResolver.cs: Only try to set ScopeId when the protocol is IPv6. Patch by
Sebastian Droge <slomo@circular-chaos.org>

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

16 years agoServiceResolver.cs: Set the ScopeId field of ServiceInfo.Address to the
Sjoerd Simons [Thu, 20 Mar 2008 23:07:37 +0000 (23:07 +0000)]
ServiceResolver.cs: Set the ScopeId field of ServiceInfo.Address to the
interface index. Patch by Sebastian Droge <slomo@circular-chaos.org>

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

16 years agoMake the poof algorithm only positive if 4 unanswered queries each
Sjoerd Simons [Mon, 28 Jan 2008 12:49:53 +0000 (12:49 +0000)]
Make the poof algorithm only positive if 4 unanswered queries each
at least one second apart are observed. This reduces the likelyhood of false
positives a lot.

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

16 years agoSet the flags property type to be GA_TYPE_LOOKUP_FLAGS instead of the incorrect GA_TY...
Sjoerd Simons [Wed, 9 Jan 2008 11:25:12 +0000 (11:25 +0000)]
Set the flags property type to be GA_TYPE_LOOKUP_FLAGS instead of the incorrect GA_TYPE_PROTOCOL.

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

16 years agoCorrect years in the copyright headers
Sjoerd Simons [Thu, 3 Jan 2008 15:43:27 +0000 (15:43 +0000)]
Correct years in the copyright headers

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

16 years agoRemove C Nokia notice that actually remained from the copyright boilerplate
Sjoerd Simons [Thu, 3 Jan 2008 15:32:59 +0000 (15:32 +0000)]
Remove C Nokia notice that actually remained from the copyright boilerplate

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

16 years agobuild avahi-gobject only when avahi-client is also built
Lennart Poettering [Thu, 3 Jan 2008 13:17:14 +0000 (13:17 +0000)]
build avahi-gobject only when avahi-client is also built

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