summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRober Carr <carrr@rpi.edu>2009-02-10 23:34:04 +0000
committerColin Walters <walters@src.gnome.org>2009-02-10 23:34:04 +0000
commit049dc259e7f2c5f71eec63fb42a5cd5ec70d7be3 (patch)
treecc9141b7375d869497ad7e8e0e3c007d54ae8844 /ChangeLog
parent328524ab5212d0632a8b3405d6e4375db6aba086 (diff)
Bug 569633 – Typelib compiler fails with vararg callbacks
2009-02-10 Rober Carr <carrr@rpi.edu> Bug 569633 – Typelib compiler fails with vararg callbacks * girepository/girparser.c: Also filter out callback functions which take vararg arguments. svn path=/trunk/; revision=1095
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 380b6b0..d12f5e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-02-10 Rober Carr <carrr@rpi.edu>
+
+ Bug 569633 – Typelib compiler fails with vararg callbacks
+
+ * girepository/girparser.c: Also filter out callback functions
+ which take vararg arguments.
+
2009-02-10 Xan Lopez <xan@gnome.org>
Bug 570903 - Add information about -I flag to scanner manpage