]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
* Released 1.0.0
authorJohn (J5) Palmieri <johnp@redhat.com>
Wed, 8 Nov 2006 23:35:01 +0000 (23:35 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Wed, 8 Nov 2006 23:35:01 +0000 (23:35 +0000)
ChangeLog
NEWS
configure.in

index 410005de19f59c3d5c8d02bba3daca1cf2c532e3..54537373b7e4562f6c52cb835ad58859977ef2f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
+
+       * Released 1.0.0
+
 2006-11-08  John (J5) Palmieri  <johnp@redhat.com>
 
        * README: remove some of the out of date flags
diff --git a/NEWS b/NEWS
index 52ed7ff242046baf09161bf807bd375f973fe5ab..7105bc512b8667c06aeb1f9380b17a28df1a26d0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+D-Bus 1.0.0 (08 November 2006)
+==
+- Documents updated with API/ABI garuntees 
+- Added missing patch FreeBSD need to run out of the box
+- dbus-monitor now has a profile mode
+- AUTHORS file updated with names from the ChangeLog
+  Thanks to everyone who helped get us here
+
 D-Bus 1.0 RC 3 (0.95) (02 November 2006)
 ==
 - DBUS_API_SUBJECT_TO_CHANGE no longer needs to be defined when building apps
index 2a578c498444c2ad61a55a3bff88a78c0d3dcb4a..0c3e80c8bcb7f77e7c71a7f2445e46506c063a15 100644 (file)
@@ -5,7 +5,7 @@ AC_INIT(dbus/dbus.h)
 
 AC_CANONICAL_TARGET
 
-AM_INIT_AUTOMAKE(dbus, 0.96)
+AM_INIT_AUTOMAKE(dbus, 1.0.0)
 
 AM_CONFIG_HEADER(config.h)