X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=e65993b10f51bae57b115b6af0dab66af28d96fe;hb=e02f8b1c00f99f5fbd0890e6aa24ad6c082db7f6;hp=571492f01029e922bde4a3f4097ea1ede69fcecd;hpb=819da44f7cc6cd1e3f718342421d7e10de1edd17;p=platform%2Fupstream%2Fdbus.git diff --git a/ChangeLog b/ChangeLog index 571492f..e65993b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,208 @@ +2007-04-29 Ralf.Habacker + + * bus\config-parser.c (test_default_session_servicedirs): + win32 fix. + +2007-04-29 Ralf.Habacker + + * configure.in: define constant DBUS_UNIX. + +2007-05-14 Ralf Habacker + + * dbus/dbus-sysdeps-win.c (_dbus_printf_string_upper_bound): + compile fix for MS Platform SDK 6 + patch from Michael Luschas + +2007-05-10 John (J5) Palmieri + + * dbus-1.pc.in: add daemondir to pc file + patch from Brian Cameron + +2007-05-04 Simon McVittie + + * 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 + + * cmake/: don't install test applications and service files, + moved CMAKE_DEBUG_POSTFIX to top level CMakeLists.txt + +2007-04-27 Havoc Pennington + + * 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 + + * 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 + + * 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 , + approved by Havoc Pennington. + +2007-04-03 Timo Hoenig + + * 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 + + * cmake/dbus/CMakeLists.txt: debug postfix also for mingw. + +2007-03-16 Ralf.Habacker + + * cmake/modules/FindExpat.cmake: fix package detection on win32. + + * README.win: update install instructions. + +2007-03-16 Ralf.Habacker + + * 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 + + * 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 + + * 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 + + * cmake\doc\CMakeLists.txt: added prelimary xml doc + support, needs cmake Find script. + +2007-03-14 Ralf.Habacker + + * cmake: add doxygen support + +2007-03-14 Ralf.Habacker + + * cmake/config.h.cmake: WINCE fixes, defined DBUS_UNIX. + +2007-03-13 Ralf.Habacker + + * dbus/dbus-sysdeps-util-win.c (dbus_become_daemon): + win32 compile fix. + +2007-03-13 Ralf.Habacker + + * dbus-win.patch: removed obsolate patches. + +2007-03-13 Ralf.Habacker + + * dbus/dbus-sysdeps-win.c: added zero byte sending + and receiving after connection start up + +2007-03-11 Havoc Pennington + + * 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 + + * 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 + + * dbus/dbus-sysdeps-util-unix.c (_dbus_become_daemon): + fix _dbus_pid_fd check. + +2007-03-10 Ralf Habacker + + * 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 + + * dbus-win.patch: removed committed patches. + +2007-03-10 Ralf Habacker + + * 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 + + * 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 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 tcp examples + +2007-03-09 Ralf Habacker + + * cmake/config.h.cmake: win32 msvc bug fix + +2007-03-09 Ralf Habacker + + * cmake/config.h.cmake: fixed DBUS_WINxx defines, + using _WINCE does not work. + +2007-03-08 Ralf Habacker + + * dbus-win.patch: removed _dbus_write_pipe() patch, it is now + committed. + +2007-03-08 Ralf Habacker + + * 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 + + * 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 * dbus-win.patch: updated patch for bus/dispatch.c.