diff options
| author | Havoc Pennington <hp@redhat.com> | 2003-04-06 02:44:49 +0000 | 
|---|---|---|
| committer | Havoc Pennington <hp@redhat.com> | 2003-04-06 02:44:49 +0000 | 
| commit | 2618e1a973b816ab59422035046111360ab5aa74 (patch) | |
| tree | 04d93ab9401a6b86832293e222574a03f223dc76 | |
| parent | 07e3f76f8e65af8d9de063c62af38c5b7495bc76 (diff) | |
0.8dbus-0.8
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | NEWS | 5 | ||||
| -rw-r--r-- | configure.in | 2 | 
3 files changed, 12 insertions, 1 deletions
| @@ -1,5 +1,11 @@  2003-04-05  Havoc Pennington  <hp@pobox.com> +	* NEWS: update + +	* configure.in: 0.8 + +2003-04-05  Havoc Pennington  <hp@pobox.com> +  	* bus/bus.c (setup_server): fix this so dbus-daemon-1 doesn't   	crash on startup. Need to get "try starting the daemon"   	in the test suite I guess. ;-) @@ -1,3 +1,8 @@ +D-BUS 0.8 +=== + +- fix dumb bug in 0.7 +  D-BUS 0.7  === diff --git a/configure.in b/configure.in index 04c47316..27483570 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_PREREQ(2.52)  AC_INIT(dbus/dbus.h) -AM_INIT_AUTOMAKE(dbus, 0.7) +AM_INIT_AUTOMAKE(dbus, 0.8)  AM_CONFIG_HEADER(config.h) | 
