summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pogonyshev <pogonyshev@gmx.net>2009-01-29 19:43:09 +0000
committerPaul Pogonyshev <paulp@src.gnome.org>2009-01-29 19:43:09 +0000
commita250c1bb1d9858cebfbec81b905b83a620d5e7bc (patch)
tree2b6fed259d5ad007aca3cab992e0aac9785d5aa4 /ChangeLog
parent432122fd0e62e0bfc46e49581fc4dceeb11db717 (diff)
downloadpygobject-a250c1bb1d9858cebfbec81b905b83a620d5e7bc.tar.gz
pygobject-a250c1bb1d9858cebfbec81b905b83a620d5e7bc.tar.xz
pygobject-a250c1bb1d9858cebfbec81b905b83a620d5e7bc.zip
Bug 569350 – Inconsistent use of tabs and spaces in pygtk.py
2009-01-29 Paul Pogonyshev <pogonyshev@gmx.net> Bug 569350 – Inconsistent use of tabs and spaces in pygtk.py * pygtk.py: Replace all tabs with spaces. svn path=/trunk/; revision=1000
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6b7062..715f57f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-01-29 Paul Pogonyshev <pogonyshev@gmx.net>
+ Bug 569350 – Inconsistent use of tabs and spaces in pygtk.py
+
+ * pygtk.py: Replace all tabs with spaces.
+
+2009-01-29 Paul Pogonyshev <pogonyshev@gmx.net>
+
Bug 567792 – gio.InputStream.read_async can cause memory
corruption