summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2013-08-07 16:41:40 +0200
committerRyan Lortie <desrt@desrt.ca>2013-08-07 16:41:40 +0200
commit1d6cd4b1b3761dbeb887538a2417456c1611585f (patch)
tree316933a90d69425f6ecd8db929aeb57acd345ff4
parentf5163fea0da1d7dc692aea5be72893f5b81a1e36 (diff)
GLib 2.36.42.36.4
-rw-r--r--NEWS32
1 files changed, 32 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2cfefc4a0..e07521575 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Overview of changes fron GLib 2.36.2 to 2.36.4
+==============================================
+
+This change addresses a major issue: despite assurances in the
+documentation for the ext4 filesystem, it is still unsafe to omit a call
+to fsync() when doing atomic replaces, as per g_file_set_contents().
+Some patches have gone into the kernel already, but we are putting the
+fsync() back for safety reasons.
+
+There have also been win32 improvements and a fix where
+GNetworkMonitor failed to detect the connection with some VPN
+configurations.
+
+Translation updates:
+ Assamese
+ Brazilian Portuguese
+ Catalan
+ Czech
+ Galician
+ German
+ Indonesian
+ Kannada
+ Lithuanian
+ Marathi
+ Polish
+ Punjabi
+ Russian
+ Serbian
+ Slovenian
+ Spanish
+
+
Overview of changes fron GLib 2.36.2 to 2.36.3
==============================================