diff options
| author | John (J5) Palmieri <johnp@redhat.com> | 2006-11-08 23:35:01 +0000 | 
|---|---|---|
| committer | John (J5) Palmieri <johnp@redhat.com> | 2006-11-08 23:35:01 +0000 | 
| commit | ef59a15a48ab629301258359306610e9dbdf89f7 (patch) | |
| tree | a90670460f1233b76652f9d3c7eff82507597f20 | |
| parent | b7491d9258bed4a827fb05d3f027e7f63ca88ddb (diff) | |
* Released 1.0.0
| -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) | 
