summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2005-03-29 18:27:35 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2005-03-29 18:27:35 +0000
commit99127825e297e86cfb5cd7295cd970fc79542825 (patch)
tree6c71dbaddfdcfbbc2f11f511d01603710c1548b6
parent8f5a88e1e21e8eb5ace06415475769c2ff07e9d0 (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--ChangeLog7
-rw-r--r--HACKING2
-rw-r--r--NEWS11
3 files changed, 18 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9afd23d3..4144fdb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/HACKING b/HACKING
index 92787dce..d94783ba 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 dc1199d7..405cb747 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)
===