Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2007-08-03 Havoc Pennington <hp@redhat.com> | Havoc Pennington | 2007-08-03 | 1 | -1/+5 |
| | | | | | | | | | | | | * configure.in: add major/minor/micro version number AC_SUBST * dbus/dbus-arch-deps.h.in (DBUS_MAJOR_VERSION, DBUS_MINOR_VERSION, DBUS_MICRO_VERSION, DBUS_VERSION_STRING, DBUS_VERSION): collection of macros to get version of library we are compiled against. * dbus/dbus-misc.c (dbus_get_version): new function, to get version of library we are linked against at runtime. | ||||
* | 2007-07-13 Havoc Pennington <hp@redhat.com> | Havoc Pennington | 2007-07-14 | 1 | -1/+1 |
| | | | | * Add indent-tabs-mode: nil to all file headers. | ||||
* | 2006-11-14 Havoc Pennington <hp@redhat.com> | Havoc Pennington | 2006-11-15 | 1 | -0/+47 |
* dbus/dbus-misc.c, dbus/dbus-misc.h: Move dbus_get_local_machine_id() to its own file, no substantive changes. There are a couple other things we might want to add that are "misc" so moving out of dbus-connection.[hc] which is big enough already. |