[glibmm] 2.49.2
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] 2.49.2
- Date: Mon, 27 Jun 2016 08:00:06 +0000 (UTC)
commit 3eef83424c351c8627998a0c7cdd2257a6668135
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Jun 27 09:40:08 2016 +0200
2.49.2
NEWS | 28 ++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 29 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0ad1608..1c98989 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 f0c19c4..76cad4b 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])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]