Bump version to 3.32.2

Update NEWS.
This commit is contained in:
Florian Müllner 2019-05-14 15:39:42 +00:00
parent e43c8f6364
commit 3a060d755d
2 changed files with 20 additions and 1 deletions

19
NEWS
View File

@ -1,3 +1,22 @@
3.32.2
======
* Fix tablet button mapping overlay [Carlos; #1220]
* Fix ellipsization in dialog subtitles/bodies [Marco; !531]
* Don't crash for world clock locations with no timezone<Paste> [Florian; #1062]
* Handle network interface name changes [Fabrice; !534]
* Don't leak old on-screen keyboard layout groups [Carlos; mutter#556]
* Avoid unnecessary style changes when computing :first/:last-child
[Florian; !529]
* Misc. bug fixes [Simon, Carlos, Florian; #822, !551, !509,
!511, #1054, !506, #1065]
Contributors:
Fabrice Bellet, Carlos Garnacho, Simon McVittie, Florian Müllner,
Marco Trevisan (Treviño)
Translators:
Dingzhong Chen [zh_CN], Tim Sabsch [de]
3.32.1
======
* Fix avatar scaling on login screen [Florian; #1024]

View File

@ -1,5 +1,5 @@
project('gnome-shell', 'c',
version: '3.32.1',
version: '3.32.2',
meson_version: '>= 0.47.0',
license: 'GPLv2+'
)