summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-03-24 11:09:19 +0100
committerMurray Cumming <murrayc@murrayc.com>2015-03-24 11:12:46 +0100
commit16bebc67a443a5e1155bf70694d6c0bb669a25d1 (patch)
treeb95cd980736fc096ad26e7d7cebb033a4fc5fb5b
parent9a8342602845078b264e897005cb5af13c21f867 (diff)
downloadglibmm-16bebc67a443a5e1155bf70694d6c0bb669a25d1.tar.gz
2.44.02.44.0
-rw-r--r--NEWS11
-rw-r--r--configure.ac4
2 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5e58ae68..7c980461 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 6241c53b..1eda740b 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"