summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-06-27 09:40:08 +0200
committerMurray Cumming <murrayc@murrayc.com>2016-06-27 09:40:08 +0200
commit3eef83424c351c8627998a0c7cdd2257a6668135 (patch)
treecfee055137298f7468a9acca82ab018306fa3bb8 /NEWS
parent2faccd085a7556c1a72b3c6a2a4a54b66dff07b8 (diff)
downloadglibmm-3eef83424c351c8627998a0c7cdd2257a6668135.tar.gz
2.49.22.49.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 28 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0ad1608e..1c989895 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+2.49.2:
+
+Gio:
+* FilterInputStream: Added a constructor.
+ (Krzysztof Kosiński, Kjell Ahlstedt) Bug #572471
+* FilterOutputStream:
+ - Correct the property_base_stream() return type.
+ (Krzysztof Kosiński) Bug #572471
+ (Krzysztof Kosiński, Kjell Ahlstedt) Bug #572471
+* InputStream: Added a constructor, is_closed(), has_pending(),
+ set_pending(), clear_pending()
+ (Krzysztof Kosiński, Kjell Ahlstedt) Bug #572471
+* OutputStream: Added a constructor, is_closed(), is_closing(),
+ has_pending(), set_pending(), and clear_pending().
+ (Krzysztof Kosiński, Kjell Ahlstedt) Bug #572471
+* Pollable, InputStream, OutputStream: Return -1 on error in vfuncs.
+ (Kjell Ahlstedt)
+
+gmmproc:
+* Make h2def.py recognize some GDK_PIXBUF macros
+ (Kjell Ahlstedt)
+* Add optional argument err_return_value in _WRAP_VFUNC
+ (Kjell Ahlstedt)
+
+Build:
+* Visual Studio build files: Update projects
+ (Chun-wei Fan)
+
2.49.1:
gmmproc: