diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-09 14:10:19 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-09 14:10:19 +0000 |
commit | d6f6214d3eae3cf8668ffe7298827b2cefb2d25c (patch) | |
tree | 1d3de472d2a42124ba5bcc75e149fc31a7712b2c /NEWS | |
parent | ce5afcf88899cb6603a342cf127b6f75efda283e (diff) |
Updates
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Overview of Changes from GLib 2.7.7 to GLib 2.8.0 +================================================= +* Make g_value_transform() handle enum values + correctly on ppc64. [Michael Lorenz] + (Third-party code accessing enumeration values + in GValues should also be changed to access + v_long, not v_int, in order to work on bigendian + 64bit machines.) + Overview of Changes from GLib 2.7.6 to GLib 2.7.7 ================================================= * Make atomic operations on s390 work [Matthias] |