From ae759bff511cfbd28bdb668a532ba9169d05af2d Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 29 Apr 2003 21:56:37 +0000 Subject: 2003-04-29 Havoc Pennington * dbus-1.pc.in, dbus-glib-1.pc.in: rename these from dbus-1.0.pc.in, dbus-glib-1.0.pc.in. As these change with the parallel install API version, not with the D-BUS package version. * HACKING: move some of README over here * README: updates, and document API/ABI policy * configure.in: reindentation --- dbus/dbus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/dbus.h') diff --git a/dbus/dbus.h b/dbus/dbus.h index d7fec9b9..0dd072ac 100644 --- a/dbus/dbus.h +++ b/dbus/dbus.h @@ -27,7 +27,7 @@ #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. That said, you are encouraged to use it and we are actively fixing bugs and believe it to be functional." +#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 -- cgit