diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2022-11-26 21:04:18 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2022-11-26 21:07:15 +0000 |
commit | 5c0de23eeee977ebfe2da45adfb8487419fb59c7 (patch) | |
tree | 6c1a81011c7b1da2f1d4ed29f41e80fb95043a98 /perl-install/NEWS | |
parent | fb81eadbf4bf747ea3de0fd703339823e685d18b (diff) | |
download | drakx-5c0de23eeee977ebfe2da45adfb8487419fb59c7.tar drakx-5c0de23eeee977ebfe2da45adfb8487419fb59c7.tar.gz drakx-5c0de23eeee977ebfe2da45adfb8487419fb59c7.tar.bz2 drakx-5c0de23eeee977ebfe2da45adfb8487419fb59c7.tar.xz drakx-5c0de23eeee977ebfe2da45adfb8487419fb59c7.zip |
run_program: add optional callback when waiting for program to terminate
This allows GUI applications to respond to check-alive pings (mga#31105)
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 8a27d3d7c..cab9f1e85 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- run_program: + o add optional callback when waiting for program to terminate + * this allows GUI applications to respond to check-alive pings (mga#31105) - 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) |