From 85577c173dc43f0c51852c5eedab959f5a138d99 Mon Sep 17 00:00:00 2001 From: uvos Date: Sat, 4 Jul 2020 12:01:17 +0200 Subject: [PATCH] Version Bump --- argpopt.h | 2 +- debian/changelog | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/argpopt.h b/argpopt.h index ab3118d..571dae4 100644 --- a/argpopt.h +++ b/argpopt.h @@ -26,7 +26,7 @@ struct Config int timeoutSecs = 10; }; -const char *argp_program_version = "1.0.5"; +const char *argp_program_version = "1.0.6"; const char *argp_program_bug_address = ""; static char doc[] = "Deamon that stops programms via SIGSTOP when their X11 windows lose focus."; static char args_doc[] = ""; diff --git a/debian/changelog b/debian/changelog index 3a3e737..e1551a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ +sigstoped (1.0.6) unstable; urgency=medium + Fix Timer overflow on 32bit devices +-- Uvos Sat, 04 Jul 2020 11:47:00 +0100 + sigstoped (1.0.5) unstable; urgency=medium - Configureable timout for applications to close their windows. - Fix 5sec stall when switching from an application to be stopped to an application that was stopped before. - Make Xinstance thread safe + Configureable timout for applications to close their windows. + Fix 5sec stall when switching from an application to be stopped to an application that was stopped before. + Make Xinstance thread safe -- Uvos Mon, 16 Jun 2020 09:47:00 +0100 sigstoped (1.0.4) unstable; urgency=medium