summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-12-13 12:04:25 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-12-13 12:04:25 +0000
commit75f2aaaa06e57bc1fbdbaf0530e48dea02541b03 (patch)
tree133c0d5df2b062d259ef2a53be47d0f05dc2a48a
parentcabcf23207a67cb9215e3efc25ae6e8d73823fd1 (diff)
downloaddbus-python-75f2aaaa06e57bc1fbdbaf0530e48dea02541b03.tar.gz
Update NEWS
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2881144..e6ce74f 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,15 @@ API changes:
* dbus_bindings, which was never meant to be public API and has been
deprecated for nearly 5 years, has finally been removed.
+Fixes:
+
+* OOM while appending a unicode object to a message no longer leaks a string
+ (Barry Warsaw)
+
+* If libdbus somehow gives us invalid UTF-8, don't crash (Barry Warsaw)
+
+* Start to port to Python 3 compatibility (Barry Warsaw)
+
D-Bus Python Bindings 0.84.0 (2011-05-25)
=========================================