This commit is contained in:
Georges Basile Stavracas Neto 2022-04-26 14:04:32 -03:00
parent fd12b1b3f6
commit fdaecc3eac
2 changed files with 24 additions and 1 deletions

23
NEWS
View file

@ -1,3 +1,26 @@
================
Version 42.1
================
- Updated translations
Display
- Various small behavior improvements
- Fix monitor labels
Network
- Improve handling of VPN connections
Online Accounts
- Fix behavior of helper application on X11
- Fix changes to online accounts services not applying correctly
User Accounts
- Various small polishments
Wacom
- Properly translate various strings
================ ================
Version 42.0 Version 42.0
================ ================

View file

@ -1,6 +1,6 @@
project( project(
'gnome-control-center', 'c', 'gnome-control-center', 'c',
version : '42.0', version : '42.1',
license : 'GPL2+', license : 'GPL2+',
meson_version : '>= 0.53.0' meson_version : '>= 0.53.0'
) )