From 532a9dc8404cea1faee400ef47475b9c5b9137c9 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Tue, 5 Sep 2017 13:25:47 -0700 Subject: [PATCH] release 3.25.92 --- NEWS | 21 +++++++++++++++++++++ configure.ac | 2 +- meson.build | 4 ++-- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 806f531c..61afb484 100644 --- a/NEWS +++ b/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 ===================================== diff --git a/configure.ac b/configure.ac index 0a2febc9..e0ed44f9 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/meson.build b/meson.build index bbd13f97..8798b68c 100644 --- a/meson.build +++ b/meson.build @@ -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',