_dbus_bindings: debug-impl.h -> debug.c
[dbus-python-phuang.git] / NEWS
blob68593329532cb68f574a8371ac12086a0fbec1a1
1 D-Bus Python Bindings 0.80rc1 (aka 0.79.91) (5 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 - Add docstrings throughout
19 - Add more tests
20 - Add interoperability tests (which interoperate with Java)
21 - Add copyright notices!
23 D-Bus Python Bindings 0.71 (24 July 2006)
25 - Binary modules are now installed in the correct directory
26 - Distutils exports the dbus and dbus-glib cflags
28 D-Bus Python Bindings 0.70 (17 July 2006)
30 - First release of bindings split
31 - Move to a distutils build enviornment
32 - It is possible to now specify sender_keyword="foo", path_keyword="bar" when 
33   adding a signal listener