mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
release 3.25.92
This commit is contained in:
21
NEWS
21
NEWS
@ -1,3 +1,24 @@
|
||||
Overview of changes in Sysprof 3.25.92
|
||||
======================================
|
||||
|
||||
Changes since 3.24.0
|
||||
|
||||
* Additional help topics
|
||||
* Fix for a potential divide-by-zero when generating callgraphs
|
||||
* Alignment attributes to allow building on armel/armhf/mipsel
|
||||
* About dialog is now modal
|
||||
* Each new Sysprof window gets its own window group
|
||||
|
||||
Note to packagers:
|
||||
|
||||
* We will drop autotools after 3.26 and complete our switch to Meson.
|
||||
|
||||
Translations:
|
||||
|
||||
* Indonesian, Spanish, Slovak, Friulian, Czech, Polish, Brazilian Portuguese
|
||||
|
||||
Thanks to all of our contributors
|
||||
|
||||
Overview of changes in Sysprof 3.24.0
|
||||
=====================================
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ dnl Define Versioning Information
|
||||
dnl ***********************************************************************
|
||||
m4_define([major_version],[3])
|
||||
m4_define([minor_version],[25])
|
||||
m4_define([micro_version],[0])
|
||||
m4_define([micro_version],[92])
|
||||
m4_define([package_version],[major_version.minor_version.micro_version])
|
||||
m4_define([bug_report_url],[https://bugzilla.gnome.org/enter_bug.cgi?product=sysprof])
|
||||
m4_define([api_version],[2])
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
project('sysprof', ['c', 'cpp'],
|
||||
license: ['GPL3+', 'GPL2+'],
|
||||
version: '3.22.3',
|
||||
meson_version: '>=0.37.0',
|
||||
version: '3.25.92',
|
||||
meson_version: '>=0.40.1',
|
||||
default_options: [
|
||||
'c_std=gnu11',
|
||||
'cpp_std=c++03',
|
||||
|
||||
Reference in New Issue
Block a user