some docs cleanups
[platform/upstream/dbus.git] / ChangeLog
index 5d02b85..91629ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,69 @@
+2005-08-01  Colin Walters  <walters@verbum.org>
+
+       Patch from Joe Markus Clarke:   
+       
+       * glib/dbus-gidl.c (property_info_unref, arg_info_unref): Fix
+       use-after-free.
+
+2005-08-01  Colin Walters  <walters@verbum.org>
+       
+       Patch from Joe Markus Clarke:   
+       
+       * tools/dbus-send.c (main): 
+       
+       Don't use C99 style initializers (bug #3933).
+       
+2005-08-01  Colin Walters  <walters@verbum.org>
+
+       Patch from Joe Markus Clarke:   
+
+       * glib/dbus-gvalue.c (dbus_g_value_types_init): 
+       * glib/dbus-gvalue-utils.c (dbus_g_type_specialized_builtins_init) 
+       * glib/dbus-gobject.c (write_interface):
+
+       Don't use C99 style initializers (bug #3933).
+
+2005-07-31  Havoc Pennington  <hp@redhat.com>
+
+       * tools/dbus-viewer.c (load_child_nodes): fix invocation of
+       dbus_g_proxy_call, fix from Piotr Zielinski bug #3920
+
+2005-07-30  Havoc Pennington  <hp@redhat.com>
+
+       * fix a bunch of Doxygen warnings and mistakes
+
+2005-07-30  Havoc Pennington  <hp@redhat.com>
+
+       * dbus/dbus-sysdeps.c (_dbus_string_parse_uint): remove #ifdef
+       DBUS_BUILD_TESTS since it's now used in production code
+
+2005-07-29  Havoc Pennington  <hp@redhat.com>
+
+       * test/glib/test-profile.c (write_junk): initialize the junk
+       buffer so valgrind doesn't have a breakdown
+
+2005-07-29  Havoc Pennington  <hp@redhat.com>
+
+       * bus/signals.c (bus_signals_test): add match_rule_equal() tests
+       (match_rule_matches): remove unused arg
+       (test_matching): add tests for match_rule_matches()
+
+       * bus/signals.c (bus_match_rule_parse_arg_match): add ability to
+       do arg0='foo' arg5='bar' in the match rules
+       (match_rule_matches): don't match if the arg0='foo' doesn't match.
+
+       * dbus/dbus-protocol.h (DBUS_MAXIMUM_MATCH_RULE_ARG_NUMBER): add this
+
+2005-07-29  Ross Burton  <ross@openedhand.com>
+
+       * dbus/dbus-connection.c:
+       Don't create a DBusCondVar which is never used.
+
+2005-07-27  Ross Burton  <ross@openedhand.com>
+
+       * dbus/dbus-message.c:
+       Reduce the size of the maximum cached message to 10K.
+
 2005-07-25  Ross Burton  <ross@openedhand.com>
 
        * glib/dbus-gproxy.c: