[Galago-commits] r1962 - trunk/libgalago
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Mon Jun 20 00:42:52 PDT 2005
Author: chipx86
Date: 2005-06-20 00:42:44 -0700 (Mon, 20 Jun 2005)
New Revision: 1962
Modified:
trunk/libgalago/ChangeLog
trunk/libgalago/NEWS
trunk/libgalago/configure.ac
Log:
Confirmed to work with D-BUS 0.22. Thanks Bleeter.
Modified: trunk/libgalago/ChangeLog
===================================================================
--- trunk/libgalago/ChangeLog 2005-06-20 07:37:24 UTC (rev 1961)
+++ trunk/libgalago/ChangeLog 2005-06-20 07:42:44 UTC (rev 1962)
@@ -1,3 +1,9 @@
+Mon Jun 20 00:41:44 PDT 2005 Christian Hammond <chipx86 at chipx86.com>
+
+ * NEWS:
+ * configure.ac:
+ - Confirmed to work with D-BUS 0.22. Thanks Bleeter.
+
Fri May 27 19:41:25 PDT 2005 Christian Hammond <chipx86 at chipx86.com>
* libgalago/galago-account.h:
Modified: trunk/libgalago/NEWS
===================================================================
--- trunk/libgalago/NEWS 2005-06-20 07:37:24 UTC (rev 1961)
+++ trunk/libgalago/NEWS 2005-06-20 07:42:44 UTC (rev 1962)
@@ -1,4 +1,5 @@
version 0.3.3:
+ * Confirmed to work with D-BUS 0.22.
version 0.3.2 (May 26, 2005):
* Added support for D-BUS 0.30+. This also required some changes in the
Modified: trunk/libgalago/configure.ac
===================================================================
--- trunk/libgalago/configure.ac 2005-06-20 07:37:24 UTC (rev 1961)
+++ trunk/libgalago/configure.ac 2005-06-20 07:42:44 UTC (rev 1962)
@@ -92,7 +92,7 @@
AM_GNU_GETTEXT_VERSION(0.10.40)
AM_GNU_GETTEXT
-pkg_modules="glib-2.0 >= 2.2.2, dbus-1 >= 0.23, dbus-glib-1 >= 0.23"
+pkg_modules="glib-2.0 >= 2.2.2, dbus-1 >= 0.22, dbus-glib-1 >= 0.22"
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
AC_SUBST(PACKAGE_CFLAGS)
AC_SUBST(PACKAGE_LIBS)
More information about the galago-commits
mailing list