build: release 3.21.90

This commit is contained in:
Christian Hergert
2016-08-22 21:52:53 -07:00
parent aaba2b6a4f
commit 65851f529c
2 changed files with 42 additions and 2 deletions

40
NEWS
View File

@ -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
=====================================

View File

@ -5,8 +5,8 @@ dnl ***********************************************************************
dnl Define Versioning Information
dnl ***********************************************************************
m4_define([major_version],[3])
m4_define([minor_version],[20])
m4_define([micro_version],[1])
m4_define([minor_version],[21])
m4_define([micro_version],[90])
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])