dbus/bus
John (J5) Palmieri bc564a69c2 * Released 0.50
* Patch from Steve Grubb:
- bus/activation.c (bus_activation_service_reload_test): clean up
some indentation
- dbus/dbus-keyring.c (_dbus_keyring_reload): fix conditional
- dbus/dbus-message-factory.c (generate_special): fix a couple of
buffer overflows in the test suite.  This is non critical because
it can not be exploited and this code is only run when doing a
make check.

* Patch from Yaakov Selkowitz: Build fixes for Cygwin
- configure.in: Don't check and link against kdecore, only qt headers
- dbus/Makefile.am: Add -no-undefined to libdbus_1_la_LDFLAGS
- gcj/org/freedesktop/dbus/Makefile.am:
add libdbus_gcj_1_la_LDFLAGS = -no-undefined
- glib/Makefile.am: Add -no-undefined to libdbus_glib_1_la_LDFLAGS
and $(DBUS_GLIB_LIBS) to dbus_binding_tool_LDADD
- qt/Makefile.am: Add -no-undefined to libdbus_qt_1_la_LDFLAGS
- tools/Makefile.am: Add platform extentions to binaries
(i.e. .exe on windows)

* configure.in:
- Make it so if no suitable version of python is found we only
disable building python instead of exiting the configure script
- Require version 2.4 of glib for glib bindings
- Up version to 0.50

* python/__init__.py: Sync version with libdbus to (0,50,0)
2005-09-06 22:38:54 +00:00
..
.cvsignore 2005-03-17 Colin Walters <walters@verbum.org> 2005-03-17 17:48:29 +00:00
activation.c * Released 0.50 2005-09-06 22:38:54 +00:00
activation.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
bus.c 2005-06-16 Colin Walters <walters@verbum.org> 2005-06-16 06:05:09 +00:00
bus.h 2004-09-12 David Zeuthen <david@fubar.dk> 2004-09-12 10:23:42 +00:00
config-loader-expat.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
config-loader-libxml.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
config-parser.c 2005-06-14 David Zeuthen <davidz@redhat.com> 2005-06-15 02:31:38 +00:00
config-parser.h 2005-06-14 David Zeuthen <davidz@redhat.com> 2005-06-15 02:31:38 +00:00
connection.c 2005-08-03 Havoc Pennington <hp@redhat.com> 2005-08-03 17:42:56 +00:00
connection.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
dbus-daemon.1.in 2005-01-18 Havoc Pennington <hp@redhat.com> 2005-01-18 22:20:38 +00:00
desktop-file.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
desktop-file.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
dir-watch.c 2005-06-14 David Zeuthen <davidz@redhat.com> 2005-06-15 02:31:38 +00:00
dir-watch.h 2005-06-14 David Zeuthen <davidz@redhat.com> 2005-06-15 02:31:38 +00:00
dispatch.c * bus/dispatch.c, test/test-service.c: Add testcase 2005-07-15 15:21:43 +00:00
dispatch.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
driver.c 2005-07-16 Colin Walters <walters@verbum.org> 2005-07-16 17:34:08 +00:00
driver.h * doc/dbus-specification.xml: document ServiceOwnerChanged signal. 2004-09-24 10:43:36 +00:00
expirelist.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
expirelist.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
main.c 2005-06-14 David Zeuthen <davidz@redhat.com> 2005-06-15 02:31:38 +00:00
Makefile.am 2005-06-14 David Zeuthen <davidz@redhat.com> 2005-06-15 02:31:38 +00:00
messagebus.in 2005-01-18 Havoc Pennington <hp@redhat.com> 2005-01-18 22:20:38 +00:00
policy.c * Release 0.36.2 2005-08-29 20:19:19 +00:00
policy.h Console user security policy 2004-08-25 22:11:49 +00:00
rc.messagebus.in 2005-01-18 Havoc Pennington <hp@redhat.com> 2005-01-18 22:20:38 +00:00
selinux.c 2005-07-16 Colin Walters <walters@verbum.org> 2005-07-16 17:34:08 +00:00
selinux.h 2005-07-16 Colin Walters <walters@verbum.org> 2005-07-16 17:34:08 +00:00
services.c 2005-04-13 David Zeuthen <davidz@redhat.com> 2005-04-13 14:27:11 +00:00
services.h 2004-11-07 Colin Walters <walters@verbum.org> 2004-11-07 17:05:19 +00:00
session.conf.in * Release 0.36.2 2005-08-29 20:19:19 +00:00
signals.c 2005-07-29 Havoc Pennington <hp@redhat.com> 2005-07-29 17:43:30 +00:00
signals.h 2005-07-29 Havoc Pennington <hp@redhat.com> 2005-07-29 17:43:30 +00:00
system.conf.in * ChangeLog: fix date in last entry 2005-07-15 17:28:35 +00:00
test-main.c 2004-11-03 Colin Walters <walters@verbum.org> 2004-11-03 16:38:35 +00:00
test.c 2005-02-17 Colin Walters <walters@verbum.org> 2005-02-17 21:19:49 +00:00
test.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
utils.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
utils.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00