From: Simon McVittie Date: Thu, 22 Aug 2013 17:03:24 +0000 (+0100) Subject: NEWS for 1.6 X-Git-Tag: dbus-1.7.6~128^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ad2668fb36e8ab2664e7a8f044f3a8b7ca96b0b;p=thirdparty%2Fdbus.git NEWS for 1.6 --- diff --git a/NEWS b/NEWS index 150a5344e..bef985ee2 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,9 @@ Fixes: • If malloc() returns NULL in dbus_set_error(), don't va_end() a va_list that was never va_start()ed (fd.o #66300, Chengwei Yang) +• Fix a regression test on platforms with strict alignment (fd.o #67279, + Colin Walters) + D-Bus 1.6.12 (2013-06-13) ==