From 65851f529caba26c24dde9696c8868286dc8fe99 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 22 Aug 2016 21:52:53 -0700 Subject: [PATCH] build: release 3.21.90 --- NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 42 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c3e1f3ff..5ee8ecc6 100644 --- a/NEWS +++ b/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 ===================================== diff --git a/configure.ac b/configure.ac index 2246d5a0..10041822 100644 --- a/configure.ac +++ b/configure.ac @@ -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])