diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2022-11-26 21:11:55 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2022-11-26 21:11:55 +0000 |
commit | 26934d4f834d28c5a29eaf0f3132ebfd6c3e7b72 (patch) | |
tree | c6dbc577b7fdcfdd0d4003e2fe197eb486eee086 /perl-install/NEWS | |
parent | 5c0de23eeee977ebfe2da45adfb8487419fb59c7 (diff) | |
download | drakx-26934d4f834d28c5a29eaf0f3132ebfd6c3e7b72.tar drakx-26934d4f834d28c5a29eaf0f3132ebfd6c3e7b72.tar.gz drakx-26934d4f834d28c5a29eaf0f3132ebfd6c3e7b72.tar.bz2 drakx-26934d4f834d28c5a29eaf0f3132ebfd6c3e7b72.tar.xz drakx-26934d4f834d28c5a29eaf0f3132ebfd6c3e7b72.zip |
run_program: add helper routine to terminate/kill a process.
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index cab9f1e85..f01dbb2d4 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,6 +1,7 @@ - run_program: o add optional callback when waiting for program to terminate * this allows GUI applications to respond to check-alive pings (mga#31105) + o add helper routine to terminate/kill a process - make installer routines for selecting a mirror and downloader available for use by draklive-install - use better algorithm for determining nearest mirror (taken from urpmi) |