* bus\config-parser.c (test_default_session_servicedirs):win32 fix.
[platform/upstream/dbus.git] / ChangeLog
index 571492f..e65993b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,208 @@
+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,
+       dbus/dbus-message.h: Add API to convert a DBusMessage to/from a
+       byte array. Patch from Dafydd Harries <dafydd.harries@collabora.co.uk>,
+       approved by Havoc Pennington.
+
+2007-04-03  Timo Hoenig  <thoenig@suse.de>
+
+       * dbus/dbus-address.c (dbus_parse_address): Do not accept zero-
+         length address.
+       * dbus/dbus-address.c (_dbus_address_test): Add test for zero-
+         length address.
+
+2007-03-25 Ralf.Habacker  <ralf.habacker@freenet.de>
+
+       * cmake/dbus/CMakeLists.txt: debug postfix also for mingw.
+
+2007-03-16 Ralf.Habacker  <ralf.habacker@freenet.de>
+
+       * cmake/modules/FindExpat.cmake: fix package detection on win32.
+
+       * README.win: update install instructions. 
+
+2007-03-16 Ralf.Habacker  <ralf.habacker@freenet.de>
+
+       * dbus/dbus-sysdeps.h (_dbus_split_paths_and_append):
+       new prototyp
+       (_DBUS_PATH_SEPARATOR): new macro. 
+
+       * dbus/dbus-sysdeps.c (_dbus_split_paths_and_append): merged 
+       from dbus/dbus-sysdeps-unix.c and dbus/dbus-sysdeps-win.c. 
+
+2007-03-15 Ralf.Habacker  <ralf.habacker@freenet.de>
+
+       * bus/config-parser.c, bus/policy.c,  
+       bus/policy.h, bus/dbus-daemon.1.in,
+       bus/session.conf.in: added eavesdrop support 
+       for replies - patch by olli.salli at collabora.co.uk
+       approved by Havoc Pennington. 
+
+2007-03-15 Ralf.Habacker  <ralf.habacker@freenet.de>
+
+       * dbus\dbus-sysdeps-win-thread.c: renamed to 
+       dbus-sysdeps-thread-win.c, it is a platform depending file 
+       similar to dbus-sysdeps-pthread.c.
+
+2007-03-15 Ralf.Habacker  <ralf.habacker@freenet.de>
+
+       * cmake\doc\CMakeLists.txt: added prelimary xml doc 
+       support, needs cmake Find script.
+
+2007-03-14 Ralf.Habacker  <ralf.habacker@freenet.de>
+
+       * cmake: add doxygen support
+
+2007-03-14  Ralf.Habacker  <ralf.habacker@freenet.de>
+
+       * cmake/config.h.cmake: WINCE fixes, defined DBUS_UNIX.
+
+2007-03-13  Ralf.Habacker  <ralf.habacker@freenet.de>
+
+       * dbus/dbus-sysdeps-util-win.c (dbus_become_daemon): 
+       win32 compile fix. 
+
+2007-03-13  Ralf.Habacker  <ralf.habacker@freenet.de>
+
+       * dbus-win.patch: removed obsolate patches. 
+
+2007-03-13  Ralf.Habacker  <ralf.habacker@freenet.de>
+
+       * dbus/dbus-sysdeps-win.c: added zero byte sending 
+       and receiving after connection start up
+
+2007-03-11  Havoc Pennington  <hp@redhat.com>
+
+       * tools/dbus-launch.c (do_close_stderr): fix C89 problem and
+       formatting problem
+
+       * Mostly fix the DBusPipe mess.
+       - put line break after function return types
+       - put space before parens
+       - do not pass structs around by value
+       - don't use dbus_strerror after calling supposedly cross-platform
+       api
+       - don't name pipe variables "fd"
+       - abstract special fd numbers like -1 and 1
+
+2007-03-12  Ralf Habacker  <ralf.habacker@freenet.de>
+
+       * dbus/dbus-sysdeps-win.h, dbus/dbus-sysdeps-win.c, 
+       dbus/dbus-sysdeps-util-win.c: renamed functions 
+       _dbus_xxx_file() to _dbus_file_xxx() to reflect 
+       struct name DBusFile. 
+
+2007-03-12  Ralf Habacker  <ralf.habacker@freenet.de>
+
+       * dbus/dbus-sysdeps-util-unix.c (_dbus_become_daemon):
+       fix _dbus_pid_fd check. 
+
+2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
+
+       * tools/dbus-print-message.c (print_message):
+       added printing of the reply serial to method returns and 
+       errors, so you can actually figure out the message/reply 
+       pairs - patch by olli.salli at collabora.co.uk.
+
+2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
+
+       * dbus-win.patch: removed committed patches. 
+
+2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
+
+       * bus/bus.c, bus/bus.h, bus/main.c, bus/test.c,
+       dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps-util-unix.c,
+       dbus/dbus-sysdeps-util-win.c, dbus/dbus-sysdeps-win.c,
+       dbus/dbus-sysdeps.h: renamed _dbus_xxx_pipe to _dbus_pipe_xxx,
+       completed _dbus_pipe support. 
+
+2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
+
+       * dbus/dbus-sysdeps.h (_dbus_listen_tcp_socket):
+       changed type or port to pointer, because the port is given back.
+
+       * dbus/dbus-server-socket.c (_dbus_server_new_for_tcp_socket):
+       implemented returning tcp port. Skipping port parameter
+       and non integer port values in config <listen> statement
+       needs more effort.
+
+       * dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps-win.c
+       (_dbus_listen_tcp_socket): return the real used tcp port.
+
+       * bus/dbus-daemon.1.in: added <listen> tcp examples
+
+2007-03-09  Ralf Habacker  <ralf.habacker@freenet.de>
+
+       * cmake/config.h.cmake: win32 msvc bug fix
+
+2007-03-09  Ralf Habacker  <ralf.habacker@freenet.de>
+
+       * cmake/config.h.cmake: fixed DBUS_WINxx defines,
+       using _WINCE does not work.
+
+2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
+
+       * dbus-win.patch: removed _dbus_write_pipe() patch, it is now 
+       committed.
+
+2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
+
+       * bus/bus.c, dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps.h:
+       rename pipe related write() function calls to _dbus_write_pipe().
+
+2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
+
+       * dbus-win.patch: added bus/config-loader-libexpat.c patch, 
+       uses DBUS_WIN for alls win32 related #ifdefs, 
+       some minor cleanups
+
 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
 
        * dbus-win.patch: updated patch for bus/dispatch.c.