mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
release 3.31.90
This commit is contained in:
13
NEWS
13
NEWS
@ -1,3 +1,16 @@
|
|||||||
|
Overview of changes in Sysprof 3.31.90
|
||||||
|
======================================
|
||||||
|
|
||||||
|
* A new memory source for basic memory statistics. This is meant
|
||||||
|
for overview only, not precise details.
|
||||||
|
* Fix a small memory leak.
|
||||||
|
* Allow disabling memory/cpu sources from sysprof-cli.
|
||||||
|
* CSS styling updates.
|
||||||
|
* Updated icon for GNOME 3.32 icon initiative.
|
||||||
|
* The line visualizer can auto-discover Y axis range.
|
||||||
|
* Build system improvements.
|
||||||
|
* Updated translations.
|
||||||
|
|
||||||
Overview of changes in Sysprof 3.31.1
|
Overview of changes in Sysprof 3.31.1
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
|
|||||||
@ -36,6 +36,7 @@
|
|||||||
</provides>
|
</provides>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="3.31.90" date="2019-02-07"/>
|
||||||
<release version="3.31.1" date="2018-10-08"/>
|
<release version="3.31.1" date="2018-10-08"/>
|
||||||
</releases>
|
</releases>
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
project('sysprof', ['c', 'cpp'],
|
project('sysprof', ['c', 'cpp'],
|
||||||
license: ['GPL3+', 'GPL2+'],
|
license: ['GPL3+', 'GPL2+'],
|
||||||
version: '3.31.1',
|
version: '3.31.90',
|
||||||
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