mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
build: release 3.21.90
This commit is contained in:
40
NEWS
40
NEWS
@ -1,3 +1,43 @@
|
|||||||
|
Overview of changes in Sysprof 3.21.90
|
||||||
|
======================================
|
||||||
|
|
||||||
|
Sysprof 3.21.90 is our first release while we prepare things for the 3.22.0
|
||||||
|
release of GNOME. Thanks to everyone who contributed to this release!
|
||||||
|
|
||||||
|
Build System Improvements
|
||||||
|
|
||||||
|
* Sysprof now supports an --enable-sysprofd configure option to ensure the
|
||||||
|
systemd/dbus service is installed. (Jussi Kukkonen)
|
||||||
|
* sysprof-ui-2.pc is only installed if the Gtk UI is installed.
|
||||||
|
* Build fixes for polkit integration.
|
||||||
|
|
||||||
|
Bugs Fixed
|
||||||
|
|
||||||
|
* Workaround for systems without memfd
|
||||||
|
* Support older Linux/perf implementations
|
||||||
|
* Architecture improvements for ARM
|
||||||
|
* Fix use of U64_TO_POINTER (Jussi Kukkonen)
|
||||||
|
* Hide info bar when starting to record (Tim Bäder)
|
||||||
|
* Expand cursor row on Right in callgraph (Tim Bäder)
|
||||||
|
* Elf symbol resolver now recognizes more GNOME platform libraries.
|
||||||
|
* Sysprofd integration now pings the service before considering it
|
||||||
|
available for use.
|
||||||
|
* Correctness improvements for capture reader and writer.
|
||||||
|
|
||||||
|
New and Updated Translations
|
||||||
|
|
||||||
|
* Swedish (Anders Jonsson)
|
||||||
|
* Hungarian (Balázs Meskó, Gabor Kelemen)
|
||||||
|
* German (Christian Kirbach)
|
||||||
|
* Spanish (Daniel Mustieles)
|
||||||
|
* Slovak (Dušan Kazik)
|
||||||
|
* Czech (Marek Černocký)
|
||||||
|
* Polish (Piotr Drąg)
|
||||||
|
* Brazilian Portuguese (Rafael Fontenelle)
|
||||||
|
* Portuguese (Tiago Santos)
|
||||||
|
* Serbian (Мирослав Николић)
|
||||||
|
|
||||||
|
|
||||||
Overview of changes in Sysprof 3.20.0
|
Overview of changes in Sysprof 3.20.0
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
|
|||||||
@ -5,8 +5,8 @@ dnl ***********************************************************************
|
|||||||
dnl Define Versioning Information
|
dnl Define Versioning Information
|
||||||
dnl ***********************************************************************
|
dnl ***********************************************************************
|
||||||
m4_define([major_version],[3])
|
m4_define([major_version],[3])
|
||||||
m4_define([minor_version],[20])
|
m4_define([minor_version],[21])
|
||||||
m4_define([micro_version],[1])
|
m4_define([micro_version],[90])
|
||||||
m4_define([package_version],[major_version.minor_version.micro_version])
|
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([bug_report_url],[https://bugzilla.gnome.org/enter_bug.cgi?product=sysprof])
|
||||||
m4_define([api_version],[2])
|
m4_define([api_version],[2])
|
||||||
|
|||||||
Reference in New Issue
Block a user