This commit is contained in:
Matthias Clasen 2022-05-27 08:20:10 -04:00
parent 60a8367594
commit 3e766a4fe2
2 changed files with 29 additions and 1 deletions

28
NEWS
View File

@ -1,3 +1,31 @@
Overview of Changes in 4.6.5, 27-05-2022
========================================
* GtkFileChooser:
- Fix pasting text into the name field
* GtkText:
- Remove an assertion that is sometimes hit
* Wayland:
- Ensure that our cursor surfaces don't violate
protocol constraints
* Accssibility:
- Fix a problem in the accessibility tree
* Translation updates:
Brazilian Portuguese
German
Persian
Polish
Portuguese
Russian
Swedish
Turkish
Ukrainian
Overview of Changes in 4.6.4, 13-05-2022
========================================

View File

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