summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorColin Walters <walters@src.gnome.org>2008-09-23 18:20:28 +0000
committerColin Walters <walters@src.gnome.org>2008-09-23 18:20:28 +0000
commitb0c1b03f82b1e71a27cf32211bcf1410e022ea5c (patch)
treef22b728754cb50d9cacc01abb0cdfb094f136bfd /ChangeLog
parentae4e16612eb0105bc795cc97dab8bdabd03ad8d4 (diff)
downloadgobject-introspection-b0c1b03f82b1e71a27cf32211bcf1410e022ea5c.tar.gz
ChangeLog
svn path=/trunk/; revision=625
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18744644..35c27b82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-09-23 Colin Walters <walters@verbum.org>
+
+ Bug 552566: Add time_t type
+
+ We need a type for time_t since it's special in C, and just
+ mapping it to long precluded bindings from handling it
+ in a nice way.
+
2008-09-19 Colin Walters <walters@verbum.org>
Bug 552390: Handle capitialization like "DBus" more robustly