summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-03-14 19:13:10 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-03-14 21:48:48 -0400
commitcbda61d3fb22659fccb09e1d536a02670af2bb01 (patch)
tree7579cafa40af78c33b0e441a49237797950863dc
parentafe195a86297ee74a44a42eedc374cf0411c38e7 (diff)
downloadgtk+-cbda61d3fb22659fccb09e1d536a02670af2bb01.tar.gz
4.1.24.1.2
-rw-r--r--NEWS55
-rw-r--r--meson.build2
2 files changed, 56 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1aa16887a2..9bfe29f1d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,58 @@
+Overview of Changes in 4.1.2
+============================
+
+* Input:
+ - Ensure preedit-start and preedit-end
+ are emitted properly
+ - Support the Wayland text protocol better
+ - Delete the selection when preedit starts
+
+* Label: Fix a small issue with markup parsing
+ and mnemonics
+
+* Spinbutton: Interpret localized digits
+
+* Textview: Fix blinking block cursors
+
+* Tooltips: Don't pop up erroneous on popovers
+
+* Window: Add a way to disable F10 handling
+
+* Theme:
+ - Use a regular focus ring for sidebar rows
+
+* GSK
+ - ngl: Performance improvements
+ - vulkan: Add visible fallback rendering
+ - vukan: Handle simple transforms when clipping
+
+* Wayland:
+ - Don't force a full redraw for every frame
+ - Don't leak buffers when rendering with cairo
+
+* Demos:
+ - iconbrowser: Make search more useful
+
+* Documentation:
+ - Switch to building docs from gir files with gi-docgen
+
+* build:
+ - Allow GTK to be used as meson subproject
+
+* Translation updates
+ Catalan
+ Czech
+ Finnish
+ French
+ Indonesian
+ Kazakh
+ Latvian
+ Norwegian Bokmål
+ Polish
+ Serbian
+ Turkish
+
+
Overview of Changes in 4.1.1
============================
diff --git a/meson.build b/meson.build
index d5c875acdc..5e505a9b94 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gtk', 'c',
- version: '4.1.1',
+ version: '4.1.2',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',