This commit is contained in:
Matthias Clasen 2023-03-04 08:28:12 -08:00
parent 32f0723bf0
commit 47aa0dcc7f
3 changed files with 5 additions and 3 deletions

4
NEWS
View File

@ -1,4 +1,4 @@
Overview of Changes in 4.10.0, xx-xx-xxxx
Overview of Changes in 4.10.0, 04-03-2023
=========================================
* GtkTextView
@ -15,6 +15,7 @@ Overview of Changes in 4.10.0, xx-xx-xxxx
- Fix various problems with undo
* Accessibility
- Make some getters transfer-full
- Allow setting accessible parents and siblings
- Add a role for toggle buttons
- Miscellaneous property fixes and improvements
@ -28,6 +29,7 @@ Overview of Changes in 4.10.0, xx-xx-xxxx
* gsk
- Make mask nodes more versatile
- Improve the GL implementation for texture scale nodes
* X11
- Fix key handling during DND

View File

@ -1,5 +1,5 @@
project('gtk', 'c',
version: '4.9.5',
version: '4.10.0',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',

View File

@ -1 +1 @@
invalid5.ui:3:1 Required GTK version 5.10, current version is 4.9
invalid5.ui:3:1 Required GTK version 5.10, current version is 4.10