diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | NEWS | 8 | ||||
| -rw-r--r-- | configure.in | 2 | 
3 files changed, 13 insertions, 1 deletions
@@ -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 @@ -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 diff --git a/configure.in b/configure.in index 2a578c49..0c3e80c8 100644 --- a/configure.in +++ b/configure.in @@ -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)  | 
