[gtkmm/gtkmm-3-24] 3.24.2



commit 72c50bb8629558e1f0df3d86c16e4290cc94fd5e
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Thu Oct 24 16:16:49 2019 +0200

    3.24.2

 NEWS         | 26 ++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 27 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 52f0ecf0..9867c374 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+3.24.2 (stable):
+
+Gdk:
+* Window::create_similar_surface(): Fix a memory leak.
+  (Daniel Boles) Merge request !19
+* Suppress warnings from deprecated GTimeVal in
+    PixbufAnimation::get_iter()
+    PixbufAnimationIter::advance()
+  (Kjell Ahlstedt) Issue #55 (Peter Weber)
+
+Gtk:
+* Fix memory leaks in
+    IconTheme::list_icons()
+    IconView::get_selected_icons()
+    RecentManager::get_items()
+  (Kjell Ahlstedt)
+
+Documentation:
+* Gtk::Builder: Describe how to use it together with Glib::Property.
+  (Kjell Ahlstedt)
+
+Demos:
+* Fix the source code listing.
+  (Kjell Ahlstedt)
+
+
 3.24.1 (stable):
 
 Gdk:
diff --git a/configure.ac b/configure.ac
index 1045fe89..5f47f701 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([gtkmm], [3.24.1],
+AC_INIT([gtkmm], [3.24.2],
         [https://gitlab.gnome.org/GNOME/gtkmm/issues/],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])


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