summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-17 13:06:06 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-17 13:06:06 +0100
commit8c2ef87d94525af4b1e7f21e18b0a07b30ab425b (patch)
tree7867f7a683eed74c86be3f789ac9b0969b9c17d3
parentd1ded84e774c4aaad9bf02842e1898580dd599ea (diff)
downloaddbus-python-8c2ef87d94525af4b1e7f21e18b0a07b30ab425b.tar.gz
Update NEWS again
-rw-r--r--NEWS15
1 files changed, 10 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index c0a63a8..56c48b5 100644
--- a/NEWS
+++ b/NEWS
@@ -3,17 +3,22 @@ D-Bus Python Bindings 0.83.0 (unreleased)
Features:
-* add bindings for DBusServer (thanks to Mathias Hasselmann, Huang Peng;
- fd.o #14322, #15514)
+* Add bindings for DBusServer (thanks to Mathias Hasselmann, Huang Peng;
+ fd.o #14322, #15514).
+
+* Omit the service's traceback from certain D-Bus errors: specifically, those
+ that were probably deliberately raised as part of an API. Subclasses
+ of DBusException that indicate programmer error can turn the traceback
+ back on if it seems likely to be useful.
Fixes:
-* don't emit spurious Error messages if libdbus gives object-path handlers
+* Don't emit spurious Error messages if libdbus gives object-path handlers
a message that isn't a method call (most likely because of binding to a
- locally emitted signal, as in fd.o #14199)
+ locally emitted signal, as in fd.o #14199).
* Make multiple filters added by Connection.add_message_filter work
- (fd.o #15547, thanks to Huang Peng)
+ (fd.o #15547, thanks to Huang Peng).
D-Bus Python Bindings 0.82.4 (2007-12-10)
=========================================