version bump

This commit is contained in:
uvos 2020-07-01 19:25:51 +02:00
parent 21d5c9475b
commit a0429b865b
2 changed files with 7 additions and 1 deletions

View File

@ -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 = "<carl@uvos.xyz>";
static char doc[] = "Deamon that stops programms via SIGSTOP when their X11 windows lose focus.";
static char args_doc[] = "";

6
debian/changelog vendored
View File

@ -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 <carl@uvos.xyz> Wed, 01 Jul Jun 2020 09:47:00 +0100
sigstoped (1.0.4) unstable; urgency=medium
Fix memory leak in XInstance::getTopLevelWindows()
-- Uvos <carl@uvos.xyz> Mon, 16 Jun 2020 09:47:00 +0100