summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2005-06-16 06:05:09 +0000
committerColin Walters <walters@verbum.org>2005-06-16 06:05:09 +0000
commit6b2af67ae1c675eda69bd0995f5e694591160ec5 (patch)
treebd3515e06b624c04b6357234798209955f604411 /ChangeLog
parentddce490e794c0d1b42dbe6ac1ef21a2b14b4e89d (diff)
2005-06-16 Colin Walters <walters@verbum.org>
* bus/bus.c (bus_context_new): Set parser to NULL after we unref it (Patch from Chris Boscolo, #2174).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51f1b578..2dd32ad9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-06-16 Colin Walters <walters@verbum.org>
+ * bus/bus.c (bus_context_new): Set parser to NULL
+ after we unref it (Patch from Chris Boscolo, #2174).
+
+2005-06-16 Colin Walters <walters@verbum.org>
+
* python/dbus_bindings.pyx.in: Import size_t,
__int64_t, __uint64_t, and __signed.