2006-10-21 Havoc Pennington <hp@redhat.com>
[platform/upstream/dbus.git] / ChangeLog
index 090b37f..d30a955 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,113 @@
+2006-10-21  Havoc Pennington  <hp@redhat.com>
+
+        * Move all private API into the private Doxygen group sections of
+       the files, so they don't show up in the public API docs
+       
+2006-10-21  Havoc Pennington  <hp@redhat.com>
+
+       * dbus/dbus-message.h: put #ifndef DBUS_DISABLE_DEPRECATED around 
+       dbus_message_iter_get_array_len().
+
+       * throughout: documentation improvements.
+
+2006-10-20  Havoc Pennington  <hp@redhat.com>
+
+       * doc/TODO: remove the int64 thing from 1.0 since it doesn't
+       matter, and the message-loader-breaker thing since nobody is going
+       to do it.  Add an item to 1.0 about supporting recursive locks
+       in dbus_threads_init_default() though, since it should be easy.
+
+       * dbus/dbus-connection.c (_dbus_connection_read_write_dispatch):
+       Fix this in the !dispatch case to avoid busy-looping after
+       disconnection
+
+        * More misc docs improvements
+
+2006-10-19  Havoc Pennington  <hp@redhat.com>
+
+       * more Doxygen-related fixes (lots of moving things from the
+       public to internal section in dbus-connection.c)
+
+2006-10-19  Havoc Pennington  <hp@redhat.com>
+
+       * Fix a pile of Doxygen warnings and missing docs
+
+2006-10-19  John (J5) Palmieri  <johnp@redhat.com>
+
+       * bus/dir-watch-default.c, bus/dir-watch-dnotify.c, 
+       bus/dir-watch-kqueue.c (bus_watch_directory): Pass in a BusContext 
+       instead of a void *.  kqueue uses this to get the context's loop
+       while the other modules ignore the parameter.  This allows us to
+       avoid platform conditionals
+
+       * bus/bus.c (process_config_postinit): Pass in the context to the 
+       watch
+
+2006-10-19  John (J5) Palmieri  <johnp@redhat.com>
+
+       * bus/messagebus.in, bus/rc.messagebus.in: run dbus-uuidgen --ensure
+       when starting the system bus
+
+2006-10-18  John (J5) Palmieri  <johnp@redhat.com>
+
+       * configure.in: More fixups for cross compile (Patch from 
+       Marco Pracucci <development at pracucci dot com>)
+
+2006-10-17  Havoc Pennington  <hp@redhat.com>
+
+       * tools/dbus-send.c (main): don't close shared connection, fix
+       from Timo Hoenig
+
+2006-10-17  Havoc Pennington  <hp@redhat.com>
+
+       * configure.in (CPPFLAGS): don't do -DDBUS_API_SUBJECT_TO_CHANGE here
+
+       * dbus/dbus.h: drop the DBUS_API_SUBJECT_TO_CHANGE requirement,
+       since realistically it doesn't look like we'll be changing it
+       anymore.
+
+2006-10-17  Havoc Pennington  <hp@redhat.com>
+
+       * dbus/dbus-internals.c (_dbus_warn_check_failed): new function to
+       be used for return_if_fail type warnings; prefixes the pid, and
+       fatal by default.
+
+2006-10-14  John (J5) Palmieri  <johnp@redhat.com>
+
+       * configure.in: Released 1.0 RC 2(0.94)
+       Add check for -fPIC and enable it if available
+
+2006-10-14  John (J5) Palmieri  <johnp@redhat.com>
+
+       * doc/TODO: Remove the check TODO item
+
+2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
+
+       * dbus-transport-socket.c (exchange_credentials):
+       Print out more detailed errors if reading or sending
+       credentials fail (Patch from Julio M. Merino Vidal 
+       <jmmv at NetBSD dot org>)
+
+2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
+
+       * configure.in: when checking for posix getpwnam_r assume true
+       for cross compiles
+
+2006-10-13  John (J5) Palmieri  <johnp@redhat.com>
+
+       * configure.in: Check for gethostbyname first before we check for it
+       in libnsl.  On gnu systems it is implemeneted 
+
+2006-10-13  Havoc Pennington  <hp@redhat.com>
+
+       * dbus/dbus-connection.c
+       (dbus_connection_send_with_reply_and_block): fix to handle closed
+       connections, from Tambet Ingo bug #8631
+
+2006-10-11  John (J5) Palmieri  <johnp@redhat.com>
+
+       * configure.in: use AC_TRY_COMPILE for dirfd instead of AC_TRY_RUN
+
 2006-10-11  John (J5) Palmieri  <johnp@redhat.com>
 
        * test/name-test/Makefile.am: don't link against both libdbus and