dbus ChangeLog,1.898,1.899 dbus-1.pc.in,1.1,1.2
John Palmieri
johnp at freedesktop.org
Mon Sep 26 11:49:55 PDT 2005
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv579
Modified Files:
ChangeLog dbus-1.pc.in
Log Message:
* Integrate patches from Lennart Poettering <mzsqb at 0pointer.de>:
- dbus/dbus-bus.c
(internal_bus_get): new method that take over the heavy lifting
of dbus_bus_get and adds the ability to get a private connection
to the bus
(dbus_bus_get): wrapper to internal_bus_get that provides the same
interface as in previous versions
(dbus_bus_get_private): new method that is a wrapper to
internal_bus_get to get a private connection to the bus
- dbus/dbus-bus.h
(dbus_bus_get_private): add as a public libdbus interface
- dbus-1.pc.in: output system_bus_default_address and
sysconfdir variables so apps can use them when compiling
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.898
retrieving revision 1.899
diff -u -d -r1.898 -r1.899
--- ChangeLog 23 Sep 2005 14:25:05 -0000 1.898
+++ ChangeLog 26 Sep 2005 18:49:53 -0000 1.899
@@ -1,3 +1,21 @@
+2005-09-26 John (J5) Palmieri <johnp at redhat.com>
+
+ * Integrate patches from Lennart Poettering <mzsqb at 0pointer.de>:
+ - dbus/dbus-bus.c
+ (internal_bus_get): new method that take over the heavy lifting
+ of dbus_bus_get and adds the ability to get a private connection
+ to the bus
+ (dbus_bus_get): wrapper to internal_bus_get that provides the same
+ interface as in previous versions
+ (dbus_bus_get_private): new method that is a wrapper to
+ internal_bus_get to get a private connection to the bus
+
+ - dbus/dbus-bus.h
+ (dbus_bus_get_private): add as a public libdbus interface
+
+ - dbus-1.pc.in: output system_bus_default_address and
+ sysconfdir variables so apps can use them when compiling
+
2005-09-23 Harald Fernengel <harry at kdevelop.org>
* dbus/qt: New Qt bindings
Index: dbus-1.pc.in
===================================================================
RCS file: /cvs/dbus/dbus/dbus-1.pc.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dbus-1.pc.in 29 Apr 2003 21:56:37 -0000 1.1
+++ dbus-1.pc.in 26 Sep 2005 18:49:53 -0000 1.2
@@ -2,6 +2,8 @@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
+system_bus_default_address=@DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
+sysconfdir=@EXPANDED_SYSCONFDIR@
Name: dbus
Description: Free desktop message bus
More information about the dbus-commit
mailing list