summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc2c9f93..dfbc98b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-06-10 Ryan Lortie <desrt@desrt.ca>
+
+ * src/frames.c: Prevent using the address of a local variable
+ as a hash key. (Bug #307209)
+
+ * src/xprops.c (meta_prop_get_values): Fix a small leak in the
+ case of a SYNC_COUNTER property value and HAVE_XSYNC not
+ defined. (Bug #307214)
+
2005-06-07 Ray Strode <rstrode@redhat.com>
Cleanup font data when done with it (bug 306720).