* 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 410005d..5453737 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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
 
        * doc/TODO: Remove todo items which are done
diff --git a/NEWS b/NEWS
index 52ed7ff..7105bc5 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 2a578c4..0c3e80c 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)