From a0429b865bed0ed86eb1adf8abd03d6b107b3ab2 Mon Sep 17 00:00:00 2001 From: uvos Date: Wed, 1 Jul 2020 19:25:51 +0200 Subject: [PATCH] version bump --- argpopt.h | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/argpopt.h b/argpopt.h index 25788c4..ab3118d 100644 --- a/argpopt.h +++ b/argpopt.h @@ -26,7 +26,7 @@ struct Config int timeoutSecs = 10; }; -const char *argp_program_version = "1.0.4"; +const char *argp_program_version = "1.0.5"; 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 c9fa8bc..07b432a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +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 + -- Uvos Wed, 01 Jul Jun 2020 09:47:00 +0100 + sigstoped (1.0.4) unstable; urgency=medium Fix memory leak in XInstance::getTopLevelWindows() -- Uvos Mon, 16 Jun 2020 09:47:00 +0100