summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS28
-rw-r--r--configure.ac2
2 files changed, 29 insertions, 1 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:
diff --git a/configure.ac b/configure.ac
index f0c19c4f..76cad4b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([glibmm], [2.49.1],
+AC_INIT([glibmm], [2.49.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])