* bus\config-parser.c (test_default_session_servicedirs):win32 fix.
[platform/upstream/dbus.git] / ChangeLog
index beb0bd5..e65993b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+2007-04-29 Ralf.Habacker  <ralf.habacker@freenet.de>
+       * bus\config-parser.c (test_default_session_servicedirs):
+       win32 fix.
+
+2007-04-29 Ralf.Habacker  <ralf.habacker@freenet.de>
+       * configure.in: define constant DBUS_UNIX.
+
+2007-05-14  Ralf Habacker <ralf.habacker@freenet.de>
+
+       * dbus/dbus-sysdeps-win.c (_dbus_printf_string_upper_bound):
+       compile fix for MS Platform SDK 6 
+       patch from Michael Luschas <mluschas@gmail.com>
+
+2007-05-10  John (J5) Palmieri <johnp@redhat.com>
+
+       * dbus-1.pc.in: add daemondir to pc file
+       patch from Brian Cameron <brian.cameron at sun.com>
+
+2007-05-04  Simon McVittie <simon.mcvittie@collabora.co.uk>
+
+       * doc/dbus-specification.xml: mention the reserved o.fd.DBus.Local
+       interface and the corresponding /o/fd/DBus/Local object path;
+       describe them as reserved and forbid using them in a sent message,
+       mentioning that in the reference implementation this will cause the
+       connection to be dropped. Patch approved by Havoc.
+
+2007-04-28  Ralf Habacker <ralf.habacker@freenet.de>
+
+       * cmake/: don't install test applications and service files,
+       moved CMAKE_DEBUG_POSTFIX to top level CMakeLists.txt
+
+2007-04-27  Havoc Pennington  <hp@redhat.com>
+
+       * dbus/dbus-sysdeps-unix.c (_dbus_open_socket): fix #10781 from
+       Tobias Nygren, checking pointer to fd vs. 0 rather than checking
+       the fd itself
+
+2007-04-26 Ralf Habacker  <ralf.habacker@freenet.de>
+
+       * cmake/: added debug postfixes to debug exe's for 
+       easier debugging.
+       * dbus\dbus-sysdeps-win.c (_dbus_win_set_error_from_win_error): 
+       print error code in case no string message is available.
+
 2007-04-06 Simon McVittie <simon.mcvittie@collabora.co.uk>
 
        * dbus/dbus-message-util.c, dbus/dbus-message.c,