From cd3b394ba3041b8f60fbf0b868bf4b689ab7d6a7 Mon Sep 17 00:00:00 2001 From: stsdc <6031763+stsdc@users.noreply.github.com> Date: Sat, 4 Mar 2023 14:04:21 +0100 Subject: [PATCH] bump version 0.16.1 --- com.github.stsdc.monitor.spec | 2 +- debian/changelog | 6 ++++++ meson.build | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/com.github.stsdc.monitor.spec b/com.github.stsdc.monitor.spec index 234965cf..8b0cf706 100755 --- a/com.github.stsdc.monitor.spec +++ b/com.github.stsdc.monitor.spec @@ -2,7 +2,7 @@ %global appname com.github.stsdc.monitor Name: com.github.stsdc.monitor -Version: 0.16.0 +Version: 0.16.1 Release: %autorelease Summary: Manage processes and monitor system resources License: GPLv3 diff --git a/debian/changelog b/debian/changelog index 696397b2..2a72e219 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +com.github.stsdc.monitor (0.16.1) focal; urgency=low + + * Fix segfault when user can't be retrieved for process + + -- Stanisław Dac Sat, 04 Mar 2023 14:02:55 +0000 + com.github.stsdc.monitor (0.16.0) jammy; urgency=low * Show processes from all users diff --git a/meson.build b/meson.build index 3383ce1e..c17bb40d 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.stsdc.monitor', 'vala', 'c', version: '0.16.0') +project('com.github.stsdc.monitor', 'vala', 'c', version: '0.16.1') # these are Meson modules gnome = import('gnome')