Accept keyword argument introspect=False to Bus.get_object(),
[dbus-python-phuang.git] / NEWS
blob41f2c79205d73ea824281fcd5c89d1208e104d75
1 D-Bus Python Bindings 0.80rc3 (aka 0.79.93) (19 December 2006)
2 ==
3 - The "break the world" release
4 - Rewrite dbus_bindings (Pyrex) as _dbus_bindings (C) - API changes!
5 - Define what's public API
6 - Move low-level but still public API to dbus.lowlevel
7 - Remove Variant class, add variant_level property on all D-Bus types
8 - Make signal matching keep working as expected when name ownership changes
9 - Use unambiguous D-Bus types when transferring from D-Bus to Python
10 - Follow well-defined rules when transferring from Python to D-Bus
11 - Add utf8_strings and byte_arrays options in various places, so a user
12   can tweak the calling conventions to be more efficient
13 - Raise RuntimeError if user tries to use a connection with no main loop
14 - Redo main loop machinery so we can add pure-Python main loops later without
15   API breakage
16 - Allow construction of a dbus.service.Object if you don't have a BusName
17   (or even a Bus)
18 - Port introspection XML parser from libxml2 (external package) to expat
19   (included with Python)
20 - Port build system from distutils to autoconf/automake/libtool
21 - Install a header file for third-party main loop integration
22 - Make compatible with Python 2.5
23 - Add docstrings throughout
24 - Add more tests
25 - Add interoperability tests (which interoperate with Java)
26 - Add copyright notices!
28 D-Bus Python Bindings 0.71 (24 July 2006)
30 - Binary modules are now installed in the correct directory
31 - Distutils exports the dbus and dbus-glib cflags
33 D-Bus Python Bindings 0.70 (17 July 2006)
35 - First release of bindings split
36 - Move to a distutils build enviornment
37 - It is possible to now specify sender_keyword="foo", path_keyword="bar" when 
38   adding a signal listener