summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-12-16 11:42:33 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-12-16 12:12:58 -0500
commit591c2f05956935adbebed5fc345a309dde2d449c (patch)
tree51d3deeb96df080802ac850c285146d555647064
parent9c5a42be0d8b6fe4b31ebfdf4e94d7a2e48b8052 (diff)
downloadgtk+-591c2f05956935adbebed5fc345a309dde2d449c.tar.gz
-rw-r--r--NEWS38
-rw-r--r--meson.build2
2 files changed, 37 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b477a65e0e..e4eba1fb9b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,39 @@
-Overview of Changes
-===================
+Overview of Changes in GTK 4.0
+==============================
+
+* Fix problems with synthetic motion events affecting frame rates
+
+* Fix problems with implicit grabs affecting widget states
+
+* Fix problems with zoom mode on scales getting stuck
+
+* Fix submenu closing by outside clicks
+
+* Rename GtkWindow:fullscreen to :fullscreened to help
+ language bindings
+
+* Bump the soname. Stable GTK 4 releases use libgtk-4.0.so.1.xxxx.y
+
+* Adwaita:
+ - Reduce hover transition effects in lists
+ - Special-case header buttons
+
+* Demos:
+ - Remove NoDisplay from desktop files
+ - Autoplay the video in widget-factory
+
+* Translation updates:
+ Catalan
+ Norwegian Bokmål
+ Polish
+ Spanish
+ Swedish
+ Romanian
+ Ukrainian
+
+
+Overview of Changes in 3.99.5
+=============================
* Accessibility:
- Map presentation role according to Core-AAM
diff --git a/meson.build b/meson.build
index eb688644e4..c86d5ce5c2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gtk', 'c',
- version: '3.99.5',
+ version: '4.0.0',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',