summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-28 22:06:26 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-28 22:06:26 +0000
commit05461cad1d58f4c0de73a63a69f260a01286e08e (patch)
tree159dd7ab7b5f46d648e42a346eedbba471c247fd /ChangeLog
parent6151bbd9f69c6131be611267c887eb130607e569 (diff)
downloadpygobject-05461cad1d58f4c0de73a63a69f260a01286e08e.tar.gz
pygobject-05461cad1d58f4c0de73a63a69f260a01286e08e.tar.xz
pygobject-05461cad1d58f4c0de73a63a69f260a01286e08e.zip
Add a new example
2008-07-29 Johan Dahlin <johan@gnome.org> * examples/gio/downloader.py: Add a new example * gio/ginputstream.override: Use a string internally instead of a PyStringObject when in read_async. Create a new python string in finish and honor the number of bytes read. svn path=/trunk/; revision=892
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 861933f..039cafd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-07-29 Johan Dahlin <johan@gnome.org>
+
+ * examples/gio/downloader.py:
+ Add a new example
+
+ * gio/ginputstream.override:
+ Use a string internally instead of a PyStringObject when
+ in read_async. Create a new python string in finish and
+ honor the number of bytes read.
+
2008-07-28 Johan Dahlin <johan@gnome.org>
* glib/pyglib-python-compat.h: