summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-11-17 17:40:36 +0000
committerRyan Lortie <desrt@desrt.ca>2011-11-17 17:40:36 +0000
commit99718b9e221b032545674662a3ec7d959e38f813 (patch)
treefc03dade43ec4b776feb83e48c6c1cb3bdbd4e22 /NEWS
parent7f285291900f0cf7892bd79a5721d95f9bcdce4e (diff)
downloadglib-99718b9e221b032545674662a3ec7d959e38f813.tar.gz
glib-99718b9e221b032545674662a3ec7d959e38f813.tar.bz2
glib-99718b9e221b032545674662a3ec7d959e38f813.zip
start on the NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS30
1 files changed, 30 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5b19a59bc..f2258a462 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+Overview of changes from GLib 2.31.0 to 2.31.2
+==============================================
+
+* Monotonic time is now properly supported on Windows
+
+* glib-mkenums: fix @ENUMPREFIX@ with /*< underscore_name=... >*/
+
+* EXPERIMENTAL: introduce new GSettingsSchema and GSettingsSchemaSource
+ APIs for the convenience of plugin system authors and those who wish
+ to introspect the contents of schemas. This API may change.
+
+* Improve the performance of GObject property notifies.
+
+* GDBus:
+ - fix a race when unowning a name immediately after owning it
+ - thread safety improvements on GDBusConnection
+ - fixes for exit-on-close functionality
+
+* Deprecations:
+ - add G_SIGNAL_DEPRECATED
+ - don't use G_DISABLE_DEPRECATED masking for functions anymore
+
+* docs
+ - tmpl/ is finally dead for glib
+
+* GIO:
+ - GInetAddressMask: new type for internet address range matching
+ - various GIO file and stream fixes
+ - improvements to attribute and fileinfo handling
+
Overview of changes from GLib 2.29/2.30 to 2.31.0
=================================================