diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2009-01-12 20:54:11 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2009-01-12 20:54:11 +0000 |
commit | 3e466d06a81200d7ff3a7958b8a5fea52caf5b12 (patch) | |
tree | 65478d6480126ce01e1f89774de57bed418e4d01 /ChangeLog | |
parent | a48cf353b4d2e056f80c7aaa4cabb3fe84648662 (diff) | |
download | gobject-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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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: |