release 3.31.1

This commit is contained in:
Christian Hergert
2018-10-08 17:47:22 -07:00
parent 5b45b1b054
commit bd4c4e5586
3 changed files with 14 additions and 2 deletions

12
NEWS
View File

@ -1,3 +1,15 @@
Overview of changes in Sysprof 3.31.1
=====================================
* Remove app-menu in favor of window-menu, following GNOME design
guidelines for 3.32.
* Fixes for i18n/l10n.
* Build fixes to avoid use of non-portable __WORDSIZE.
Translations:
* Swedish, Indonesian, Hungarian, Czech, Polish, Brazilian Portuguese
Overview of changes in Sysprof 3.30.1
=====================================

View File

@ -36,7 +36,7 @@
</provides>
<releases>
<release version="3.27.92" date="2018-03-04"/>
<release version="3.31.1" date="2018-10-08"/>
</releases>
<metadata_license>CC0-1.0</metadata_license>

View File

@ -1,6 +1,6 @@
project('sysprof', ['c', 'cpp'],
license: ['GPL3+', 'GPL2+'],
version: '3.31.0',
version: '3.31.1',
meson_version: '>=0.47.2',
default_options: [
'c_std=gnu11',