diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | HACKING | 2 | ||||
-rw-r--r-- | NEWS | 11 |
3 files changed, 18 insertions, 2 deletions
@@ -1,5 +1,12 @@ 2005-03-29 John (J5) Palmieri <johnp@redhat.com> + * News: Update 0.32 + + * HACKING: Fixed realease instructions. configure.in should be updated to + the next release by the person who made the last release. + +2005-03-29 John (J5) Palmieri <johnp@redhat.com> + * python/lvalue_cast_post_process.py - removed. Patch has been submitted to Pyrex maintainers that fixes gcc4.0 errors @@ -66,8 +66,6 @@ To make a release of D-BUS, do the following: - check out a fresh copy from CVS - - increment the version number in configure.in - - verify that the libtool versioning/library soname is changed if it needs to be, or not changed if not @@ -1,3 +1,14 @@ +D-BUS 0.32 (29 Mar 2005) +=== + +- mono bindings now compiles correctly +- mono binding cleanups +- glib bindings generates wrappers for bus methods in dbus-glib-bindings.h +- glib binding cleanus +- users and groups can now be specified by UID and GID in config files +- numerous memory leak fixes +- various other fixes + D-BUS 0.31 (07 Mar 2005) === |