From: John (J5) Palmieri Date: Tue, 29 Mar 2005 18:27:35 +0000 (+0000) Subject: * News: Update 0.32 X-Git-Tag: dbus-0.32.0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99127825e297e86cfb5cd7295cd970fc79542825;p=thirdparty%2Fdbus.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 9afd23d32..4144fdb08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-03-29 John (J5) Palmieri + + * 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 * python/lvalue_cast_post_process.py - removed. Patch has been diff --git a/HACKING b/HACKING index 92787dce3..d94783ba2 100644 --- a/HACKING +++ b/HACKING @@ -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 diff --git a/NEWS b/NEWS index dc1199d7c..405cb747f 100644 --- a/NEWS +++ b/NEWS @@ -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) ===