]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
*** empty log message ***
authorColin Walters <walters@verbum.org>
Thu, 17 Feb 2005 21:30:42 +0000 (21:30 +0000)
committerColin Walters <walters@verbum.org>
Thu, 17 Feb 2005 21:30:42 +0000 (21:30 +0000)
ChangeLog

index 680fdf83bf12da321ab95d43f5e314808896aff0..edd4ed59519b89a49a3c869a4e95dc630f8c8bd6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        Rename to DBUS_SERVICE_DBUS.
        (DBUS_PATH_ORG_FREEDESKTOP_DBUS): Rename to DBUS_PATH_DBUS.
        (DBUS_PATH_ORG_FREEDESKTOP_LOCAL): Rename to DBUS_PATH_LOCAL.
+       Change the value from "org.freedesktop.Local"
+       to "org.freedesktop.DBus.Local".
        (DBUS_INTERFACE_ORG_FREEDESKTOP_DBUS): Rename to DBUS_INTERFACE_DBUS.
        (DBUS_INTERFACE_ORG_FREEDESKTOP_INTROSPECTABLE): Rename to
        DBUS_INTERFACE_INTROSPECTABLE.
+       Change the value from "org.freedesktop.Introspectable"
+       to "org.freedesktop.DBus.Introspectable".
        (DBUS_INTERFACE_ORG_FREEDESKTOP_PROPERTIES): Rename to
        DBUS_INTERFACE_PROPERTIES.
+       Change the value from "org.freedesktop.Properties"
+       to "org.freedesktop.DBus.Properties".
        (DBUS_INTERFACE_ORG_FREEDESKTOP_PEER): Rename to
        DBUS_INTERFACE_PEER.
+       Change the value from "org.freedesktop.Peer"
+       to "org.freedesktop.DBus.Peer".
        (DBUS_INTERFACE_ORG_FREEDESKTOP_LOCAL): 
        DBUS_INTERFACE_LOCAL.
+       Change the value from "org.freedesktop.Local"
+       to "org.freedesktop.DBus.Local".
 
        All other users of those constants have been changed.