Update files for 3.33.91

This commit is contained in:
Michael Gratton 2019-09-11 13:10:08 +10:00
parent 9b3eb0eb21
commit 67c661b01b
2 changed files with 23 additions and 1 deletions

22
NEWS
View file

@ -1,3 +1,25 @@
Version 3.33.91
~~~~~~~~~~~~~~~
Released: 2019-08-11
Bugs fixed:
* Background sync being cancelled on folder close
* Retry IMAP pool connections on GLib "Unknown error on connect"
* Temporarily replace WebKitGTK process model API with env var
* Conditionally enable WebKitGTK shared secondary process model
Thanks also to all who contributed translations, for the user
interface:
* Anders Jonsson (sv)
* Efstathios Iosifidis (el)
* Rafael Fontenelle (pt_BR)
* Ryuta Fujii (ja)
* Zander Brown (en_GB)
And for the user manual:
* Anders Jonsson (sv)
Version 3.33.90
~~~~~~~~~~~~~~~
Released: 2019-08-30

View file

@ -1,5 +1,5 @@
project('geary', [ 'vala', 'c' ],
version: '3.33.90',
version: '3.33.91',
license: 'LGPL2.1+',
meson_version: '>= 0.49',
)