summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8eb22371d..fa39b6eac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of Changes from GLib 2.7.5 to GLib 2.7.6
+=================================================
+* Add native implementations of atomic operations
+ on s390 [Matthias]
+* Make atomic reference counting of closures
+ work on s390 [Matthias]
+* Avoid an infinite loop in g_convert_with_iconv().
+ [Sebastian Bacher]
+* Documentation improvements [Ross Burton]
+
Overview of Changes from GLib 2.7.4 to GLib 2.7.5
=================================================
* Thread-related changes