summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-12-30 09:59:38 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-12-30 10:31:52 -0500
commit70cb61fb7104c76a15bc6494a10e6ff1d470f6d8 (patch)
tree68ff2f8c6f280c97dadd9d31d9d7c3354a8d80e1
parent8e6a0ec23d7012d53057375a2d85b4d92e194c0a (diff)
downloadgtk+-70cb61fb7104c76a15bc6494a10e6ff1d470f6d8.tar.gz
4.6.04.6.0
-rw-r--r--NEWS36
-rw-r--r--meson.build2
-rw-r--r--testsuite/tools/validate-data/invalid5.expected2
3 files changed, 38 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ef48bf0bb1..ef51fbbd46 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+Overview of Changes
+===================
+
+* GtkProgressBar:
+ - Fix handling of "inverted"
+
+* GtkLabel:
+ - Add a "natural wrap mode" property to influence how
+ natural width is determined
+
+* GtkTextView
+ - Scroll insertion on-screen after undo / redo
+
+* gsk:
+ - Abort region diffing when changes are too complex
+
+* gdk:
+ - Avoid compressing discrete scroll events
+ - Fix problems with hiding windows
+ - Improve GL and GLES version checks
+
+* Wayland:
+ - Support new high-contrast setting
+
+* Inspector:
+ - Add DND inspection support
+
+* build:
+ - Avoid deprecated meson apis
+
+* Translation updates
+ Galician
+ Portuguese
+ Ukrainian
+
+
Overview of Changes in 4.5.1, 16-12-2021
========================================
diff --git a/meson.build b/meson.build
index c957835b39..c5fbed6ea3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gtk', 'c',
- version: '4.5.1',
+ version: '4.6.0',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',
diff --git a/testsuite/tools/validate-data/invalid5.expected b/testsuite/tools/validate-data/invalid5.expected
index fac31b7788..e9d2c561ae 100644
--- a/testsuite/tools/validate-data/invalid5.expected
+++ b/testsuite/tools/validate-data/invalid5.expected
@@ -1 +1 @@
-invalid5.ui:3:1 Required GTK version 5.10, current version is 4.5
+invalid5.ui:3:1 Required GTK version 5.10, current version is 4.6