summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2008-11-16 21:20:26 +0000
committerOwen Taylor <otaylor@src.gnome.org>2008-11-16 21:20:26 +0000
commit3bf360cf9b695a50f4c7cdba2ae75768018a43d5 (patch)
tree32b3ccf1a567fe10d6bddcc56dbb14a1dd4c1674 /ChangeLog
parentc68cef1ba60d2a7563cf8d191aa8c10453467ed7 (diff)
downloadgobject-introspection-3bf360cf9b695a50f4c7cdba2ae75768018a43d5.tar.gz
Respect is_pointer in serialize_type()
Add a '*' to the serialization for the cases where we set is_pointer in the type blob we write out depending on node->is_pointer. Don't add the '*' in the cases where is_pointer is set or not set in a fixed fashion. http://bugzilla.gnome.org/show_bug.cgi?id=561087 svn path=/trunk/; revision=931
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bb958f6..7165fc90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2008-11-16 Owen Taylor <otaylor@redhat.com>
+ Bug 561087 - Respect is_pointer in serialize_type()
+
+ Add a '*' to the serialization for the cases where we set is_pointer
+ in the type blob we write out depending on node->is_pointer. Don't
+ add the '*' in the cases where is_pointer is set or not set in a
+ fixed fashion.
+
+ http://bugzilla.gnome.org/show_bug.cgi?id=561087
+
+2008-11-16 Owen Taylor <otaylor@redhat.com>
+
Bug 560825 – Add size and alignment to typelib
Include the size and alignment of structures and unions in the typelib,