2003-02-06 Anders Carlsson <andersca@codefactory.se> dbus-0.3
authorAnders Carlsson <andersca@codefactory.se>
Thu, 6 Feb 2003 00:12:03 +0000 (00:12 +0000)
committerAnders Carlsson <andersca@codefactory.se>
Thu, 6 Feb 2003 00:12:03 +0000 (00:12 +0000)
Release 0.3

* NEWS: Update

ChangeLog
NEWS
configure.in

index 13d283f..430b3c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
 
+       Release 0.3
+       
+       * NEWS: Update
+
+2003-02-06  Anders Carlsson  <andersca@codefactory.se>
+
        * dbus/Makefile.am:
        * dbus/dbus-break-loader.c:
        * test/Makefile.am:
diff --git a/NEWS b/NEWS
index 52bb18a..cce0550 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+D-BUS 0.3
+===
+
+ - Preliminary limitations 
+ - Message sending works
+ - Bus client
+ - Array marshalling/demarshalling
+ - Services
+ - Better OOM handling in the bus
+ - In-proc debug transport
+ - Transport/server address support
+
 D-BUS 0.2
 ===
 
@@ -6,4 +18,4 @@ D-BUS 0.2
 D-BUS 0.1
 ===
 
- - Initial release.
\ No newline at end of file
+ - Initial release.
index 9f136b6..8fb1cc6 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
 
 AC_INIT(dbus/dbus.h)
 
-AM_INIT_AUTOMAKE(dbus, 0.2)
+AM_INIT_AUTOMAKE(dbus, 0.3)
 
 AM_CONFIG_HEADER(config.h)