summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2015-02-18 11:03:03 -0500
committerRyan Lortie <desrt@desrt.ca>2015-02-18 11:26:25 -0500
commita2172ee247b43265b249188de53c8f9d6cb7b7b3 (patch)
tree5085e2379d72686cb30fead76361408169c2216c
parent03de825c7e5e768662b36f090f47287b99158668 (diff)
GLib 2.43.902.43.90
-rw-r--r--NEWS27
-rw-r--r--configure.ac2
2 files changed, 28 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 422bde2d0..61334bff2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+Overview of changes in GLib 2.43.90
+===================================
+
+* new GSimpleIOStream class to construct a GIOStream from an arbitrary
+ GInputStream and GOutputStream
+
+* GApplication: new API for marking 'busy' state according to the value
+ of a boolean property on another object
+
+* GOptionGroup: add binding support (boxed type, annotation fixes, etc.)
+
+Bugs fixed:
+ 739724 Test functions should have async scope
+ 741024 glist: Mention that g_list_length() is bad for checking list emptiness
+ 741630 Add GSimpleIOStream class
+ 743349 goption: Add boxed type for GOptionGroup
+ 743990 GDBus connection closing is broken
+ 744565 gapplication: add bind_busy_property()
+
+Translations updated:
+ Greek
+ Italian
+ Norwegian bokmål
+ Russian
+ Slovenian
+ Swedish
+
Overview of changes in GLib 2.43.4
==================================
diff --git a/configure.ac b/configure.ac
index 7777da795..f13a493aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ m4_define(glib_configure_ac)
m4_define([glib_major_version], [2])
m4_define([glib_minor_version], [43])
-m4_define([glib_micro_version], [4])
+m4_define([glib_micro_version], [90])
m4_define([glib_interface_age], [0])
m4_define([glib_binary_age],
[m4_eval(100 * glib_minor_version + glib_micro_version)])