From: Simon McVittie Date: Mon, 22 Apr 2013 15:21:02 +0000 (+0100) Subject: NEWS for 1.7 X-Git-Tag: dbus-1.7.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e04ddba7d3168901ccb0dda20775446fea4ea0b;p=thirdparty%2Fdbus.git NEWS for 1.7 --- diff --git a/NEWS b/NEWS index 4fd097753..a9e752dd5 100644 --- a/NEWS +++ b/NEWS @@ -8,11 +8,14 @@ Configuration changes: limit used on the system bus was already 1024. On QNX, both limits are reduced further, to 128. -Fixes: +Enhancements: -• Following Unicode Corrigendum #9, the noncharacters U+nFFFE, U+nFFFF, - U+FDD0..U+FDEF are allowed in UTF-8 strings again. - (fd.o #63072, Simon McVittie) +• D-Bus Specification 0.21 + · Following Unicode Corrigendum #9, the noncharacters U+nFFFE, U+nFFFF, + U+FDD0..U+FDEF are allowed in UTF-8 strings again. (fd.o #63072, + Simon McVittie) + +Fixes: • Diagnose incorrect use of dbus_connection_get_data() with negative slot (i.e. before allocating the slot) rather than returning junk @@ -24,6 +27,8 @@ Fixes: • Unix-specific:   · Under systemd, log to syslog only, not stderr, avoiding duplication (fd.o #61399, #39987; Colin Walters, Dagobert Michelsen) + · Under systemd, remove unnecessary dependency on syslog.socket + (fd.o #63531, Cristian Rodríguez) · Include alloca.h for alloca() if available, fixing compilation on Solaris 10 (fd.o #63071, Dagobert Michelsen) · Allow use of systemd-logind without the rest of systemd