summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-04-23 19:18:41 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-04-23 19:18:41 -0400
commit72b80c5bdd6105ea06a55a4dba1c3350a459bb01 (patch)
tree117ac7d4a8292d007314e8008da0a920fa6c9243 /NEWS
parentec664445a9cf1769e440a25ffb4e17e9e644f6d0 (diff)
downloadglib-72b80c5bdd6105ea06a55a4dba1c3350a459bb01.tar.gz
Updates
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 81092b3e0..eb61dac3f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Overview of Changes from GLib 2.25.2 to GLib 2.25.3
+===================================================
+
+* New macro: G_GNUC_DEPRECATED_FOR, a variant of G_GNUC_DEPRECATED
+ that lets you add replacement information (requires gcc 4.5)
+
+* Rename AM_GSETTINGS autoconf macro to GLIB_GSETTINGS
+
+* Rename gschema-compile utility to glib-compile-schemas
+
+* Add support for timeouts in GSocket
+
+* Bugs fixed:
+ 589989 Compilation error on Solaris 9
+ 616648 Change AM_GSETTINGS macro to GLIB_GSETTINGS
+ 587898 I/O timeouts for GSocket
+ 614541 Add G_TYPE_ERROR boxed type for GError
+
+
Overview of Changes from GLib 2.25.0 to GLib 2.25.2
===================================================