* Remove stray files from the stripped bindings
[platform/upstream/dbus.git] / ChangeLog
index 5234c7d..4122b16 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,207 @@
+2006-07-17  John (J5) Palmieri  <johnp@redhat.com>
+
+       * dbus-qt4-1.pc.in, dbus-sharp.pc.in:
+       Remove stray files from the stripped bindings
+
+2006-07-16  Havoc Pennington  <hp@redhat.com>
+
+       * dbus/dbus-pending-call.c (_dbus_pending_call_set_timeout_error):
+       Improve the error message on reply timeout
+
+2006-07-14  John (J5) Palmieri  <johnp@redhat.com>
+
+       * Remove all bindings
+
+2006-07-13  John (J5) Palmieri  <johnp@redhat.com>
+
+       * dbus-connection.c (dbus_connection_send_with_reply): return TRUE
+       and set pending_reply out arg to NULL is connection is disconnected
+       (connection_timeout_and_complete_all_pending_calls_unlocked): New
+       static method for cleaning up pending calls on disconnect
+       (_dbus_connection_get_dispatch_status_unlocked): If we have pending 
+       calls queued timeouts on disconnect 
+
+        * dbus/dbus-pending-call.ci (_dbus_pending_call_set_connection):
+       Remove 
+
+2006-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * bus/activation.[ch] (bus_activation_list_services): new function to 
+       get the list of services that can be activated
+
+       * bus/dispatch.c: test coverage for the new bus method
+       ListActivatableNames
+
+       * bus/driver.c: new bus method ListActivatableNames to get the list of
+       services that can be activated
+
+       * doc/dbus-specification.xml: ListActivatableNames method documentation
+
+2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
+       * dbus/Makefile.am: add dbus-pending-call-internal.h to the list of
+       source files
+
+2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
+       * dbus/dbus-message-factory.c:
+       Fix index into an array (patch by Peter Kümmel <syntheticpp at gmx.net>)
+
+2006-07-12  John (J5) Palmieri  <johnp@redhat.com>
+       * dbus/dbus-connection-internal.h:
+       * dbus/dbus-connection.c:
+       * file dbus/dbus-pending-call.c:
+       * dbus/dbus-pending-call.h:
+       Make DBusPendingCall an opaque type even to D-Bus internals
+
+2006-07-07  John (J5) Palmieri  <johnp@redhat.com>
+
+       * dbus/dbus-connection.h: remove connection_disconnect and replace with
+       connection_close
+
+       * dbus/dbus-connection.c: include dbus-bus.h
+       (_dbus_connection_read_write_dispatch): make static
+
+2006-07-07  John (J5) Palmieri  <johnp@redhat.com>
+
+       * dbus/dbus-connection.c (dbus_connection_close): removed deprecated
+       function
+       (dbus_connection_dispatch): On disconnect unref any shared connections
+
+       * dbus/dbus-bus.c (_dbus_bus_check_connection_and_unref): new function
+       for cleaning up shared connections on disconnect
+       (internal_bus_get): get a hard refrence to shared connections when
+       they are created
+       
+       * doc/TODO: Remove items which are no longer relevent or have been fixed
+       Split 1.0 todo items with a 0.90 freeze todo list
+2006-06-14  Ross Burton  <ross@openedhand.com>
+
+       * glib/dbus-gobject.c:
+       Free a leaking GArray (surely not!) in dbus_g_method_return.
+
+2006-06-14  Ross Burton  <ross@openedhand.com>
+
+       * tools/Makefile.am:
+       * tools/dbus-monitor.c:
+       Don't use the GLib bindings in dbus-monitor (patch from Ralf
+       Habacker).
+       
+2006-06-14  Ross Burton  <ross@openedhand.com>
+
+       * tools/dbus-print-message.c:
+       Also print the object path when outputting signals or method calls.
+
+2006-06-13  Thiago Macieira <thiago.macieira@trolltech.com>
+
+       * qt/src/Makefile.am: install the qdbus.h header.
+       This allows people to actually use the installed code.
+
+2006-06-12  Ross Burton  <ross@openedhand.com>
+
+       * glib/dbus-gproxy.c:
+       Don't leak a GArray when firing signals (thank Rob Taylor for review).
+
+2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
+
+       * Released 0.62
+
+2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
+
+       * dbus/dbus-arch-deps.h.in: Remove spurious semi-colons that
+        break pedantic builds. Closes bug 6043 (patch approved by
+        Havoc back in February).
+
+2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
+
+       * qt/src/qdbusintegrator.cpp: Fix bug in parsing async methods
+        that took a QDBusMessage parameter.
+       * qt/src/qdbusbus.h: Add a default flag for RequestName.
+       * qt/tools/dbus.cpp: Don't use automatic call because we might
+        be calling an async method: request a reply.
+
+2006-06-11  Thiago Macieira <thiago.macieira@trolltech.com>
+
+       * test/qt/*: Update the testcases, including testing the new
+        functionality of sending null QByteArray and QString over the
+        bus. Add new headertest test and restore the old
+        qdbusxmlparser test.
+
+2006-06-11  Thiago Macieira <thiago.macieira@trolltech.com>
+
+       * qt/tools/dbuscpp2xml.cpp: Compile on Windows.
+       * qt/tools/dbusidl2cpp.cpp: Add missing newline.
+
+       * qt/examples/Makefile.am:
+       * qt/examples/chat.h: Use UI-generated files with the ui_*.h
+       form.
+
+       * qt/src/qdbusmarshall.cpp: Allow sending of QString() and
+       QByteArray() (nulls) over the bus.
+       * qt/src/qdbusabstractinterface.cpp: Use the correct variable,
+       the one that has the signature suffix stripped.
+       * qt/src/qdbusreply.h: Make some methods const.
+
+2006-06-09  Thiago Macieira <thiago.macieira@trolltech.com>
+
+       Patch from Timo Hoenig <thoenig@suse.de>.
+
+       * qt/dbus/Makefile.am: New file.  Fix "make dist", add all headers
+       required during build to EXTRA_DIST.
+       * qt/src/Makefile.am: Fix "make dist", add 'qdbus.h' to EXTRA_DIST.
+       * qt/Makefile.am: Fix "make dist", add 'dbus' to DIST_SUBDIRS.
+       * configure.in: Fix "make dist", take care that the Makefile for
+       qt/dbus is being generated.
+
+2006-06-07  John (J5) Palmieri  <johnp@redhat.com>
+
+       * bus/bus.c: Fix eavesdropping on method calls
+
+2006-06-07  John (J5) Palmieri  <johnp@redhat.com>
+
+       * configure.in:
+       * dbus/dbus-userdb-util.c:
+       Add Solaris console owner patch from Artem Kachitchkine
+
+2006-06-07  Thiago Macieira <thiago.macieira@trolltech.com>
+
+       * qt/Makfile.am:
+       * qt/src/Makefile.am: Fix the EXTRA_DIST after the
+       reorganisation. Thanks to Timo Hoenig for pointing this out.
+
+2006-06-06  Robert McQueen  <robot101@debian.org>
+
+       * glib/dbus-gtype-specialized.c: Fix obvious leak of GArray in every
+         call to dbus_g_type_get_struct.
+
+2006-06-06  Robert McQueen  <robot101@debian.org>
+
+       * glib/dbus-gvalue-utils.c: Fix the failing test where static string
+         pointers were put into a GPtrArray-based specialised collection, and
+         then freed along with the array. GValues which you add into
+         collections or maps which have the NOCOPY flag set are assumed to not
+         belong to the caller, so rather than the existing pointer-stealing
+         semantics, they are copied instead. Given that the main consumers of
+         this abstraction are the bindings themselves, I don't think this is
+         too bad, but others should watch their choice of take vs set_static.
+
+2006-06-06  Robert McQueen  <robot101@debian.org>
+
+       * glib/dbus-gvalue-utils.c: Spotted a warning about the return value
+         of g_slist_prepend not being used. Fixed copying of slist-based
+         specialised collections, then wrote a test case and found that it was
+         all broken. Went on to fix iterating and appending too. Good thing
+         nobody uses this code yet.
+
+2006-06-06  Robert McQueen  <robot101@debian.org>
+
+       * glib/dbus-gvalue-utils.c: Remove duplicated code by having all of
+         the iterators use gvalue_take_ptrarray_value (the GValues themselves
+         are discarded without unsetting, so it makes no difference whether
+         we take or set_static). Remove cases for G_TYPE_POINTER because
+         there really is nothing useful we can do with them in our
+         specialised types - we *need* boxed copy/free functions at the very
+         least.
+
 2006-06-05  Thiago Macieira <thiago.macieira@trolltech.com>
 
        * qt/dbus: Add directory. I had forgotten to add this
        * qt/qdbusintegrator.cpp: Fix assertion failure spotted by
        Brad Hards.
 
-2005-04-28  Robert McQueen  <robot101@debian.org>
+2006-04-28  Robert McQueen  <robot101@debian.org>
 
        * glib/dbus-gproxy.c: Fix properties so that they can be given in
        any order, making it easier for people who inherit from this
        object.
 
-2005-04-28  Robert McQueen  <robot101@debian.org>
+2006-04-28  Robert McQueen  <robot101@debian.org>
 
        * glib/dbus-gvalue-utils.c: Patch from Jakub Stachowski to fix leaking
        of memory from within pointer arrays and lists. Fixes bug #6300.
 
-2005-04-28  Robert McQueen  <robot101@debian.org>
+2006-04-28  Robert McQueen  <robot101@debian.org>
 
        * glib/dbus-gvalue.c: Patch from Jakub Stachowski to fix a leak in
        generating struct signatures. Fixes bug #6083.
 
-2005-04-28  Robert McQueen  <robot101@debian.org>
+2006-04-28  Robert McQueen  <robot101@debian.org>
 
        * qt/Makefile.am: Tweak CLEANFILES from qdbusconnection.moc
        to qdbusconnection_p.moc.