summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2009-01-12 20:54:11 +0000
committerJohan Dahlin <johan@src.gnome.org>2009-01-12 20:54:11 +0000
commit3e466d06a81200d7ff3a7958b8a5fea52caf5b12 (patch)
tree65478d6480126ce01e1f89774de57bed418e4d01 /ChangeLog
parenta48cf353b4d2e056f80c7aaa4cabb3fe84648662 (diff)
downloadgobject-introspection-3e466d06a81200d7ff3a7958b8a5fea52caf5b12.tar.gz
Bug 566419 – Element type of arrays not properly handled in all cases
2009-01-12 Johan Dahlin <jdahlin@async.com.br> Bug 566419 – Element type of arrays not properly handled in all cases * giscanner/annotationparser.py: * tests/scanner/annotation-1.0-expected.gir: * tests/scanner/annotation-1.0-expected.tgir: * tests/scanner/annotation.c (annotation_object_set_data), (annotation_object_set_data2), (annotation_object_set_data3): * tests/scanner/annotation.h: Based on patch by Andreas Rottmann svn path=/trunk/; revision=1019
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e134e83..56eedfa7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2009-01-12 Johan Dahlin <jdahlin@async.com.br>
+ Bug 566419 – Element type of arrays not properly handled in all cases
+
+ * giscanner/annotationparser.py:
+ * tests/scanner/annotation-1.0-expected.gir:
+ * tests/scanner/annotation-1.0-expected.tgir:
+ * tests/scanner/annotation.c (annotation_object_set_data),
+ (annotation_object_set_data2), (annotation_object_set_data3):
+ * tests/scanner/annotation.h:
+
+ Based on patch by Andreas Rottmann
+
+2009-01-12 Johan Dahlin <jdahlin@async.com.br>
+
Bug 566560 – giscanner.transformer.SkipError
* giscanner/transformer.py: