Version Bump
This commit is contained in:
@ -26,7 +26,7 @@ struct Config
|
|||||||
int timeoutSecs = 10;
|
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 = "<carl@uvos.xyz>";
|
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 doc[] = "Deamon that stops programms via SIGSTOP when their X11 windows lose focus.";
|
||||||
static char args_doc[] = "";
|
static char args_doc[] = "";
|
||||||
|
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,7 +1,11 @@
|
|||||||
|
sigstoped (1.0.6) unstable; urgency=medium
|
||||||
|
Fix Timer overflow on 32bit devices
|
||||||
|
-- Uvos <carl@uvos.xyz> Sat, 04 Jul 2020 11:47:00 +0100
|
||||||
|
|
||||||
sigstoped (1.0.5) unstable; urgency=medium
|
sigstoped (1.0.5) unstable; urgency=medium
|
||||||
Configureable timout for applications to close their windows.
|
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.
|
Fix 5sec stall when switching from an application to be stopped to an application that was stopped before.
|
||||||
Make Xinstance thread safe
|
Make Xinstance thread safe
|
||||||
-- Uvos <carl@uvos.xyz> Mon, 16 Jun 2020 09:47:00 +0100
|
-- Uvos <carl@uvos.xyz> Mon, 16 Jun 2020 09:47:00 +0100
|
||||||
|
|
||||||
sigstoped (1.0.4) unstable; urgency=medium
|
sigstoped (1.0.4) unstable; urgency=medium
|
||||||
|
Reference in New Issue
Block a user