summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-01-05 14:30:04 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-01-05 14:30:04 +0000
commite16ec3b9736e0641b059422a0e4b357ab84b681b (patch)
treedeb98c5b2bb8eb98d5b04dffc33968635ba0da8f /ChangeLog.pre-2-12
parentfbf0e8bc7d7e46cacc1eb1c0511b87f8bfc6c95b (diff)
downloadglib-e16ec3b9736e0641b059422a0e4b357ab84b681b.tar.gz
Fix another strict aliasing problem.
2006-01-05 Matthias Clasen <mclasen@redhat.com> * configure.in: Fix another strict aliasing problem.
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r--ChangeLog.pre-2-122
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 7da25b462..383648a4c 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,5 +1,7 @@
2006-01-05 Matthias Clasen <mclasen@redhat.com>
+ * configure.in: Fix another strict aliasing problem.
+
* glib/gthreadpool.c: Avoid use of varargs macro. (#325864,
Kazuki IWAMOTO)