From: Simon McVittie Date: Fri, 28 Jun 2013 11:03:05 +0000 (+0100) Subject: NEWS for 33001 X-Git-Tag: dbus-1.7.6~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a73058a45c7c07b9ccfa8e69df4a65149e5c8b27;p=thirdparty%2Fdbus.git NEWS for 33001 --- diff --git a/NEWS b/NEWS index a25b9a564..4c91dccb7 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,12 @@ D-Bus 1.7.6 (UNRELEASED) Build-time configuration changes: +• Directory change notification via dnotify on Linux is no longer + supported; it hadn't compiled successfully since 2010 in any case. + If you don't have inotify (Linux) or kqueue (*BSD), you will need + to send SIGHUP to the dbus-daemon when its configuration changes. + (fd.o #33001, Chengwei Yang) + • The DBUS_DISABLE_ASSERTS CMake option didn't actually disable most assertions. It has been renamed to DBUS_DISABLE_ASSERT to be consistent with the Autotools build system. (fd.o #66142, Chengwei Yang)