mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
release 3.31.1
This commit is contained in:
12
NEWS
12
NEWS
@ -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
|
||||
=====================================
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user