diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2006-10-02 18:45:27 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2006-10-02 18:45:27 +0000 |
commit | ff99239bd429cb3335406dff1761a0a54ad2996b (patch) | |
tree | 31d3551bdf13402efa9047bd7b87cbaaa023bf0a /ChangeLog | |
parent | 254524928ac070b59c8a3a089df2279f0021a7cf (diff) |
* dbus/dbus-sysdeps.c (_dbus_abort): Remove from
#ifndef DBUS_DISABLE_ASSERTS macro to fix distcheck
* dbus/dbus-sysdeps-unix.c (_dbus_print_backtrace): Remove from
#if !defined (DBUS_DISABLE_ASSERT) || defined(DBUS_BUILD_TESTS)
macro because _dbus_abort calls it
* tools/Makefile.am: Add dbus-launch.h to the source list so distcheck works
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2006-10-02 John (J5) Palmieir <johnp@redhat.com> + * dbus/dbus-sysdeps.c (_dbus_abort): Remove from + #ifndef DBUS_DISABLE_ASSERTS macro to fix distcheck + + * dbus/dbus-sysdeps-unix.c (_dbus_print_backtrace): Remove from + #if !defined (DBUS_DISABLE_ASSERT) || defined(DBUS_BUILD_TESTS) + macro because _dbus_abort calls it + + * tools/Makefile.am: Add dbus-launch.h to the source list so distcheck + works + +2006-10-02 John (J5) Palmieir <johnp@redhat.com> + * dbus/dbus-sysdeps-util-unix.c (dirent_buf_size): Add check for MAXNAMELEN for Mac OSX. (Patch from Jonas B <sanoix at gmail dot com>) |