[glibmm] 2.44.0



commit 16bebc67a443a5e1155bf70694d6c0bb669a25d1
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Mar 24 11:09:19 2015 +0100

    2.44.0

 NEWS         |   11 +++++++++++
 configure.ac |    4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5e58ae6..7c98046 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+2.44.0 (stable):
+
+Gio:
+* Action, ActionGroup: Avoid memory leaks in funcs.
+  (Kjell Ahlstedt) Bug #705124
+
+gmmproc:
+* _WRAP_VFUNC(): Add keep_return parameter.
+  (Kjell Ahlstedt) Bug #705124
+
+
 2.43.91 (unstable):
 
 Glib:
diff --git a/configure.ac b/configure.ac
index 6241c53..1eda740 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.43.91],
+AC_INIT([glibmm], [2.44.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -60,7 +60,7 @@ AS_IF([test "x$enable_static" = xyes],
   AC_DEFINE([GIOMM_STATIC_LIB],  [1], [Define if giomm is built as a static library])
 ])
 
-glibreq='2.0 >= 2.43.90'
+glibreq='2.0 >= 2.44.0'
 
 GLIBMM_MODULES="sigc++-2.0 >= 2.2.10 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
 GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]