summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-12-27 19:50:02 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-12-27 19:50:02 +0000
commit1e4efb655493397dc19921a7a49281e789f9160c (patch)
tree3ff4cc8e87d9fade825efdb7e48a984ae37b85eb /ChangeLog.pre-2-12
parent97ffe020cdee9cec2f8c4591658ea72ee9e6d59e (diff)
downloadglib-1e4efb655493397dc19921a7a49281e789f9160c.tar.gz
Fix #316221, Michal Benes, Stanislav Brabec;
2005-12-27 Matthias Clasen <mclasen@redhat.com> Fix #316221, Michal Benes, Stanislav Brabec; * configure.in: Fix a strict aliasing problem in g_static_mutex_get_mutex(). * glib/gthread.h: ...and in g_static_mutex_get_mutex_impl_shortcut().
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r--ChangeLog.pre-2-127
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 3c1587583..75fa558ab 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,5 +1,12 @@
2005-12-27 Matthias Clasen <mclasen@redhat.com>
+ Fix #316221, Michal Benes, Stanislav Brabec;
+
+ * configure.in: Fix a strict aliasing problem in
+ g_static_mutex_get_mutex().
+ * glib/gthread.h: ...and in
+ g_static_mutex_get_mutex_impl_shortcut().
+
* glib/gdatasetprivate.h: Add a cast to silence compiler
warnings. (#321978, Andrew Paprocki)