summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2005-08-26 15:41:31 +0000
committerColin Walters <walters@verbum.org>2005-08-26 15:41:31 +0000
commitb2d215da3876838b4b0f882890fd40199e67a4b9 (patch)
treef56b1a4e728f3ffc52ba7787458ea052acb87892 /ChangeLog
parent18170dd986e4e4efe440c9dfa6f47ba87604b7ec (diff)
2005-08-26 Colin Walters <walters@verbum.org>
* tools/dbus-print-message.c (print_message): Flush stdout after printing a message, so that redirecting to a file, then hitting Ctrl-C works.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 570259e1..e8210afe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-26 Colin Walters <walters@verbum.org>
+
+ * tools/dbus-print-message.c (print_message): Flush stdout
+ after printing a message, so that redirecting to a file, then
+ hitting Ctrl-C works.
+
2005-08-25 John (J5) Palmieri <johnp@redhat.com>
* python/dbus_bindings.pyx: Tracked down a major memleak and fixed it