This commit is contained in:
Georges Basile Stavracas Neto 2018-05-25 17:37:18 -03:00
parent da1b2f9d5d
commit cf61ee5812
2 changed files with 26 additions and 1 deletions

25
NEWS
View file

@ -1,3 +1,28 @@
==============
Version 3.29.2
==============
- Improve logging engine
- Add an object caching mechanism
- Add a development Flatpak manifest
- Vastly improve CI
- Organize tests
- Add Network tests
- Translation updates
Display:
- Fix a few crashers
Power:
- Fix showing approximate percentages
Thunderbolt:
- Introduce new Thunderbolt panel
User Accounts:
- Port to GTask
- Fix hint for wrong enterprise user/password
===============
Version 3.27.92
===============

View file

@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
version : '3.29.0',
version : '3.29.2',
license : 'GPL2+',
meson_version : '>= 0.43.0'
)