[gtk/fix-cell-accessible-leak] 3.24.32




commit 30f9ce09b10059d8f872dd50b5a950d654f84f88
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Mar 3 17:58:26 2022 -0700

    3.24.32

 NEWS         | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |  4 ++--
 meson.build  |  4 ++--
 3 files changed, 60 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 21212d41c9..ec5edbda27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,59 @@
+Overview of Changes in GTK+ 3.24.32, 03-03-2022
+===============================================
+
+* GtkCellRendererProgress:
+ - Use tabular figures
+
+* GtkFontChooser:
+ - Fix the build with older Pango
+ - Fix axis name handling
+
+* Theme:
+ - Fix border color for tiled windows
+
+* Accessibility:
+ - Fix cell accessible leak
+
+* Wayland:
+ - Support new high-contrast setting
+ - Only update scale when on any outputs
+
+* Windows:
+ - Various build fixes
+ - Fix keyboard state handling
+ - Fix capslock handling
+ - Fix AltGr not working
+
+* MacOS:
+ - Fix the build on 10.11
+ - Make Dock "Quit" invoke the app.quit action
+ - Correctly handle HiDPI cursors
+
+* Translation updates
+ Basque
+ Brazilian Portuguese
+ Catalan
+ Chinese (China)
+ Croatian
+ Czech
+ French
+ Galician
+ Hebrew
+ Indonesian
+ Korean
+ Persian
+ Polish
+ Portuguese
+ Romanian
+ Russian
+ Serbian
+ Slovenian
+ Spanish
+ Swedish
+ Turkish
+ Ukrainian
+
+
 Overview of Changes in GTK+ 3.24.31, 20-12-2021
 ===============================================
 
diff --git a/configure.ac b/configure.ac
index c28494fdaf..3f91a8598f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,8 @@
 
 m4_define([gtk_major_version], [3])
 m4_define([gtk_minor_version], [24])
-m4_define([gtk_micro_version], [31])
-m4_define([gtk_interface_age], [27])
+m4_define([gtk_micro_version], [32])
+m4_define([gtk_interface_age], [28])
 m4_define([gtk_binary_age],
           [m4_eval(100 * gtk_minor_version + gtk_micro_version)])
 m4_define([gtk_version],
diff --git a/meson.build b/meson.build
index 9e15331828..66f58dee81 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gtk+-3.0', 'c',
-        version: '3.24.31',
+        version: '3.24.32',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1'
@@ -52,7 +52,7 @@ gtk_version       = meson.project_version()
 gtk_major_version = gtk_version.split('.')[0].to_int()
 gtk_minor_version = gtk_version.split('.')[1].to_int()
 gtk_micro_version = gtk_version.split('.')[2].to_int()
-gtk_interface_age = 27
+gtk_interface_age = 28
 add_project_arguments('-DGTK_VERSION="@0@"'.format(meson.project_version()), language: 'c')
 
 add_project_arguments('-D_GNU_SOURCE', language: 'c')


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