summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-08-09 14:10:19 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-08-09 14:10:19 +0000
commitd6f6214d3eae3cf8668ffe7298827b2cefb2d25c (patch)
tree1d3de472d2a42124ba5bcc75e149fc31a7712b2c /NEWS
parentce5afcf88899cb6603a342cf127b6f75efda283e (diff)
Updates
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ef1d5cb5f..33392ef4a 100644
--- a/NEWS
+++ b/NEWS
@@ -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]