summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2005-12-01 00:07:20 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2005-12-01 00:07:20 +0000
commitb99a1f364535194536eeff70751a9102b7e6ba33 (patch)
tree85024ddeb6c15fe7ea3909b5807e3760e7e08432 /ChangeLog
parente5118f163d2f6eb70375e6394156b23eb1835d2d (diff)
* test/qt/Makefile.am: build from srcdirdbus-0.60
* qt/qtconnection.cpp (requestName): Changed PROHIBIT_REPLACE to ALLOW_REPLACE Note - this code is wrong and needs to be fixed by the Qt binding developers. The flags should be treated as bitfields and not enums. * qt/qtconnection.h: Change ProhibitReplace to AllowReplace * dbus/dbus-list.c (link_after): remove #ifdef DBUS_BUILD_TESTS
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a5c6ef2a..15a21f45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,8 +4,19 @@
2005-11-30 John (J5) Palmieri <johnp@redhat.com>
- * dbus/dbus-list.c (_dbus_list_insert_after_link, _dbus_list_insert_after):
- remove #ifdef DBUS_BUILD_TESTS since we use these methods in production code
+ * test/qt/Makefile.am: build from srcdir
+
+ * qt/qtconnection.cpp (requestName): Changed PROHIBIT_REPLACE to ALLOW_REPLACE
+ Note - this code is wrong and needs to be fixed by the Qt binding
+ developers. The flags should be treated as bitfields and not enums.
+
+ * qt/qtconnection.h: Change ProhibitReplace to AllowReplace
+
+2005-11-30 John (J5) Palmieri <johnp@redhat.com>
+
+ * dbus/dbus-list.c (_dbus_list_insert_after_link, _dbus_list_insert_after,
+ link_after): remove #ifdef DBUS_BUILD_TESTS since we use these methods
+ in production code
2005-11-30 John (J5) Palmieri <johnp@redhat.com>