mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 11:28:01 +02:00
0.8
This commit is contained in:
parent
07e3f76f8e
commit
2618e1a973
3 changed files with 12 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
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
|
||||
|
|
|
|||
5
NEWS
5
NEWS
|
|
@ -1,3 +1,8 @@
|
|||
D-BUS 0.8
|
||||
===
|
||||
|
||||
- fix dumb bug in 0.7
|
||||
|
||||
D-BUS 0.7
|
||||
===
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue