[atkmm/atkmm-2-24] 2.24.3



commit 9cd391ad9b3d4686cbd962f29ec3ce6ab6295fef
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Sun Nov 4 12:35:22 2018 +0100

    2.24.3

 NEWS         | 11 +++++++++++
 configure.ac |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 4d0d879..2f1fec0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+atkmm 2.24.3 (stable):
+
+* Fix silent builds.
+  (Kjell Ahlstedt) Bug #768797 (Sebastian)
+* Text: Plug memory leaks in get_text_vfunc() and get_selection_vfunc().
+  These vfuncs shall delete the returned character array after it has been
+  copied to a Glib::ustring.
+  (Kjell Ahlstedt) Bug #783360
+* Replace the Visual Studio project files with MSVC NMake project files
+  (Chun-wei Fan) Merge request !2
+
 atkmm 2.24.2 (stable):
 
 * Regenerate with the latest glibmm.
diff --git a/configure.ac b/configure.ac
index a915a54..639ebc3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
 # pkg-config name as before and is meant to be binary compatible.  Thus for the
 # time being, the version number cannot be brought in line with ATK, since that
 # would break compatibility.
-AC_INIT([atkmm], [2.24.2], [https://gitlab.gnome.org/GNOME/atkmm/issues/],
+AC_INIT([atkmm], [2.24.3], [https://gitlab.gnome.org/GNOME/atkmm/issues/],
         [atkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 


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