mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +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
|
Overview of changes in Sysprof 3.30.1
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
|
|||||||
@ -36,7 +36,7 @@
|
|||||||
</provides>
|
</provides>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="3.27.92" date="2018-03-04"/>
|
<release version="3.31.1" date="2018-10-08"/>
|
||||||
</releases>
|
</releases>
|
||||||
|
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
project('sysprof', ['c', 'cpp'],
|
project('sysprof', ['c', 'cpp'],
|
||||||
license: ['GPL3+', 'GPL2+'],
|
license: ['GPL3+', 'GPL2+'],
|
||||||
version: '3.31.0',
|
version: '3.31.1',
|
||||||
meson_version: '>=0.47.2',
|
meson_version: '>=0.47.2',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=gnu11',
|
'c_std=gnu11',
|
||||||
|
|||||||
Reference in New Issue
Block a user