summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-05-25 12:50:36 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-05-25 12:50:36 +0100
commit6bdb27482cace69935584d2d9b33bdfce50ef5ce (patch)
tree06a9b76114a09a0f8f44a598ce850e48835cf365 /NEWS
parent5ee02bf8785167f042636ab3005105243bff533b (diff)
downloaddbus-python-0.84.0.tar.gz
prepare 0.84dbus-python-0.84.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b651f46..652ce41 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,19 @@
-D-Bus Python Bindings 0.84.0 (UNRELEASED)
+D-Bus Python Bindings 0.84.0 (2011-05-25)
=========================================
+The "Comrade Bill Bartram's Egalitarian Anti-Imperialist Soviet Stout" release.
+
Enhancements:
+* fd.o #30812: add the UnixFd type, and support Unix fd passing if
+ compiled against a new enough libdbus (Elvis Pfützenreuter)
+
* fd.o #34342: add Connection.set_allow_anonymous(bool) (Scott Tsai)
+* fd.o #21017: add configure arguments PYTHON_INCLUDES and PYTHON_LIBS which
+ can be used to override $PYTHON-config (Simon McVittie, based on a patch from
+ Robert Schwebel)
+
Fixes:
* fd.o #35626: clear ProxyObject's pending introspection queue after