dbus ChangeLog,1.1150,1.1151 configure.in,1.190,1.191
Havoc Pennington
hp at kemper.freedesktop.org
Tue Oct 17 14:04:14 PDT 2006
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv11352
Modified Files:
ChangeLog configure.in
Log Message:
2006-10-17 Havoc Pennington <hp at redhat.com>
* configure.in (CPPFLAGS): don't do -DDBUS_API_SUBJECT_TO_CHANGE here
* dbus/dbus.h: drop the DBUS_API_SUBJECT_TO_CHANGE requirement,
since realistically it doesn't look like we'll be changing it
anymore.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1150
retrieving revision 1.1151
diff -u -d -r1.1150 -r1.1151
--- ChangeLog 17 Oct 2006 20:52:13 -0000 1.1150
+++ ChangeLog 17 Oct 2006 21:04:12 -0000 1.1151
@@ -1,5 +1,13 @@
2006-10-17 Havoc Pennington <hp at redhat.com>
+ * configure.in (CPPFLAGS): don't do -DDBUS_API_SUBJECT_TO_CHANGE here
+
+ * dbus/dbus.h: drop the DBUS_API_SUBJECT_TO_CHANGE requirement,
+ since realistically it doesn't look like we'll be changing it
+ anymore.
+
+2006-10-17 Havoc Pennington <hp at redhat.com>
+
* dbus/dbus-internals.c (_dbus_warn_check_failed): new function to
be used for return_if_fail type warnings; prefixes the pid, and
fatal by default.
Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- configure.in 14 Oct 2006 17:40:35 -0000 1.190
+++ configure.in 17 Oct 2006 21:04:12 -0000 1.191
@@ -246,8 +246,6 @@
AM_PROG_LIBTOOL
changequote(,)dnl
-# let ourselves use our own unstable API
-CPPFLAGS="-DDBUS_API_SUBJECT_TO_CHANGE=1 $CPPFLAGS"
# compress spaces in flags
CFLAGS=`echo "$CFLAGS" | sed -e 's/ +/ /g'`
CXXFLAGS=`echo "$CXXFLAGS" | sed -e 's/ +/ /g'`
More information about the dbus-commit
mailing list