summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2013-02-05 18:48:37 +0100
committerRyan Lortie <desrt@desrt.ca>2013-02-05 15:50:19 -0500
commit7bcd03b570c8dd1e9c9f1607cd3ec29f2895f526 (patch)
treec5704d2838163b28d1a49eab583a41f043948473
parent87d9b0b1fd18f7e5e543b69476e44811af809cf6 (diff)
GLib 2.35.72.35.7
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 323be84bc..63014fa8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Overview of changes from GLib 2.35.6 to 2.35.7
+==============================================
+
+This is a quick follow-up release with a few bug fixes.
+
+* Fix the build on systems with strict linkers by adding -pthread back
+ to the LDFLAGS for a testcase.
+
+* Re-enable native atomic operations on some buggy versions of clang
+ that ship as part of the MacOS X SDK.
+
+* Make G_IO_FLAG_IS_WRITEABLE an enum again (the #define broke bindings)
+
+* a small docs fix
+
+* Bugs fixed:
+ 657045
+ 636683
+ 682818
+ 693105
+
+* Translations:
+ Italian
+
Overview of changes from GLib 2.35.4 to 2.35.6
==============================================