mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
release 3.36.0
This commit is contained in:
10
NEWS
10
NEWS
@ -1,3 +1,13 @@
|
||||
Overview of changes in Sysprof 3.36.0
|
||||
=====================================
|
||||
|
||||
* Preload library has been moved to $libdir from $libexecdir
|
||||
* Build system improvements
|
||||
* Fix whole-system capture setting when using "Record Again" feature
|
||||
* New SysprofCollector interfaces for samples, marks, and logs to
|
||||
sit alongside allocations
|
||||
* Translation updates
|
||||
|
||||
Overview of changes in Sysprof 3.35.92
|
||||
======================================
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
project('sysprof', ['c', 'cpp'],
|
||||
license: ['GPL3+', 'GPL2+'],
|
||||
version: '3.35.92',
|
||||
version: '3.36.0',
|
||||
meson_version: '>=0.50.0',
|
||||
default_options: [ 'c_std=gnu11',
|
||||
'cpp_std=c++11',
|
||||
|
||||
Reference in New Issue
Block a user