From: John (J5) Palmieri Date: Wed, 8 Nov 2006 23:35:01 +0000 (+0000) Subject: * Released 1.0.0 X-Git-Tag: dbus-1.0.0~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef59a15a48ab629301258359306610e9dbdf89f7;p=thirdparty%2Fdbus.git * Released 1.0.0 --- diff --git a/ChangeLog b/ChangeLog index 410005de1..54537373b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-11-08 John (J5) Palmieri + + * Released 1.0.0 + 2006-11-08 John (J5) Palmieri * README: remove some of the out of date flags diff --git a/NEWS b/NEWS index 52ed7ff24..7105bc512 100644 --- 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 diff --git a/configure.in b/configure.in index 2a578c498..0c3e80c8b 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)