summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2013-06-24 11:05:20 -0400
committerRyan Lortie <desrt@desrt.ca>2013-06-24 11:19:25 -0400
commit1b12e9511cd9a002dc20b578e4064ce95c9c18d4 (patch)
tree8702269c72d785b7ad1f39df25dbdf5900b7c4de
parenta61f718e5e801657691a35fb402258531a2dbcd9 (diff)
downloadglib-1b12e9511cd9a002dc20b578e4064ce95c9c18d4.tar.gz
GLib 2.37.32.37.3
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bba2d4577..fa8f98cb5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Overview of changes from GLib 2.37.2 to 2.37.3
+==============================================
+
+* add a new API for instance private data: G_DEFINE_TYPE_WITH_PRIVATE
+
+* fix timestamps in tarball to prevent automake from being required to
+ build the unmodified source
+
+* add new D-Bus API for async property handling
+
+* add back fsync() on ext4 for g_file_set_contents() after it was
+ discovered that despite statements in the ext4 documentation
+ suggesting that this is safe, it is not safe.
+
+* Translations:
+ Italian
+ Norwegian bokmål
+
+* Bugs fixed:
+ 698375 - D-Bus async properties
+ 700350 - timestamp issue
+ 701560 - fsync issue (fixed again)
+ 700035 - new API for instance private data
+
Overview of changes from GLib 2.37.1 to 2.37.2
==============================================