diff options
| author | John (J5) Palmieri <johnp@redhat.com> | 2005-03-29 18:27:35 +0000 | 
|---|---|---|
| committer | John (J5) Palmieri <johnp@redhat.com> | 2005-03-29 18:27:35 +0000 | 
| commit | 99127825e297e86cfb5cd7295cd970fc79542825 (patch) | |
| tree | 6c71dbaddfdcfbbc2f11f511d01603710c1548b6 | |
| parent | 8f5a88e1e21e8eb5ace06415475769c2ff07e9d0 (diff) | |
* News: Update 0.32dbus-0.32.0
* HACKING: Fixed realease instructions.  configure.in should be updated to
  the next release by the person who made the last release.
| -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)  ===  | 
