mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
release 3.39.92
This commit is contained in:
10
NEWS
10
NEWS
@ -1,3 +1,13 @@
|
||||
Overview of changes in Sysprof 3.39.92
|
||||
======================================
|
||||
|
||||
* Use pic when compiling static libsysprof-capture
|
||||
* Some changes to podman symbol decoding
|
||||
* Handle NULL readers gracefully from capture cursors
|
||||
* Use g_memdup2()
|
||||
* UI tweaks
|
||||
* Translation updates
|
||||
|
||||
Overview of changes in Sysprof 3.39.90
|
||||
======================================
|
||||
|
||||
|
||||
@ -37,6 +37,7 @@
|
||||
</provides>
|
||||
|
||||
<releases>
|
||||
<release version="3.39.92" date="2021-02-23"/>
|
||||
<release version="3.39.90" date="2021-01-14"/>
|
||||
<release version="3.38.1" date="2020-10-15"/>
|
||||
<release version="3.38.0" date="2020-09-12"/>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
project('sysprof', 'c',
|
||||
license: ['GPL3+', 'GPL2+'],
|
||||
version: '3.39.90',
|
||||
version: '3.39.92',
|
||||
meson_version: '>=0.51.0',
|
||||
default_options: [ 'c_std=gnu11',
|
||||
'cpp_std=c++11',
|
||||
|
||||
Reference in New Issue
Block a user