summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-12 19:01:07 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-12 19:01:07 +0100
commitdab4284a24da2b6c015fd89fa953f177af7867b4 (patch)
tree8ef698efede236c0dca6e388cf7e9ca422618d67 /NEWS
parent7385459f89d8efc21659f4fee7f89fec26bb1773 (diff)
downloaddbus-dab4284a24da2b6c015fd89fa953f177af7867b4.tar.gz
NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5491e663..a8d66a66 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,9 @@ Other fixes:
(fd.o #60853, Chengwei Yang)
• Unix-specific:
+ · Fix a crash similar to CVE-2013-2168 the first time we try to use syslog
+ on a platform not defining LOG_PERROR, such as Solaris or QNX.
+ This regressed in 1.7.0. (Simon)
· Fix an assertion failure if we try to activate systemd services before
systemd connects to the bus (fd.o #50199, Chengwei Yang)
· Avoid compiler warnings for ignoring the return from write()