This commit is contained in:
Simon McVittie 2014-06-11 11:56:00 +01:00
parent 5d91f615d1
commit 93d98e4480

4
NEWS
View file

@ -45,6 +45,10 @@ Fixes:
• avoid calling poll() with timeout < -1, which is considered invalid
on FreeBSD and NetBSD (fd.o #78480, Jaap Boender)
• be portable to BSD-derived platforms where O_CLOEXEC is unavailable in libc
(like Mac OS X 10.6), or available in libc but unsupported by the kernel
(fd.o #77032; rmvsxop, OBATA Akio, Patrick Welche)
D-Bus 1.8.4 (2014-06-10)
==