diff --git a/NEWS b/NEWS index 097f1a12..a4ca71e9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +3.31.90 - February 5, 2019 +========================== + +Helmut Grohne: + * build: stop checking for fallocate + +Jakub Steiner: + * icon: app icon adjustments + +Maoschanz: + * Update the UI to match current guidelines + +Piotr Drąg: + * Update POTFILES.in + +Ronald van Engelen: + * Added total-lbas-written and total-lbas-read to translatable strings + +segfault: + * unlock dialog: Add tooltip for keyfile chooser button + +Updated translations: + * Anders Jonsson (sv), Balázs Úr (hu), Charles Monzat (fr), Daniel Mustieles (es), + Daniel Rusek (cs), Fabio Tomat (fur), Fran Dieguez (gl), Jordi Mas (ca), + Matej Urbančič (sl), Ryuta Fujii (ja) + 3.31.2 - November 12, 2018 ========================== diff --git a/meson.build b/meson.build index 060871c2..aecaf605 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'gnome-disk-utility', 'c', - version: '3.31.2', + version: '3.31.90', license: 'GPL2.0', default_options: 'buildtype=debugoptimized', meson_version: '>= 0.43.0'