Bump verion to 3.34.3

Update NEWS.
This commit is contained in:
Florian Müllner
2020-01-05 13:10:47 +01:00
parent a35f9a5226
commit ec505a68c0
3 changed files with 10 additions and 2 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
3.34.3
======
* polkitAgent: Fix confirming via keyboard when password-less [Jonas; #2066]
* Misc. bug fixes and cleanups [Florian; !906]
Contributors:
Jonas Dreßler, Florian Müllner
3.34.2
======
* Fix unredirection after cancelled animations [Florian; #1788]

View File

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