summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-04-22 16:15:34 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-04-22 16:15:34 +0100
commit6d7782659aff46544bbb9177bf09753fdb454fac (patch)
tree54b071570417d1489858b0a75183ba7eda6fdb78
parent6b2add5e70252c513f506f84cc386f47953df48d (diff)
downloaddbus-6d7782659aff46544bbb9177bf09753fdb454fac.tar.gz
NEWS for 1.6
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 96e10146..a3c4ad5b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
D-Bus 1.6.10 (UNRELEASED)
==
+• 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)
+
• Diagnose incorrect use of dbus_connection_get_data() with negative slot
(i.e. before allocating the slot) rather than returning junk
(fd.o #63127, Dan Williams)