dbus/dbus dbus.h,1.22,1.23

Havoc Pennington hp at kemper.freedesktop.org
Tue Oct 17 14:04:14 PDT 2006


Update of /cvs/dbus/dbus/dbus
In directory kemper:/tmp/cvs-serv11352/dbus

Modified Files:
	dbus.h 
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: dbus.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- dbus.h	3 Aug 2006 20:34:36 -0000	1.22
+++ dbus.h	17 Oct 2006 21:04:12 -0000	1.23
@@ -26,10 +26,6 @@
 
 #define DBUS_INSIDE_DBUS_H 1
 
-#ifndef DBUS_API_SUBJECT_TO_CHANGE
-#error "Please define DBUS_API_SUBJECT_TO_CHANGE to acknowledge your understanding that D-Bus hasn't reached 1.0 and is subject to protocol and API churn. See the README for a full explanation."
-#endif
-
 #include <dbus/dbus-arch-deps.h>
 #include <dbus/dbus-address.h>
 #include <dbus/dbus-bus.h>



More information about the dbus-commit mailing list