summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSeth Nickell <seth@gnome.org>2004-07-18 21:44:37 +0000
committerSeth Nickell <seth@gnome.org>2004-07-18 21:44:37 +0000
commit5d0ed9c7044da04374ef3abd49eff14ec6b285ab (patch)
tree55c42a4710d2512cea29d7ebef97b719d96727aa /ChangeLog
parent5afe4265eaa30afa7d93eb1550839c56360abeda (diff)
2004-07-18 Seth Nickell <seth@gnome.org>
* python/dbus.py: * python/dbus_bindings.pyx.in: * python/tests/test-client.py: Add dbus.ByteArray and dbus_bindings.ByteArray types so that byte streams can be passed back. Give jdahlin the heaps of credit that are so rightfully his.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93526f5a..a34367c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-07-18 Seth Nickell <seth@gnome.org>
+
+ * python/dbus.py:
+ * python/dbus_bindings.pyx.in:
+ * python/tests/test-client.py:
+
+ Add dbus.ByteArray and dbus_bindings.ByteArray
+ types so that byte streams can be passed back.
+
+ Give jdahlin the heaps of credit that are so
+ rightfully his.
+
2004-07-12 Seth Nickell <seth@gnome.org>
* python/dbus.py: